FOOTBALL API DATA
Pricing
Pay per usage
Go to Apify Store
⚽ FOOTBALL SUPER FAST DATA ⚡
The Ultimate Football & Sports Intelligence Endpoint
This Actor provides a direct, high-speed connection to pure football data. Powered by a smart masking layer, it delivers reliable, structured data for matches, leagues, players, and transfers.
🌟 Capabilities
| Mode | Description |
|---|---|
LIVE_SCORES | 🔴 Real-time Feed. Get scores, minutes, and status updates instantly. |
MATCH_DETAILS | 📊 Deep Stats. Timeline (events), Scoreboard, Lineups, and Statistics. |
FIXTURES | 📅 Schedule. Upcoming games filtered by League or Team. |
LEAGUE_STANDINGS | 🏆 Tables. Full ranking tables, points, form, and home/away stats. |
PLAYER_PROFILE | 🏃 Athlete Data. Full profile, physical stats, and career info. |
PLAYER_STATS | 📈 Performance. Season stats (goals, assists, xG) & trophy cabinet. |
TRANSFERS | 💸 Market. Latest confirmed transfers and rumors. |
LIST_COUNTRIES | 🌍 Discovery. List all supported countries and their IDs. |
LIST_LEAGUES | 🏅 Discovery. List all supported leagues/competitions. |
🛠️ Input Parameters
| Parameter | Type | Required For | Description |
|---|---|---|---|
mode | String | All | Operation mode (e.g., LIVE_SCORES, LIST_COUNTRIES). |
leagueId | String | STANDINGS | The Competition ID (e.g., 17). |
teamId | String | TRANSFERS | The Team ID (e.g., 109). |
matchId | String | MATCH_DETAILS | The specific Game ID. |
playerId | String | PLAYER_* | The Athlete ID. |
dateFrom | String | FIXTURES | Start Date (DD/MM/YYYY). |
📊 Output Examples
Match Details (Rich Data)
{"type": "match_details","id": 12345,"scoreboard": {"status": "LIVE","time": "45+2'","home": { "name": "Real Madrid", "score": 2 },"away": { "name": "Barcelona", "score": 1 }},"timeline": [{ "minute": 12, "type": "Goal", "player": "Vinicius Jr", "homeOrAway": "home" }],"statistics": [{ "Name": "Possession", "Values": ["45%", "55%"] }],"lineups": { ... }}
Country Item
{"type": "country","id": 1,"name": "England","iso": "GB-ENG"}
