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

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

3

Monthly active users

2 hours ago

Last modified

Share

NCAA API

API Integration

This actor connects to an external API service. You'll need valid API credentials from the service provider.


API Integration

This actor connects to an external API service. You'll need valid API credentials from the service provider.


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

Features

Basketball Data

  • Teams - All NCAA basketball teams by division and conference
  • Rankings - AP Poll, Coaches Poll, and NET rankings
  • Schedule - Game schedules with dates, times, and opponents
  • Scores - Live and final game scores
  • Standings - Conference and division standings

Football Data

  • Teams - All NCAA football teams (FBS/FCS)
  • Rankings - AP Poll, Coaches Poll, and CFP rankings
  • Schedule - Weekly game schedules by week number
  • Scores - Game scores and results
  • Standings - Conference standings

Team & Player Data

  • Team Roster - Current player rosters with positions, heights, weights
  • Player Stats - Individual player statistics

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

All tasks return a consistent JSON structure:

{
"task": "basketball_rankings",
"success": true,
"timestamp": "2024-12-29T12:00:00.000Z",
"sport": "basketball",
"division": "D1",
"gender": "mens",
"data": [...]
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

TaskPrice
Basketball Teams$0.01
Basketball Rankings$0.01
Basketball Schedule$0.01
Basketball Scores$0.01
Basketball Standings$0.01
Football Teams$0.01
Football Rankings$0.01
Football Schedule$0.01
Football Scores$0.01
Football Standings$0.01
Team Roster$0.02
Player Stats$0.02
Fantasy Projections$0.03
Betting Odds$0.05

Use Cases

  • Data collection
  • Research
  • Automation

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal