Goalscorer Odds API

Goalscorer Odds API for UK Football

Structured anytime, first and last goalscorer odds from UK bookmakers, returned as clean JSON instead of scraped bookmaker pages.

Scorer Odds, Ready to Use
Find the fixture
Pull 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

Built for anytime, first and last scorer markets

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.

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.

First and last goalscorer alerts

Trigger notifications when a player's first or last scorer price moves past a threshold. Handy for tipsters watching odds drift before kick off.

Tipster and content boards

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.

Research and backtesting

Pull scorer odds over time to study how prices move for certain players or fixture types. Good grounding for models or editorial analysis.

Endpoints for goalscorer odds

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.

Example goalscorer market shape

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

What you can build with goalscorer odds

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

Track how scorer odds moved before kickoff

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

Pricing for goalscorer odds access

Start with core scorer lines and step up to fuller player markets or historical odds as your product needs grow.

Starter

£79/month

Billed today · no trial

For prototypes and early builds

  • 10 UK bookmakers
  • Core markets only Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • 1,000 requests/hour
  • Email support

Business

£359/month

Billed today · no trial

For arbitrage tools and revenue-generating systems

  • 34 UK bookmakers
  • Core markets Main match odds such as match winner, over/under, both teams to score, double chance, draw no bet, and handicaps.
  • Advanced markets Deeper betting markets such as corners, cards, team props, player props, specials, and bookmaker-specific markets.
  • 20,000 requests/hour
  • Arbitrage API included
  • Specials Football specials: markets on topics like next manager, transfers, and awards.
  • Historical odds
  • Price boosts Promotional boosted odds on selected markets and outcomes — e.g. enhanced player props and match combos. Single-event and batch endpoints available.
  • Bet builders Bookmaker-published multi-leg bets for one match — e.g. BTTS + corners + cards.

FAQ

Goalscorer odds API questions

Dedicated goalscorer endpoint?

No. Use /v1/football/odds (and /odds/best). Browse group=scorer in the Markets catalog.

Do I need package=full?

Main anytime / first / last goalscorer lines are in package=core. Use full for deeper player markets.

Historical goalscorer odds?

Yes on Pro via history snapshot.

Which bookmakers are included?

Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.

Can I try the API before I pay?

Yes. Create an account and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.

Tutorials

Guides for player markets.

Odds and props workflows.