VOOZH about

URL: https://apify.com/parseforge/nflverse-data-scraper

โ‡ฑ nflverse NFL Data Releases Scraper ยท Apify


๐Ÿ‘ nflverse NFL Data Releases Scraper avatar

nflverse NFL Data Releases Scraper

Pricing

from $3.75 / 1,000 result items

Go to Apify Store

nflverse NFL Data Releases Scraper

Export nflverse NFL data releases. Pull play-by-play, schedules, rosters, player stats, weekly stats, snap counts, and more. Filter by dataset type and season. Returns release metadata + download links for CSV / Parquet / RDS files covering all NFL seasons.

Pricing

from $3.75 / 1,000 result items

Rating

0.0

(0)

Developer

๐Ÿ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

Share

๐Ÿ‘ ParseForge Banner

๐Ÿˆ nflverse NFL Data Releases Scraper

๐Ÿš€ Export every nflverse NFL data release in seconds. Play-by-play from 1999, schedules, rosters, snap counts, injuries, depth charts, contracts, combine, Next Gen Stats and more across 24 dataset families. CSV, Parquet, RDS, qs.

๐Ÿ•’ Last updated: 2026-05-21 ยท ๐Ÿ“Š 19 fields per release ยท ๐Ÿˆ 24 dataset families ยท ๐Ÿ“… 1999 to current season ยท ๐Ÿ”— every download link, every format

The nflverse Data Scraper indexes the community-maintained nflverse release feed and returns one record per release, including release metadata (tag, name, publish date, author, description, prerelease flag), aggregate stats (asset count, total size, total downloads, list of seasons covered, list of file formats), and the complete asset manifest (file name, size, season, team, format, direct download link). nflverse powers the R packages nflreadr, nflfastR, and nflseedR, and is the de-facto open data backbone for modern football analytics.

Coverage spans 24 dataset families including play-by-play (1999-present), play-by-play participation, schedules, rosters, weekly rosters, players, player stats, weekly player stats, team stats, depth charts, snap counts, injuries, officials, draft picks, combine, contracts, FTN charting, ESPN data, PFR advanced stats, Next Gen Stats, trades, and teams.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
NFL analytics teams, DFS players, sports-media producers, fantasy-football tool builders, sports betting modelers, R / Python data scientists, college coaches studying pro dataPlay-by-play loaders, fantasy-roster sync, weekly model rebuilds, injury and snap-count dashboards, prop-bet research, podcast research

๐Ÿ“‹ What the nflverse Scraper does

Three filtering workflows in a single run:

  • ๐Ÿˆ Pick a dataset family. One of 24 nflverse release tags (pbp, schedules, rosters, injuries, snap_counts, nextgen_stats, etc.).
  • ๐Ÿ“… Filter by season. Restrict the asset list to a single NFL season year (1999-present where data exists).
  • ๐Ÿ—‚๏ธ Include or exclude the asset manifest. Pull just release metadata, or the full file list with download links.

Each record exposes the release tag, name, ID, publish and create timestamps, prerelease / draft flags, author handle, release description, asset count for the filter, the sorted list of seasons present, the list of file formats (CSV, CSV.GZ, Parquet, RDS, qs), total asset size in bytes, cumulative download count, the GitHub release URL, and (optionally) a full asset array with per-file metadata.

๐Ÿ’ก Why it matters: building an NFL analytics pipeline yourself means watching a community release feed, parsing season-naming conventions across 24 different tag families, and refreshing weekly. This Actor returns a clean index with every download link on tap.


๐ŸŽฌ Full Demo

๐Ÿšง Coming soon: a 3-minute walkthrough showing how to load weekly play-by-play and snap counts into a fantasy model.


โš™๏ธ Input

InputTypeDefaultBehavior
maxItemsinteger10Records to return. When dataset is set, this caps individual asset files (one record per file). When dataset is empty, it caps full releases (one record per release with embedded asset list). Free plan caps at 10, paid plan at 1,000,000.
datasetstring"pbp"One of 24 nflverse release tags. When set, the actor returns one record per downloadable asset file in that release.
seasonintegeremptyFilter assets to a single NFL season year. Omit for all seasons.
includeAssetsbooleantrueOnly applies when dataset is empty (release mode). Include the full per-file asset manifest with download links on each release record.

