Member-only story

EASIEST Method to Scrape Match Odds, Both Teams To Score and Over 2.5 Goals For Premier League Football Bet365 using Selenium and Python

The Scraper Guy
6 min readJan 15, 2024

--

Today we are going to build on yesterdays article which scrapes match odds from Bet365 Premier League football matches. The Part 1 of this article can be found here

We are going to focus on scraping the following markets today — Full Time Result, Over 2.5 goals and Both Teams To Score markets. To do this we need to actually click into each match, scrape the odds we require and return to the match list page.

In addition, if there are other markets you want to scrape, just simply apply the same concepts here to those markets and extend the functionality. This article is focused on the foundational concepts and can be tailored to your specific needs.

The full Jupyter Notebook can be found here-

https://github.com/paulc160/Bet365-O25-BTTS-Match-Odds-Scraper/blob/main/Bet365_Odds_Scraper_O25_BTTS_MatchOdds.ipynb

--

--

The Scraper Guy
The Scraper Guy

Written by The Scraper Guy

Teaching You How to Scrape Using Python LinkTree - https://linktr.ee/scrapingguy

No responses yet