Draftkings Odds Scraper
Pricing
from $2.50 / 1,000 results
Draftkings Odds Scraper
Scrape DraftKings betting odds, live and pre-match sports odds for NFL, NBA, MLB, NHL, UFC, soccer and more. Extract moneyline, spreads, run lines, puck lines and over/under totals with American and decimal prices for odds comparison, line shopping and analysis.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

What does DraftKings Odds Scraper do?
DraftKings Odds Scraper collects betting odds from DraftKings Sportsbook and returns them as clean, ready-to-use data — one row per match. Pick a sport (or paste a match URL), press Start, and download a dataset with the two teams, league, start time, live status, and prices for the main markets — moneyline, spread / run line / puck line, and totals (over/under) — plus a full markets array with every other line DraftKings lists for the match. Every price comes in both American and decimal formats.
Use it for odds comparison, line shopping, closing-line value analysis, model back-testing, and trading dashboards across US sports and major soccer leagues.
Why use DraftKings Odds Scraper?
- One of the largest US sportsbooks – DraftKings's line is a core reference for the American market.
- Prices you can use immediately –
odds.moneyline.home,odds.total.over,odds.spread.line. No decoding. - American and decimal – both formats on every price.
- Pre-match and live – switch between the pre-match board and the in-play feed, or take both.
- Whole leagues in one run – point it at a league and it walks the board.
- Clean, normalised output – odds as numbers, ISO start times, deduplicated by match.
What makes this different?
Most DraftKings data online is stale screenshots or partial exports. This Actor returns the live board: the three main markets flattened into named fields (moneyline, spread, total) with home / away / draw / over / under selections and the line already attached, with the line already attached, and a full markets array alongside. Odds come in both American and decimal formats and matches are deduplicated by DraftKings event ID.
What data can you extract?


| Field | Description |
|---|---|
matchId | DraftKings event ID |
url | Match page URL on sportsbook.draftkings.com |
bookmaker | Always DraftKings |
sportId | DraftKings sport ID |
league / leagueId | Competition |
home / away | Team names |
startTime | Scheduled start (ISO 8601) |
status / isLive | prematch or live |
odds | Tidy main markets — see below |
markets | Every priced market line for the match |
totalMarkets | Number of market lines in the row |
scrapedAt | ISO timestamp of collection |
The odds object:
{"moneyline": { "home": 1.45, "away": 2.84, "draw": null },"spread": { "line": 1.5, "home": 2.04, "away": 1.8 },"total": { "line": 7.5, "over": 1.91, "under": 1.91 }}
How to use DraftKings Odds Scraper

- Open the Actor.
- Choose a Feed (pre-match / live / both) and one or more Sports.
- Optional — paste Match URLs from sportsbook.draftkings.com for individual matches.
- Set Max matches and press Start.
- Download the dataset as JSON, CSV, Excel, or XML, or use the API.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mode | String | No | prematch | prematch, live (in-play), or both. |
sports | Array | No | ["MLB"] | League codes: NFL, NCAAF, NBA, NCAAB, WNBA, MLB, NHL, EPL, UCL, MLS, UFC. ["all"] for every supported league. |
matchUrls | Array | No | – | sportsbook.draftkings.com match page URLs. |
maxMatches | Integer | No | 5 | Maximum matches per league. Raise for a full export (the form prefills 25). |
includeMarkets | Boolean | No | true | Keep the full markets array next to the tidy odds object. |
useCache | Boolean | No | false | Reuse match records from an earlier run. |
proxyConfiguration | Object | No | US Residential | DraftKings Sportsbook is US-only, so a US proxy is required and used by default. |
Output Data
{"matchId": "34599441","url": "https://sportsbook.draftkings.com/event/sf-giants-pit-pirates/34599441","bookmaker": "DraftKings","sportId": "7","league": "MLB","leagueId": "84240","home": "PIT Pirates","away": "SF Giants","startTime": "2026-09-01T22:40:00.000Z","status": "prematch","isLive": false,"totalMarkets": 3,"odds": {"moneyline": { "home": 1.58, "away": 2.41 },"spread": { "line": 1.5, "home": 2.34, "away": 1.61 },"total": { "line": 7.5, "over": 1.89, "under": 1.93 }},"markets": [{"market": "Moneyline","marketType": "Moneyline","prices": [{"selection": "home","label": "PIT Pirates","line": null,"priceAmerican": -158,"priceDecimal": 1.58},{ "selection": "away", "label": "SF Giants", "line": null, "priceAmerican": 141, "priceDecimal": 2.41 }]}],"scrapedAt": "2026-09-01T22:15:00.000Z"}
Usage Examples
Today's MLB prices
mode:prematch,sports:["MLB"],maxMatches: 50
Live NBA odds
mode:live,sports:["NBA"]
Several leagues at once
mode:prematch,sports:["NFL", "NBA", "NHL"],maxMatches: 100
One match, every line
sports:[],matchUrls: a sportsbook.draftkings.com match URL
Tips for Best Results
- Spread and total lines appear closer to game time; matches several days out may show moneyline only.
- American and decimal are both provided — use whichever your model needs.
- For closing-line value work, schedule the Actor near start time and diff the
oddsagainst an earlier run.
Known Limitations
- DraftKings Sportsbook operates only in certain US states; a US proxy is required and some sports are seasonal.
- Odds move constantly; a row is a snapshot at collection time.
- Live markets are briefly suspended around scoring events, so some prices can be missing.
- Matches far in the future may carry only the moneyline until DraftKings posts the rest.
- The Actor collects the game-line markets (moneyline, spread / run line / puck line, total). Deep prop and period markets are out of scope for now.
Integrations
Connect results to Google Sheets, Make, Zapier, Slack, or your own systems via the Apify API and webhooks. Schedule runs to build an odds history.
Export Formats
JSON, CSV, Excel, and XML from the Dataset tab or the Apify API.
Frequently Asked Questions
How many matches can I collect?
maxMatches applies per sport. Raise it for a full export of a sport's board.
Can I target one match?
Yes — paste its Match URL from sportsbook.draftkings.com and set sports to empty.
Why are some odds fields null?
Not every match offers every market — soccer moneylines are 3-way (with draw), US sports are 2-way, and spreads/totals may not be posted yet for distant fixtures.
Does it cover live betting?
Yes. Set mode to live (or both). Live rows are marked isLive: true.
Why is a US proxy required?
DraftKings Sportsbook is only accessible from inside the United States. The Actor uses Apify US residential proxy by default.
How are duplicates handled?
Matches are deduplicated by DraftKings event ID within a run.
How fresh is the data?
Every run reads the live odds feed. Schedule the Actor to keep an odds history.
Does the cache affect repeated runs?
With Use cache on, a match already collected earlier is reused instead of re-requested, which is faster but can return an older price. Leave it off for the current line.
Support
Found a problem or want another market added? Open an issue on the Actor's Issues tab in the Apify Console.
Legal / Responsible Use
You are responsible for how you use this Actor and the data it collects, including compliance with DraftKings's Terms of Use and the gambling and data-protection laws that apply to you. This Actor collects publicly displayed betting odds for analysis; it does not place bets or access any account. Gambling is age-restricted and regulated and available only where licensed — check your local rules before using odds data commercially. If you or someone you know has a gambling problem, call 1-800-GAMBLER.
Preview