Example: full play-by-play release index with every season and every download link.

{
"maxItems":1,
"dataset":"pbp",
"includeAssets":true
}

Example: snap counts for 2024 only.

{
"maxItems":1,
"dataset":"snap_counts",
"season":2024
}

โš ๏ธ Good to Know: nflverse releases are produced and maintained by a community of volunteers. Files are updated through the season as new game data arrives. Always confirm the publish date and asset list match the analysis window you need.


๐Ÿ“Š Output

Each release record contains 19 fields. Download the dataset as CSV, Excel, JSON, or XML.

๐Ÿงพ Schema

FieldTypeExample
๐Ÿท๏ธ releaseTagstring"pbp"
๐Ÿˆ releaseNamestring"pbp"
๐Ÿ“‘ datasetTypestring"pbp"
๐Ÿ†” releaseIdnumber58152862
๐Ÿ“… publishedAtISO 8601"2022-01-28T02:12:09Z"
๐Ÿ—“๏ธ createdAtISO 8601"2022-01-28T02:09:45Z"
๐Ÿšง isPrereleasebooleanfalse
๐Ÿ“ isDraftbooleanfalse
๐Ÿ‘ค authorstring | null"tanho63"
๐Ÿ“œ descriptionstring | null"Play by play data, accessed with nflreadr::load_pbp()"
๐Ÿ”ข assetCountnumber160
๐Ÿ“… seasonsnumber[][1999, 2000, ..., 2024, 2025]
๐Ÿ“ฆ fileFormatsstring[]["rds", "csv", "qs", "csv.gz", "parquet"]
๐Ÿ“ totalSizeBytesnumber4282937881
โฌ‡๏ธ totalDownloadsnumber3661982
๐Ÿ”— releaseUrlstring"https://github.com/nflverse/nflverse-data/releases/tag/pbp"
๐Ÿ—‚๏ธ assetsobject[]full manifest of files
๐Ÿ•’ scrapedAtISO 8601"2026-05-20T12:00:00.000Z"
โš ๏ธ errorstring | nullnull

๐Ÿ“ฆ Sample records


โœจ Why choose this Actor

Capability
๐Ÿˆ24 dataset families. Play-by-play, schedules, rosters, snap counts, injuries, depth charts, Next Gen Stats, contracts, combine, draft, and more.
๐Ÿ“…Deep history. Play-by-play from 1999, schedules since the AFL merger, weekly stats and snap counts through current season.
๐Ÿ—‚๏ธFull asset manifest. Every download link in one record, with season and format already parsed.
๐Ÿ“ฆMulti-format. CSV, CSV.GZ, Parquet, RDS, qs - whatever your analytics stack expects.
โšกFast. Release index in seconds, full manifests in well under a minute.
๐Ÿ”Live. Each run pulls the current release feed; new season files appear as nflverse maintainers publish them.
๐ŸšซNo login. No GitHub token or registration required.

๐Ÿ“Š nflverse is the open-data backbone of modern NFL analytics and powers the most widely used R and Python football packages.


๐Ÿ“ˆ How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
โญ nflverse Scraper (this Actor)$5 free credit, then pay-per-use24 dataset families, 1999+Live per rundataset tag, season, manifestโšก 2 min
Commercial NFL data services$1k+/year per seatCuratedDailyMany๐Ÿ•’ Days
Direct nflreadr / nflfastR installFreeSame dataManual updatesNone๐Ÿข R environment required
Hand-built scrapersEngineering timeLimitedManualWhatever you code๐Ÿ› ๏ธ Weeks

Pick this Actor when you want a clean, language-agnostic index of nflverse releases without standing up an R toolchain.


