NCAA API - College Sports avatar

NCAA API - College Sports

Pricing

from $0.01 / 1,000 results

Go to Apify Store
NCAA API - College Sports

NCAA API - College Sports

Fetch comprehensive NCAA college sports data including basketball rankings, football standings, team rosters, player statistics, and game schedules for all divisions. Basketball Data & Football Data Teams Rankings Schedule Scores Standings

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

1

Monthly active users

7 days ago

Last modified

Share

NCAA API

Fetch NCAA college sports data including basketball rankings, football standings, team rosters, player stats, and game schedules for all divisions.


Quick Start

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

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"task": "basketball_rankings",
"sport": "basketball",
"division": "D1",
"gender": "mens"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"basketball_rankings"Yes*What type of NCAA data to fetch
sportstring"basketball"NoSport to query (basketball or football)
divisionstring"D1"NoNCAA Division (D1, D2, D3)
conferencestring-NoFilter by conference (e.g., SEC, Big Ten, ACC, Big 12, Pac-12)
teamIdstring-NoTeam ID or school name for team-specific data
playerIdstring-NoPlayer ID for player statistics
seasoninteger-NoSeason year (e.g., 2024 for 2024-25 season)
weekinteger-NoWeek number for football schedule/scores (1-15)
genderstring"mens"NoMen's or Women's sports
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
Basketball TeamsGet all Division I, II, or III basketball teams by conference$0.01
Basketball RankingsGet AP Top 25, Coaches Poll, and NET rankings for men's or women's basketball$0.01
Basketball ScheduleGet game schedule and scores for a specific date$0.01
Basketball StandingsGet conference standings for Division I basketball$0.01
Football TeamsGet all FBS and FCS football teams by conference$0.01
Football RankingsGet CFP rankings, AP Poll, and Coaches Poll for college football$0.01
Football ScheduleGet game schedule and scores by week number$0.01
Football StandingsGet conference standings for FBS football$0.01
Team RosterGet full team roster with player details (position, height, weight, class)$0.02
Player StatsGet individual player statistics for basketball or football$0.02
Fantasy ProjectionsDraftKings and FanDuel projections for college basketball and football DFS$0.03
Betting OddsPoint spreads, totals, and moneylines for college sports from major 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