FIFA World Cup 2026 Schedule & Results Scraper
Scrape the official FIFA World Cup 2026 schedule, live results, group standings and teams: match date, status, score, home and away team with flag, stage, group, stadium and city. Export to JSON, CSV or Excel.
{ "recordType": "match", "matchNumber": 1, "matchId": "400021443", "date": "2026-06-11T19:00:00Z", "localDate": "2026-06-11T13:00:00Z", "matchTime": "98'", "status": "Played", "stage": "First Stage", "group": "Group A" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Record Type | Match Number | Match Id | Date |
|---|---|---|---|
| match | 1 | 400021443 | 2026-06-11T19:00:00Z |
| match | 2 | 400021441 | 2026-06-12T02:00:00Z |
| match | 3 | 400021449 | 2026-06-12T19:00:00Z |
{ "recordType": "match", "matchNumber": 1, "matchId": "400021443", "date": "2026-06-11T19:00:00Z", "localDate": "2026-06-11T13:00:00Z", "matchTime": "98'", "status": "Played", "stage": "First Stage", "group": "Group A" }
常见问题
What does it cover by default?
Leave every field at its default and you get the full FIFA World Cup 2026: all 104 matches with live scores, the group standings and the teams. No configuration needed.
Can I get only one stage or group?
Yes. Use the stage filter (for example Round of 16 or Final) and the group filter (for example Group A) to narrow matches or standings to exactly what you need.
Are live scores included?
Yes. Matches carry the current status and score, so in-progress and finished games show up-to-date results each time you run it.
Does each match include the referee, officials and formations?
Yes. Every match record carries the appointed referee, the full officials list (referee, assistants, fourth official and VAR where published) with their nationality, both teams' starting formations, the live match clock and the stadium and city.
Why are some knockout standings empty?
Standings tables exist for the group stage. Knockout rounds are decided by match results, so those rows appear as the bracket fills in.
How often should I run it?
Schedule it as often as you like. During match days a frequent schedule keeps scores and standings fresh; between rounds a daily run is plenty.