NFL API - Football Statistics avatar

NFL API - Football Statistics

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NFL API - Football Statistics

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

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

7 days ago

Last modified

Share

NFL API

Fetch NFL football data including teams, players, standings, schedules, and game statistics. Real-time scores, fantasy projections, and betting odds.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "teams",
"leaderCategory": "passing_yards"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"teams"Yes*What type of NFL data to fetch
teamIdstring-NoNFL team abbreviation. Examples: KC=Chiefs, SF=49ers, DAL=Cowboys, GB=Packers, BUF=Bills
playerIdinteger-NoNFL player ID. Examples: 4241479=Patrick Mahomes, 4360294=Josh Allen
gameIdinteger-NoGame ID for fetching specific game stats
seasoninteger-NoNFL season year (e.g., 2024 for the 2024 season). Defaults to current season.
weekinteger-NoNFL week number (1-18 for regular season, 19-22 for playoffs)
leaderCategorystring"passing_yards"NoStatistical category for league leaders
demoModebooleantrueNoUse demo data instead of live API calls. Useful for testing without API rate limits.
webhookUrlstring-NoURL to receive results via POST request (Zapier, Make, n8n, or custom endpoint)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Teams ListAll 32 NFL teams with basic info (name, city, conference, division)$0.01
Team RosterCurrent roster for a team with player details (name, position, jersey number)$0.01
Team StatsSeason statistics for a team (wins, losses, points scored, yards)$0.01
League StandingsCurrent AFC and NFC standings with records, division standings, and playoff picture$0.01
Player StatsSeason statistics for a player (passing, rushing, receiving yards and TDs)$0.02
Game StatsDetailed game statistics including box score, drive summaries, and top performers$0.02
ScheduleUpcoming and past games with dates, times, teams, and venues$0.01
League LeadersTop players in various statistical categories (passing, rushing, receiving, defense)$0.01
Fantasy ProjectionsDraftKings and FanDuel player projections with salaries and ownership percentages$0.03
Betting OddsGame lines (moneyline, spread, totals) and player props from multiple sportsbooks$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal