The 2023-24 edition of La Liga returns to the fold with another set of matches this weekend as Osasuna lock horns with an impressive Real Sociedad side in an important clash at the Estadio el Sadar on Saturday.
Osasuna vs Real Sociedad Preview
Osasuna are currently in 14th place in the La Liga standings and have been fairly inconsistent so far this season. The home side slumped to a damaging 3-1 defeat at the hands of Villarreal last week and will need to work hard to bounce back in this match.
Real Sociedad, on the other hand, are in sixth place in the league table at the moment and have stepped up to the plate this season. La Real were held to a 0-0 stalemate by RB Salzburg in their previous game and will need to take it up a notch this weekend.
Osasuna vs Real Sociedad Head-to-Head and Key Numbers
- Real Sociedad have a good recent record against Osasuna and have won 23 out of the last 45 matches played between the two teams, as opposed to Osasuna's 11 victories.
- Osasuna are winless in their last 14 matches against Real Sociedad in La Liga and have endured longer such streaks only against Real Madrid in the history of the competition.
- Real Sociedad have won each of their last five matches against Osasuna in La Liga and have managed to keep clean sheets in all these games.
- Real Sociedad have won each of their last five games away from home against Osasuna in La Liga - their longest such run against a single opponent in the top flight.
- After a run of five victories in six games at home in La Liga, Osasuna have managed to win only one of their last seven such games in the competition.
Osasuna vs Real Sociedad Prediction
Real Sociedad have an impressive squad at their disposal and have an exceptional record at El Sadar. La Real have dominated Osasuna in their own backyard over the past year and will look to extend their streak this weekend.
Osasuna have failed to meet expectations this season and have a point to prove going into this game. Real Sociedad are the better team at the moment, however, and should be able to win this game.
Prediction: Osasuna 0-2 Real Sociedad
Osasuna vs Real Sociedad Betting Tips
Tip 1: Result - Real Sociedad to win
Tip 2: Game to have over 2.5 goals - No
Tip 3: Real Sociedad to keep a clean sheet - Yes
Tip 4: Mikel Oyarzabal to score - Yes
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1767798, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1767798); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1767798) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1767798) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();