๐Ÿš€ How to use

  1. ๐Ÿ“ Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. ๐ŸŒ Open the Actor. Go to the nflverse NFL Data Releases Scraper page on the Apify Store.
  3. ๐ŸŽฏ Set input. Pick a dataset family, optionally narrow by season, and decide if you want the full asset manifest.
  4. ๐Ÿš€ Run it. Click Start and let the Actor build your release index.
  5. ๐Ÿ“ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

โฑ๏ธ Total time from signup to a downloaded nflverse manifest: 3-5 minutes. No coding required.


๐Ÿ’ผ Business use cases

๐Ÿ“Š NFL Analytics Teams

  • Pipeline bootstrap for play-by-play models
  • Weekly snap-count and depth-chart refreshes
  • Roster diff detection week-over-week
  • Multi-season feature stores for ML pipelines

๐ŸŽฏ DFS & Betting Models

  • Prop-bet research with Next Gen Stats
  • Injury-driven lineup adjustments
  • Schedule pull for stack and contrarian plays
  • Historical backtesting datasets

๐Ÿ“ฐ Sports Media

  • Storyline research with player stats and depth charts
  • Combine and draft-history pulls for draft coverage
  • Contract-history dashboards
  • Weekly columns powered by live nflverse data

๐Ÿˆ Fantasy Football Tools

  • Roster and player metadata sync
  • Weekly stat refresh for scoring engines
  • Injury feeds for waiver-wire alerts
  • Depth-chart deltas for start-sit recommendations

๐Ÿ”Œ Automating nflverse Data Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

  • ๐ŸŸข Node.js. Install the apify-client NPM package.
  • ๐Ÿ Python. Use the apify-client PyPI package.
  • ๐Ÿ“š See the Apify API documentation for full details.

The Apify Schedules feature lets you trigger this Actor on any cron interval. Weekly Tuesday refreshes line up with how most nflverse datasets ship after Monday Night Football.


๐ŸŒŸ Beyond business use cases

nflverse data drives education, research, fan projects, and creative work beyond commercial analytics.

๐ŸŽ“ Research and academia

  • Sports-economics studies on contract value
  • Health and injury research with weekly reports
  • Reproducible NFL datasets for kinesiology programs
  • Methods papers comparing modelling approaches

๐ŸŽจ Personal and creative

  • Fantasy-league custom scoring dashboards
  • Friends-and-family pick-em apps
  • Twitter / Bluesky bots posting weekly leaders
  • Visualisation portfolios for football fans

๐Ÿค Non-profit and civic

  • Coaching clinics for youth programs
  • Open-data education for sports-analytics bootcamps
  • Community-driven game charting projects
  • Concussion-policy research datasets

๐Ÿงช Experimentation

  • Train QB-passing-grade ML models
  • Benchmark play-call prediction algorithms
  • Prototype agent pipelines that answer "what happened this week"
  • Test sports-betting models with historical data

๐Ÿค– Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:


โ“ Frequently Asked Questions

๐Ÿงฉ How does it work?

Pick a dataset family (pbp, schedules, snap_counts, etc.), optionally narrow by season, and the Actor returns one record per matching nflverse release with the full asset manifest and download links.

๐Ÿ“ How accurate is the data?

nflverse data is community-maintained and widely used by analytics professionals. Accuracy is high for the regular and post-season game data that backs nflfastR. Niche datasets (FTN charting, advanced stats) reflect the underlying provider's coverage.

๐Ÿ” How often is the dataset refreshed?

nflverse maintainers re-publish datasets through the season. Most refresh weekly during the regular season; some refresh hourly during live game windows. Each run pulls the current release index.

๐Ÿ“… What seasons are covered?

Play-by-play goes back to 1999. Schedules go further. Player stats, snap counts, and Next Gen Stats have shorter histories (typically 2016-present for snap counts, 2016-present for Next Gen Stats). The Actor returns the seasons array so you can see exactly what is in each release.

๐Ÿ“ฆ Which file formats are available?

CSV, CSV.GZ, Parquet, RDS, and qs depending on the dataset. The fileFormats field on each record lists what is present.

๐Ÿ’ผ Can I use this data commercially?

