Betting odds for NFL, NHL, NBA, MLB, CFB, CBB, MMA, and more from BetMGM, Caesar's, DraftKings, FanDuel, Bet365
This scraper extracts sportsbook odds from BetMGM, Caesars, DraftKings, FanDuel, and Bet365 for popular sports leagues and events including NFL, CFB, NBA, CBB, NHL, UCL, and UFC. The data includes teams, schedules, and odds details like moneylines, point spreads, and totals, making it an invaluable tool for bettors, analysts, and sports enthusiasts.
league
: String - Specify which league you want to scrape odds for. Supported values: NFL
, College-Football
, NBA
, College-Basketball
, NHL
, UCL
, UFC
.date
: String - Filter games by date in the format YYYY-MM-DD
. If left undefined, will return all games that fit the other criteria.team
: String - Filter games involving a specific team abbreviation. Case-insensitive. If left undefined, will return all games that fit the other criteria.sportsbook
: String - Specify which sportsbooks to scrape. Supported values: BetMGM
, Caesars
, DraftKings
, FanDuel
, Bet365
. If left undefined, will return all games that fit the other criteria.1{ 2 "league": "NFL", 3 "date": "2024-11-28", 4 "team": "MIA", 5 "sportsbook": "DraftKings" 6}
The scraper outputs an array of games with the following structure:
1[ 2 { 3 "homeTeam": { 4 "location": "Green Bay", 5 "nickName": "Packers", 6 "mediumName": "Green Bay", 7 "shortName": "GB", 8 "abbr": "GB" 9 }, 10 "awayTeam": { 11 "location": "Miami", 12 "nickName": "Dolphins", 13 "mediumName": "Miami", 14 "shortName": "MIA", 15 "abbr": "MIA" 16 }, 17 "scheduledTime": "2024-11-29T01:20:00Z", 18 "odds": [ 19 { 20 "sportsbook": "draftkings", 21 "moneyLine": { 22 "currentHomeOdds": "-175", 23 "currentAwayOdds": "+145", 24 "openingHomeOdds": "-155", 25 "openingAwayOdds": "+130", 26 "isBestAwayLine": true, 27 "isBestHomeLine": false 28 }, 29 "pointSpread": { 30 "currentHomeHandicap": "-3.5", 31 "currentAwayHandicap": "+3.5", 32 "openingHomeHandicap": "-3", 33 "openingAwayHandicap": "+3", 34 "currentHomeOdds": "-105", 35 "currentAwayOdds": "-115", 36 "openingHomeOdds": "-110", 37 "openingAwayOdds": "-110", 38 "isBestHomeLine": false, 39 "isBestAwayLine": true 40 }, 41 "overUnder": { 42 "currentOverOdd": "-108", 43 "currentUnderOdd": "-112", 44 "openingOverOdd": "-110", 45 "openingUnderOdd": "-110", 46 "currentTotal": "47", 47 "openingTotal": "48.5", 48 "isBestOverLine": true, 49 "isBestUnderLine": false 50 } 51 } 52 ] 53 } 54]
homeTeam
/ awayTeam
: Team details.scheduledTime
: Game date and time in ISO 8601 format.odds
: Array of sportsbook odds for the game.
moneyLine
: Odds for home and away teams to win outright.pointSpread
: Handicap betting odds.overUnder
: Totals betting odds.date
, team
, or sportsbook
to narrow down the results for efficiency.If you encounter any issues or have feature requests, please open an issue on the Apify listing or contact the developer.
Enhance your betting strategy and analytics with this comprehensive sportsbook odds scraper!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!