VOOZH about

URL: https://apify.com/cloud9_ai/balldontlie-sports-scraper

โ‡ฑ BallDontLie Sports Stats Scraper ยท Apify


Pricing

from $1.50 / 1,000 results

Go to Apify Store

BallDontLie Sports Stats Scraper

Extract NBA, NFL, MLB player stats, team data, and game scores from BallDontLie API.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Extract NBA, NFL, MLB player stats, team data, and game scores from BallDontLie API.

Features

  • Extract data from https://api.balldontlie.io/v1
  • Multiple scraping modes: players, teams, games
  • Automatic rate limiting
  • Proxy support via Apify Proxy
  • API authentication support

Input Configuration

Modes

  1. players: /players?search={query}&per_page=25&cursor={cursor}
  2. teams: /teams
  3. games: /games?dates[]={date}&per_page=25&cursor={cursor}

Example Input

{
"apiKey":"example",
"mode":"players",
"query":"example search",
"maxResults":25
}

Authentication

Free API key from balldontlie.io

Output

The actor stores results in the Apify dataset. Each item contains:

  • id
  • first_name
  • last_name
  • position
  • height
  • weight
  • jersey_number
  • college
  • country
  • draft_year

Usage Example

const input ={
"apiKey":"example",
"mode":"players",
"query":"example search",
"maxResults":25
};
const run =await ApifyClient.actor('balldontlie-sports-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 500
  • Rate limiting: 1 request per second (default)

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

MLB Player & Game Stats Scraper

scrapers_lat/mlb-stats-scraper

Extract MLB teams, rosters, player season stats, schedules, scores and standings from the public MLB Stats API.

MLB Stats Scraper

parseforge/mlb-stats-scraper

Scrape Major League Baseball data from the official MLB Stats API - schedules, teams, rosters, player stats, and live game feeds. No API key required.

๐Ÿ€ NBA Scores โ€” Live Stats & Game Data

nexgendata/nba-scoreboard

Get live and historical NBA scores, box scores, player stats & standings. Build sports dashboards, fantasy tools & basketball analytics. Real-time data during games. Pay per query.

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.

Sports Stats Mega Pack

parseforge/sports-stats-mega-pack-scraper

Get player and team stats from NBA, NFL, WNBA, MLB prospects, WTA and Tennis Abstract in one query. Pull games, scoring, rankings, profiles and historical splits across every major league. Built for fantasy sports, sportsbooks and sports analytics teams.

ESPN Sports Scores & Schedules - NBA, NFL, MLB, NHL, MLS, EPL..

hgservices/apify-actor-espn

Get live scores, schedules, and game results from ESPN โ€” covering NBA, NFL, MLB, NHL, MLS, EPL, NCAA, and more. No API key needed. Filter by team, date, or status. Output includes scores, venues, broadcasts, and team details.

51

5.0

โšฝ Sports MCP โ€” AI Scores & Analytics

nexgendata/sports-mcp-server

๐Ÿˆ Sports scores, live games, NFL NBA MLB NHL stats MCP server for AI agents (Claude Desktop, Cursor, OpenAI Agents SDK, Vercel AI SDK). Live scores + schedules + team stats + player data across major leagues via ESPN-grade feeds. Free tier available.