nflverse NFL Data Releases Scraper
Pricing
from $3.75 / 1,000 result items
nflverse NFL Data Releases Scraper
Scrapes nflverse data releases by dataset type and optional season. Returns each release as a flat row with metadata and optional asset file download links.
Pricing
from $3.75 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
10
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
nflverse NFL Data Releases Scraper
Scrape NFL play-by-play, player stats, rosters, contracts, and 20 other datasets from the nflverse data releases. Every record comes with season metadata, release tags, and optional downloadable asset files. Export to CSV, JSON, Excel, or XML.
The nflverse project publishes clean, analysis-ready NFL data on GitHub, but downloading and parsing release archives by hand is slow. This Actor reads the nflverse release API directly, lets you pick from 24 curated datasets, and returns each matching release as a flat row. No manual downloads, no unzipping, no Git cloning.
| Who uses it | What they scrape nflverse for |
|---|---|
| Fantasy football analysts | Pull weekly player stats and snap counts to project future performance. |
| Sports data engineers | Ingest play-by-play feeds into a data warehouse for modeling. |
| NFL journalists and content creators | Gather schedules, rosters, and depth charts for season previews. |
| Betting model builders | Collect historical play-by-play and Next Gen Stats to train prediction models. |
What it does
This Actor collects nflverse data release records by dataset type and optional season, and returns each release with its metadata and an optional list of downloadable asset files.
- ๐ 24 curated datasets: play-by-play, player stats, rosters, contracts, combine, Next Gen Stats, and more.
- ๐ Season filter: narrow results to a single NFL season year, or leave empty to get every season in the release.
- ๐ Asset file listing: each record can include the full file manifest with name, size, format, and a direct download link.
- โก Flat row output: every release arrives as one row, ready for spreadsheets, databases, or downstream pipelines.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with nflverse data
๐ Build a weekly fantasy dashboard.
A fantasy analyst runs the Actor each Tuesday to pull the latest player stats and snap counts, then feeds them into a dashboard that highlights waiver-wire targets.
๐ Backtest a betting model.
A quantitative bettor collects five seasons of play-by-play data, joins it with Next Gen Stats, and trains a model that predicts second-half outcomes.
๐ฐ Power a season-preview article.
A football writer scrapes schedules, rosters, and depth charts for all 32 teams, then builds a data-driven preview of the upcoming season.
๐ Feed a data pipeline.
A data engineer schedules the Actor to pull new nflverse releases into a cloud warehouse, keeping the analytics layer always up to date.
Why choose this scraper
| What you get | |
|---|---|
| No manual downloads | The Actor reads the nflverse release API so you never touch a ZIP file or Git repo. |
| Analysis-ready schema | Every dataset comes from the nflverse project's cleaned, documented data releases. |
| One row per release | Each matching release is a flat record with season, tag, and asset metadata. |
How it compares
No other Store actor targets nflverse the same way, so the honest comparison is with the alternatives teams actually weigh.
| nflverse NFL Data Releases Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When nflverse changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor by picking a dataset type and an optional season year, and filters run as each release is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10,"dataset": "pbp"}
A larger pull:
{"maxItems": 200,"dataset": "pbp"}
Pricing
Pay-per-result: $0.005 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.50 |
| 1,000 results | $5.00 |
| 10,000 results | $50.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the nflverse NFL Data Releases Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to nflverse through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/nflverse-data-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that you selected a valid dataset from the dropdown and that the season year, if set, falls within the range that nflverse has published for that dataset. Some datasets start later than 1999.
The run is taking a long time.
Large datasets like play-by-play have many releases across many seasons. Lower the maximum records or set a specific season to speed up the run.
I cannot find a specific stat in the output.
The Actor returns release metadata and asset file listings. The actual stat columns live inside the asset files. Enable Include Asset Files to get the download links, then load the CSV or Parquet file to see the full data.
The download links are broken.
nflverse asset links point to GitHub release attachments. If a link fails, the release may have been updated or moved. Try re-running the Actor to pick up the latest release metadata.
I hit the maximum records limit.
The maximum is 1,000,000 records per run. If you need more, split your request by season and run the Actor multiple times, once per season.
FAQ
| Question | Answer |
|---|---|
| What is nflverse? | nflverse is an open-source project that cleans, documents, and publishes NFL data in analysis-friendly formats. It covers play-by-play, player stats, rosters, contracts, draft picks, and much more, all released through GitHub. |
| Do I need a GitHub account or API key? | No. The Actor reads the public nflverse release API. You do not need a GitHub account, a token, or any authentication. |
| Which datasets can I scrape? | You can pick from 24 datasets: play-by-play, participation, schedules, rosters, weekly rosters, players, player components, player stats, team stats, depth charts, snap counts, injuries, officials, draft picks, combine, contracts, FTN charting, ESPN data, PFR advanced stats, Next Gen Stats, teams, trades, and misc. |
| Can I filter by season? | Yes. Set the Season field to a specific year, like 2024, and the Actor returns only releases tagged with that season. Leave it empty to get all seasons. |
| What are asset files? | Each nflverse release contains data files in formats like CSV or Parquet. When you enable Include Asset Files, every record lists the available files with their names, sizes, formats, and direct download links. |
| How many records can I get in one run? | You can set the maximum from 1 up to 1,000,000 records per run. The default is 10, which is enough to preview a dataset. |
| What output formats are supported? | You can export your results to CSV, JSON, Excel, or XML from the Apify dataset tab. |
| Is this the official nflverse API? | The Actor reads the public nflverse data release tags and assets. It is not maintained by the nflverse project, but it consumes their published releases. |
| Can I schedule this to run automatically? | Yes. Apify supports scheduled runs. You can set the Actor to pull new releases daily, weekly, or on any cron schedule. |
| Does this include live in-game data? | No. nflverse releases are updated after games, not live. The Actor reflects whatever the latest published release contains. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by nflverse. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
