FanDuel Sportsbook Odds Scraper avatar

FanDuel Sportsbook Odds Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
FanDuel Sportsbook Odds Scraper

FanDuel Sportsbook Odds Scraper

Convert website logos into clean, square PNG or JPG icons from a list of URLs. Automatically finds the best logo, resizes it, and returns ready-to-use icons with metadata.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape live FanDuel Sportsbook odds — moneyline, spread, total, and futures — across US states and sports. Output is flat, normalized rows ready for CSV/JSON/Excel.

Input

FieldTypeDefaultNotes
statestringnyFanDuel state subdomain (ny, nj, pa, …). Your proxy must resolve to a state where FanDuel operates.
sportsstring[]["nfl","nba","mlb","nhl"]FanDuel page slugs. Add any slug the site uses under /navigation/<slug>.
maxItemsPerSportinteger0Cap rows saved per sport (0 = no limit).
oddsFormatstringbothboth, american, or decimal.
proxyConfigurationobjectUS RESIDENTIALRequired. See below.

Example input

{
"state": "nj",
"sports": ["nfl", "nba", "soccer"],
"maxItemsPerSport": 0,
"oddsFormat": "both",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Output

One row per selection (runner):

{
"sport": "soccer",
"competition": "German Bundesliga",
"event": "Bayern Munich v Dortmund",
"eventId": 35785195,
"start": "2026-07-20T18:30:00Z",
"market": "Moneyline (3-way)",
"marketId": "736.175094297",
"selection": "Bayern Munich",
"handicap": null,
"odds_american": -425,
"odds_decimal": 1.24
}