Anytime scorer comparison
Show a striker's anytime goalscorer odds side by side across UK bookmakers. Useful for value-spotting tools and simple comparison tables.
Goalscorer Odds API
Structured anytime, first and last goalscorer odds from UK bookmakers, returned as clean JSON instead of scraped bookmaker pages.
Find the fixturePull goalscorer markets Main anytime scorer lines sit on the core plan. Widen the player list or add first/last scorer detail with the full package when you need it.
Why goalscorer odds
Goalscorer odds move fast and vary a lot between bookmakers, so anyone building a comparison tool, alert system or tipster board needs a reliable feed rather than a page they have to re-scrape every few minutes. People search for this because they want to track a specific striker's price across bookmakers, spot value on a first goalscorer bet, or feed scorer markets into a wider research tool. Scraping bookmaker sites for this data breaks constantly: layouts change, player names get formatted differently, and odds go stale within seconds. A proper odds API keeps the scorer market structured and consistent so you can build on top of it without babysitting a scraper.
Show a striker's anytime goalscorer odds side by side across UK bookmakers. Useful for value-spotting tools and simple comparison tables.
Trigger notifications when a player's first or last scorer price moves past a threshold. Handy for tipsters watching odds drift before kick off.
Populate a scorer tips page or matchday content board with live odds instead of manually checking bookmaker apps. Keeps the page accurate without extra admin.
Pull scorer odds over time to study how prices move for certain players or fixture types. Good grounding for models or editorial analysis.
Fetch odds; filter by market when you only need scorers.
GET /v1/football/events?schedule_date=YYYY-MM-DD&has_odds=true&per_page=10
GET /v1/football/events/EVENT_ID/odds?package=full&odds_format=decimal
GET /v1/football/events/EVENT_ID/odds/best?odds_format=decimal Replace EVENT_ID with an event_id from the events endpoint.
Player selections with decimal odds.
{
"event_id": "evt_123",
"odds_format": "decimal",
"markets": [
{
"key": "anytime_goalscorer",
"name": "Anytime Goalscorer",
"outcomes": [
{ "name": "Haaland", "odds": 1.80, "bookmaker_code": "UO004" },
{ "name": "Haaland", "odds": 1.91, "bookmaker_code": "UO022" }
]
}
]
} What you can build
Scorer markets suit a lot of small, focused products: an odds comparison widget for a single striker, a matchday page that lists the best anytime goalscorer prices, or an alert bot that pings when a first scorer price hits a target. Tipster sites can use the same data to back up scorer tips with real numbers instead of guesswork, and research tools can track how scorer odds shift as team news comes in. Because the data arrives structured, you spend your time on the product itself rather than on parsing bookmaker markup.
Historical goalscorer data
Historical goalscorer odds, including line movement across anytime, first and last scorer markets, are available on the Pro plan. Use them to backtest models or study how bookmakers price player markets as team news and injuries come in.
Bookmakers covered
Odds sourced from the UK bookmakers punters actually compare
Pricing
Start with core scorer lines and step up to fuller player markets or historical odds as your product needs grow.
£79/month
Billed today · no trial
For prototypes and early builds
£149/month
7 days free · £0 due today
For production apps and dashboards
£359/month
Billed today · no trial
For arbitrage tools and revenue-generating systems
FAQ
No. Use /v1/football/odds (and /odds/best). Browse group=scorer in the Markets catalog.
Main anytime / first / last goalscorer lines are in package=core. Use full for deeper player markets.
Yes on Pro via history snapshot.
Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.
Yes. Create an account and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.