Sofascore Live Scores & Match Stats Scraper
Scrape live football scores, fixtures, results, lineups, player ratings and match statistics from Sofascore. Track the World Cup and any league by tournament or match. Export to JSON, CSV or Excel.
{ "eventId": 12436870, "slug": "fulham-manchester-united", "status": "finished", "statusDescription": "Ended", "startTime": "2024-08-16T19:00:00.000Z", "tournament": "Premier League", "category": "England", "season": "Premier League 24/25", "round": "Round 1" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Event Id | Slug | Status | Status Description |
|---|---|---|---|
| 12436870 | fulham-manchester-united | finished | Ended |
{ "eventId": 12436870, "slug": "fulham-manchester-united", "status": "finished", "statusDescription": "Ended", "startTime": "2024-08-16T19:00:00.000Z", "tournament": "Premier League", "category": "England", "season": "Premier League 24/25", "round": "Round 1" }
常见问题
Which competitions can I scrape?
Any competition covered on the source, from the World Cup and Champions League to domestic leagues worldwide. Point the tournament id at the competition you want; the most recent season is picked automatically.
Can I get data for other sports?
Yes. Live matches mode supports football, basketball, tennis, ice hockey, baseball, American football, rugby, cricket, handball, volleyball and MMA.
How fresh is the live data?
Scores and match status reflect the moment of the run, including the current minute for games in play. Schedule the Actor to run every minute for a near live feed.
Do I get player ratings?
Yes. Turn on match details and each lineup includes player ratings once a match is under way or finished, plus goals, assists and minutes played.
In what formats can I export?
JSON, CSV, Excel, HTML or via the API.