BetExplorer Scraper avatar

BetExplorer Scraper

Pricing

from $3.00 / 1,000 matches

Go to Apify Store
BetExplorer Scraper

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

FalconScrape

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

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

  1. 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 as https://www.betexplorer.com/football/england/premier-league-2025-2026/results/ for history.
  2. Set the match limit. maxItems caps how many matches you get across all URLs.
  3. Optionally enable the full odds book. Turn on scrapeOdds if you need every bookmaker's price rather than the average.
  4. Run it. Results appear in the dataset and can be downloaded as JSON, CSV, Excel, HTML or XML, or pulled from the API.

๐Ÿ“ฅ Input

FieldTypeDescription
startUrlsarrayBetExplorer league URLs. Plain league URL โ†’ results and fixtures. /results/ or /fixtures/ โ†’ just that list. Season URLs return the whole season.
maxItemsintegerMaximum number of matches to return across all start URLs. Default 50.
scrapeOddsbooleanAlso collect every bookmaker's odds across every market for each match. Slower and billed separately. Default false.
proxyConfigurationobjectProxy 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

FieldDescription
matchIdBetExplorer's identifier for the match
urlLink to the match page
sport, country, league, seasonCompetition the match belongs to
roundRound or matchday, when the competition has one
startTimeKick-off in ISO 8601 (UTC)
homeTeam, awayTeamThe two teams or players
statusFINISHED or SCHEDULED
score, homeScore, awayScore, winnerFinal score and HOME / DRAW / AWAY
bookmakerCountHow many bookmakers priced the match
averageOddsAverage odds per outcome, keyed by the market's own labels (1, X, 2)
oddsEvery 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:

EventPriceWhat it covers
Actor start$0.005Charged once per run
Match$0.003One fixture or result with score and average odds
Match with full odds book$0.008The 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 scrapeOdds off 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! ๐Ÿš€