Sports Scraper — Teams, Players, Leagues & Results avatar

Sports Scraper — Teams, Players, Leagues & Results

Pricing

from $2.00 / 1,000 records

Go to Apify Store
Sports Scraper — Teams, Players, Leagues & Results

Sports Scraper — Teams, Players, Leagues & Results

Scrape sports data across football, basketball, NFL, NHL and more: team profiles with stadium and capacity, squad lists, league rosters and season results with scores. No API key.

Pricing

from $2.00 / 1,000 records

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape sports data across football, basketball, NFL, NHL and moreteam profiles (stadium, capacity, founding year), full squad lists, league rosters and season match results with scores. No API key required.

What you can do with it

  • Fantasy & betting analytics — squads, fixtures and results
  • 📊 Sports media & content — team and player databases
  • 🏟️ Venue and market research — stadium capacity by league
  • 🤖 Power a sports app or bot with structured data

Input

FieldTypeDescription
modeselectTeam profiles · squad/players · all teams in a league · season results · list leagues.
teamsarrayTeam names, e.g. Arsenal, Lakers.
leagueIdstring4328 = Premier League, 4387 = NBA, 4391 = NFL, 4380 = NHL.
seasonstringe.g. 2024-2025 — for season results.
country / sportstringFilters when listing leagues.
maxItemsintegerMax records.
apiKeystringOptional key to raise rate limits.

Examples

{ "mode": "team", "teams": ["Arsenal", "Real Madrid"] }
{ "mode": "season-events", "leagueId": "4328", "season": "2024-2025", "maxItems": 400 }

Output

{
"type": "team",
"teamId": "133604",
"name": "Arsenal",
"league": "English Premier League",
"country": "England",
"formedYear": 1892,
"stadium": "Emirates Stadium",
"stadiumCapacity": 60338,
"website": "www.arsenal.com",
"badge": "https://www.thesportsdb.com/images/media/team/badge/....png"
}

Match results return homeTeam, awayTeam, homeScore, awayScore, date and venue; players return position, nationality and birth date.

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • Powered by TheSportsDB public API — covers soccer, basketball, American football, ice hockey, motorsport and more.
  • The free public tier is rate-limited; add your own apiKey for heavy use.