BetExplorer Scraper
Pricing
from $3.00 / 1,000 matches
BetExplorer Scraper
The BetExplorer Scraper extracts fixtures, results and betting odds from BetExplorer.com, capturing kick-off times, teams, final scores, average odds and every bookmaker's own price with timestamps across all markets - ideal for betting models and odds backtesting.
Pricing
from $3.00 / 1,000 matches
Rating
0.0
(0)
Developer
FalconScrape
Maintained by CommunityActor stats
1
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
๐ BetExplorer Scraper
Extract fixtures, results and betting odds from BetExplorer.com in structured JSON. The BetExplorer Scraper returns a whole season in a single request โ every match with its final score and average odds โ and, when you ask for it, every bookmaker's individual price with its own timestamp across every market the sport offers.
Paste a league URL, hit run, and get a clean dataset. Running it on Apify also gives you scheduled runs, an API, webhooks, integrations with Google Sheets, Zapier and Make, automatic proxy rotation, and run monitoring โ no infrastructure to maintain.
โจ Features
- ๐ Fixtures and results in one place โ kick-off times, teams, rounds, final scores, winners and average 1X2 odds.
- ๐ฆ Every bookmaker, not just the average โ up to 20 bookmakers per match, each with its own price and the exact minute that price was last moved.
- ๐ฏ Every market the sport offers โ 1X2, Over/Under, Asian Handicap, Draw No Bet, Double Chance and Both Teams To Score, with all handicap and total lines. Over 500 individual prices for a single football match.
- ๐ Deep historical archive โ one season per URL, going back to the earliest season BetExplorer keeps for the competition (over a century for some leagues).
- ๐ Seven sports โ football, tennis, basketball, hockey, baseball, handball and volleyball. Any league page works.
- ๐ Choose your bookmaker region โ the proxy country decides which bookmakers you see; the default returns the widest international selection.
- โก Fast and lightweight โ a full 380-match season arrives in one request, no browser required.
๐ก Why use the BetExplorer Scraper?
- Build and backtest betting models on decades of results paired with the odds that were actually on offer.
- Find value and arbitrage by comparing every bookmaker's price on the same market side by side.
- Measure closing line value (CLV) using the per-price timestamps returned with every bookmaker quote.
- Power odds-comparison sites and dashboards with a scheduled feed of upcoming fixtures.
- Feed sports analytics and prediction tools with a consistent, structured match history across seven sports.
๐ ๏ธ How to use the BetExplorer Scraper
- Pick your league URLs. Copy a league page from BetExplorer, e.g.
https://www.betexplorer.com/football/england/premier-league/. A plain league URL returns both finished results and upcoming fixtures; add/results/or/fixtures/to pick one. Use a season URL such ashttps://www.betexplorer.com/football/england/premier-league-2025-2026/results/for history. - Set the match limit.
maxItemscaps how many matches you get across all URLs. - Optionally enable the full odds book. Turn on
scrapeOddsif you need every bookmaker's price rather than the average. - Run it. Results appear in the dataset and can be downloaded as JSON, CSV, Excel, HTML or XML, or pulled from the API.
๐ฅ Input
| Field | Type | Description |
|---|---|---|
startUrls | array | BetExplorer league URLs. Plain league URL โ results and fixtures. /results/ or /fixtures/ โ just that list. Season URLs return the whole season. |
maxItems | integer | Maximum number of matches to return across all start URLs. Default 50. |
scrapeOdds | boolean | Also collect every bookmaker's odds across every market for each match. Slower and billed separately. Default false. |
proxyConfiguration | object | Proxy for the run. The proxy country decides which bookmakers appear โ Malta (default) gives the widest international list; UK, Germany, Brazil or US return that country's licensed bookmakers. |
Example input:
{"startUrls": [{ "url": "https://www.betexplorer.com/football/england/premier-league/" },{ "url": "https://www.betexplorer.com/football/spain/laliga-2025-2026/results/" }],"maxItems": 200,"scrapeOdds": false,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "MT"}}
๐ Sample output data
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
[{"matchId": "xQXUa3UG","url": "https://www.betexplorer.com/football/england/premier-league-2025-2026/brighton-manchester-united/xQXUa3UG/","sport": "Football","country": "England","league": "Premier League","season": "2025/2026","round": "38. Round","startTime": "2026-05-23T22:00:00.000Z","homeTeam": "Brighton","awayTeam": "Manchester Utd","status": "FINISHED","score": "0:3","homeScore": 0,"awayScore": 3,"winner": "AWAY","bookmakerCount": 20,"averageOdds": { "1": 1.88, "X": 4.14, "2": 3.46 }}]
With scrapeOdds enabled, each match additionally carries an odds array โ one entry per market, each holding every bookmaker's price:
{"odds": [{"market": "1X2","prices": [{"bookmaker": "bet365","outcomes": [{ "label": "1", "odd": 1.86, "updatedAt": "2026-05-24T14:55:00.000Z" },{ "label": "X", "odd": 4.0, "updatedAt": "2026-05-24T14:50:00.000Z" },{ "label": "2", "odd": 3.43, "updatedAt": "2026-05-24T14:55:00.000Z" }]}]},{"market": "Over/Under","prices": [{"bookmaker": "Pinnacle","handicap": "2.5","outcomes": [{ "label": "Over", "odd": 1.97, "updatedAt": "2026-05-24T14:40:00.000Z" },{ "label": "Under", "odd": 1.91, "updatedAt": "2026-05-24T14:40:00.000Z" }]}]}]}
๐ Data fields
| Field | Description |
|---|---|
matchId | BetExplorer's identifier for the match |
url | Link to the match page |
sport, country, league, season | Competition the match belongs to |
round | Round or matchday, when the competition has one |
startTime | Kick-off in ISO 8601 (UTC) |
homeTeam, awayTeam | The two teams or players |
status | FINISHED or SCHEDULED |
score, homeScore, awayScore, winner | Final score and HOME / DRAW / AWAY |
bookmakerCount | How many bookmakers priced the match |
averageOdds | Average odds per outcome, keyed by the market's own labels (1, X, 2) |
odds | Every market, every bookmaker, every price with its own timestamp (only when scrapeOdds is on) |
๐ฐ How much does it cost to scrape BetExplorer?
The scraper uses pay per event pricing, so you only pay for the data you actually get:
| Event | Price | What it covers |
|---|---|---|
| Actor start | $0.005 | Charged once per run |
| Match | $0.003 | One fixture or result with score and average odds |
| Match with full odds book | $0.008 | The same match plus every bookmaker's price across every market (only when scrapeOdds is on) |
A full league sweep of 380 finished matches costs about $1.15. The same 380 matches with every bookmaker's odds included costs around $3.05. Apify's free tier includes $5 of monthly usage, enough to try the scraper on several full seasons.
โ๏ธ Tips and advanced options
- Leave
scrapeOddsoff unless you need individual bookmaker prices โ the average odds already come free with every match, and the full book is several requests per match. - Season URLs are the cheapest way to build history. Open any league's results page, use the season dropdown to copy a season's URL, and add those URLs to
startUrls. - Bookmaker coverage depends on the proxy country. Malta, Australia and India return the widest international list; a UK proxy returns UK-licensed books, a Brazilian proxy Brazilian ones. Datacenter proxies return only a small US selection, so residential is recommended.
- Older seasons have fewer bookmakers. Results reach back a very long way, but multi-bookmaker odds realistically start in the late 2000s.
- Schedule it. Run it daily against fixture URLs to build your own odds-movement history over time.
โ FAQ
Which sports are supported? Football, tennis, basketball, hockey, baseball, handball and volleyball. Any league page on BetExplorer works, and the scraper reads the available markets from the page, so sport-specific markets (like Home/Away instead of 1X2 in tennis) come through automatically.
How far back does the historical data go? As far as BetExplorer's own archive โ over a century of seasons for some leagues. Add one season URL per season you want.
Why do I see different bookmakers than on the website?
BetExplorer shows different bookmakers depending on where you connect from. Change apifyProxyCountry in the proxy settings to target a specific market.
Do I get the time each price was set?
Yes. With scrapeOdds enabled, every bookmaker price carries the timestamp of its last movement, which is what closing-line-value analysis needs.
Is scraping BetExplorer legal?
The scraper only collects publicly available data and stores no personal information, and it stays within the paths BetExplorer's robots.txt allows. Their Terms of Service still apply to you as the operator of the run, so you are responsible for making sure your use complies with applicable law and terms โ consult a lawyer if you are unsure.
Something is broken or missing. Open an issue on the Actor's Issues tab and it will be looked at. Custom variants and bulk extractions can also be arranged.
Start extracting BetExplorer odds today! ๐