nflverse data is published under permissive open-source licenses (typically MIT or CC0 by file). Review the underlying license for each dataset family and the upstream source where applicable.

โฐ Can I schedule regular runs?

Yes. A weekly schedule (Tuesday morning is a popular choice) keeps your downstream NFL pipeline current with new release publishes.

๐Ÿ’ณ Do I need a paid Apify plan?

No. The free Apify plan covers testing and small runs. Paid plans unlock larger datasets, scheduling, and concurrency.

๐Ÿ” What happens if a run fails?

Apify automatically retries transient errors. Partial datasets are preserved so you can adjust the input and re-run.

๐Ÿ†˜ What if I need help?

Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.


๐Ÿ”Œ Integrate with any app

nflverse Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get run notifications in your channels
  • Airbyte - Pipe NFL data into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh NFL data into your model server, or alert your analytics Slack channel when a new weekly file lands.


๐Ÿ”— Recommended Actors

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection for more open-data scrapers.


๐Ÿ†˜ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.


โš ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by the National Football League, nflverse, nflfastR, or any team or rights holder. All trademarks mentioned are the property of their respective owners. Only publicly available open data is collected.

You might also like

ESPN NFL Stats Scraper

crawlerbros/espn-nfl-stats-scraper

Scrape NFL statistics from ESPN's public API - team rosters with player profiles, team standings, team schedules, game scoreboards, and NFL news. Covers all 32 NFL teams with player bio data. No API key required.

NFL Stats Scraper | NFL.com Player and Team Statistics

parseforge/nfl-stats-scraper

Export NFL.com official statistics: player name, position, team, season, games, key stats by category (passing, rushing, receiving, defense), team standings and rankings. Filter by season, week, team and stat category. CSV, Excel, JSON or XML for sports analytics and DFS research.

Pro Football Reference Scraper | NFL Stats and History

parseforge/pro-football-reference-scraper

Pull NFL player, team, and game data from Pro Football Reference including box scores, season stats, advanced metrics, standings, draft history, and historical records. Built for football analytics, fantasy NFL tools, betting models, and deep sports research at scale.

Nfl Data Collector

syntellect_ai/nfl-data-collector

NFL Data Collector system with complete integration for Apify Actor and MCP server all the stats you will ever need

๐Ÿ‘ User avatar

christopher athans crow

10

NFL Data Scraper

crawlerbros/nfl-data-scraper

Scrape NFL statistics and data, teams, players, game schedules, and standings for the National Football League via TheSportsDB. Free public API, no registration required.

NFL Data Scraper

crawlergang/nfl-data-scraper

Scrape NFL statistics and data, teams, players, game schedules, and standings for the National Football League via TheSportsDB. Free public API, no registration required.

1

5.0

Real-Time NFL Scoreboard

fresh_cliff/nfl-scores-api

Get real-time NFL scores, game schedules, team stats, and live game data. Export to JSON/CSV. No authentication required using No-API Protocol with mirror fallbacks for reliable football data extraction.

๐Ÿ‘ User avatar

Brennan Crawford

2

NFL LIVE DATA

macheta/nfl-api-scraper

The ultimate NFL data API. Get real-time live scores, upcoming fixtures, league standings, and detailed player stats. Built for speed and reliability. Ideal for fantasy sports, betting apps, and analytics. Precise data directly from the source. Export to JSON/CSV instantly.

NFL Schedule Scraper

jungle_synthesizer/nfl-com-schedule-week-team-scraper

Scrape the official NFL schedule from nfl.com. Returns every game for a season -- home/away teams, kickoff time, venue, broadcast network (CBS/FOX/NBC/ESPN/TNF), game status, primetime flags, and international game markers.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

NFL API - Football Statistics

alizarin_refrigerator-owner/nfl-api---football-statistics

Fetch comprehensive NFL football data including teams, players, standings, schedules, game statistics, fantasy projections, and betting odds. 32 NFL Teams, Team Rosters, Team Statistics, Player Statistics, Game Statistic, Schedule, League Leaders, Fantasy Projections & Betting Odds