๐Ÿˆ NFL Scores โ€” Live Stats & Game Data avatar

๐Ÿˆ NFL Scores โ€” Live Stats & Game Data

Pricing

from $3.00 / 1,000 results

Go to Apify Store
๐Ÿˆ NFL Scores โ€” Live Stats & Game Data

๐Ÿˆ NFL Scores โ€” Live Stats & Game Data

Get live and historical NFL scores, box scores, player stats & standings. Build sports dashboards, fantasy tools & football analytics. Real-time data during games. Pay per query.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

26 minutes ago

Last modified

Share

๐Ÿˆ NFL Scoreboard โ€” Live Scores, Box Scores, Schedules & Standings

Real-time and historical NFL data: live game scores, full box scores (passing / rushing / receiving by player), schedules, team standings, injury reports, and odds-line snapshots. A pay-per-result alternative to the unofficial ESPN API, TheSportsDB, MySportsFeeds, and Sportradar (enterprise) โ€” built for fantasy-football tool developers, sports-betting model builders, sports-media newsrooms, and analytics teams who need NFL data without a six-figure Sportradar contract.

Why NFL Scoreboard Beats ESPN Private API, TheSportsDB, MySportsFeeds & Sportradar

FeatureNexGenData NFL ScoreboardESPN private APITheSportsDBMySportsFeedsSportradar
Cost$1 per 1K games/queries, pay-per-eventFree (undocumented, can break)Free + $5/mo Patreon$19-99 / month$$$$ enterprise quote
Live in-game updatesYes โ€” sub-minute pollingYesLimitedYes (paid tier)Yes
Player-level box scoresYes โ€” full passing/rushing/recYesLimitedYesYes
Standings (div / conf / wildcard)YesYesYesYesYes
Odds-line snapshotsYes โ€” DraftKings / FanDuel / MGMNoNoPlan-gatedYes (enterprise)
Injury reportsYesYesLimitedYesYes
Bulk exportJSON / CSV / ExcelDIYCSVCSVCustom
AuthApify tokenNone (unofficial)API keyAPI keyEnterprise contract
Stability commitmentYes โ€” Apify SLANoneBest-effortSLA on paid plansYes

Most fantasy + betting teams pick this actor instead of the unofficial ESPN endpoints because those endpoints break without warning every NFL season โ€” this actor is a drop-in alternative that's cheaper than MySportsFeeds for occasional bulk runs and an order of magnitude cheaper than Sportradar for tooling that doesn't need millisecond data feeds.

What You Get Per Game

Each dataset item is a flat record:

  • game_id, season, week, season_type โ€” regular / postseason
  • date_utc, kickoff_local, venue, weather
  • home_team, away_team โ€” full team objects with abbreviations
  • home_score, away_score, quarter, clock, status โ€” scheduled / in-progress / final
  • box_score โ€” player-level passing / rushing / receiving / defense / kicking arrays
  • team_stats โ€” yards, turnovers, time-of-possession, 3rd-down conversion %
  • play_by_play[] โ€” every play with {down, distance, yardline, description, players}
  • odds_snapshot โ€” spread, total, moneyline per book (DraftKings, FanDuel, BetMGM, Caesars)
  • injury_report[] โ€” {player, status, designation}
  • last_updated โ€” ISO timestamp of last poll

Use Cases

  • Fantasy-football tools โ€” auto-update lineup status and projected points based on live scoring
  • Sports-betting modelers โ€” backtest models against historical lines + closing-line value
  • Sports newsrooms โ€” auto-generate game recaps + box scores within seconds of final whistle
  • Sportsbooks (B2B) โ€” secondary data feed for cross-checking primary Sportradar feeds
  • DFS optimizers โ€” pull live injury status to update Sunday morning lineups
  • NFL-data podcasts / newsletters โ€” pull yesterday's box scores into the Monday morning email

Quick Start

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/nfl-scoreboard").call(run_input={
"season": 2026,
"week": 8,
"includeBoxScore": True,
"includeOdds": True
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["home_team"]["abbreviation"], item["home_score"], "vs",
item["away_team"]["abbreviation"], item["away_score"])

Pricing

Pay-per-event:

  • Actor Start: small fixed charge per run (memory-scaled)
  • Per game / query: $1 per 1,000 results

No subscription, no minimum.

Use caseActor
NHL live scores & box scoresnhl-scoreboard
NBA live scores & standingsnba-scoreboard
Sports intelligence MCP for AI agentssports-mcp-server
ESPN content scraperespn-scraper
Reddit subreddit trend tracker (r/nfl)reddit-subreddit-trends
Google Trends keyword interestgoogle-trends-scraper
News content + sentiment MCPnews-mcp-server
YouTube channel + video metadata MCPyoutube-media-mcp-server

FAQ

How frequently is live data refreshed during games? Polling runs every ~30 seconds during in-progress games. Pre-game and post-final, the cadence drops to once per minute.

Can I get historical seasons? Yes โ€” season parameter accepts any year back through the modern era; box scores and standings are available for all years.

Do you cover preseason? Yes โ€” set season_type to preseason.

Output formats? JSON, CSV, Excel, and the Apify dataset API.

Is this legal? Yes. All data points come from publicly accessible scoreboards and box-score endpoints.

About NexGenData

NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, and more. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b


How NexGenData Pricing Works

Every NexGenData actor uses pay-per-event pricing โ€” you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.

  • Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
  • Result / item: charged per item written to the default dataset
  • No charge for retries, internal proxy rotation, or failed sub-requests โ€” those are absorbed by the platform

Apify Platform Bonus

New to Apify? Sign up with the NexGenData referral link โ€” you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.

Integration Surface

Every actor in the NexGenData catalog can be triggered from:

  • Apify console โ€” point-and-click run
  • Apify API โ€” REST + webhooks
  • Apify Python / JS SDKs โ€” programmatic batch
  • Zapier, Make.com, n8n โ€” official integrations
  • MCP โ€” many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
  • Schedules โ€” built-in cron for daily / weekly / monthly runs
  • Webhooks โ€” POST results to any HTTPS endpoint on dataset write

Support

NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ€” high-demand features ship in the next version.

Home: thenextgennexus.com Full catalog: apify.com/nexgendata