VOOZH about

URL: https://apify.com/jungle_synthesizer/fifa-wc-2026-fixtures-results-scraper

⇱ FIFA World Cup 2026 Fixtures & Results Scraper Β· Apify


πŸ‘ FIFA World Cup 2026 Fixtures & Results Scraper avatar

FIFA World Cup 2026 Fixtures & Results Scraper

Pricing

Pay per event

Go to Apify Store

FIFA World Cup 2026 Fixtures & Results Scraper

Scrapes all 104 FIFA World Cup 2026 fixtures and live results from the official api.fifa.com endpoint. Returns match scores, attendance, weather, stadium, referee, and team data.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

16 hours ago

Last modified

Categories

Share

Extract all 104 FIFA World Cup 2026 match fixtures and live results from the official api.fifa.com endpoint. Returns match scores, attendance, weather conditions, stadium details, referee, stage, group, and team data β€” in a single normalized dataset updated in real time.

What this actor does

The actor calls the official api.fifa.com/api/v3/calendar/matches endpoint directly (no browser rendering, no proxy). A single GET request returns all 104 matches across group stage and knockout rounds (June 11 – July 19, 2026) as clean JSON.

What you get:

  • Live and final scores (home/away goals, penalty shootout scores)
  • Stadium name, city, country, and FIFA stadium ID
  • Match date/time (UTC and local), stage, group, and matchday
  • Home and away team names with FIFA team IDs
  • Referee name
  • Weather conditions: temperature, humidity, wind speed, description
  • Match attendance
  • Match status (played / scheduled)

Why this beats HTML scrapers: Competing actors scrape fifa.com's 4.5 KB JavaScript-rendered shell, which exposes only a subset of available data. The direct API endpoint returns weather, attendance, stadium IDs, and referee records that HTML scraping cannot reach.

Data fields

FieldTypeDescription
id_matchstringFIFA match ID
competition_namestringCompetition name (e.g. FIFA World Cupβ„’)
season_namestringSeason name (e.g. FIFA World Cup 2026β„’)
stage_namestringStage name (e.g. First Stage, Round of 16)
group_namestringGroup name (e.g. Group A); null for knockout rounds
matchdayintegerMatch day within the group stage
date_utcstringMatch date/time in UTC ISO-8601
local_datestringMatch date/time in local timezone
home_teamstringHome team full name
away_teamstringAway team full name
home_team_idstringFIFA home team ID
away_team_idstringFIFA away team ID
home_scoreintegerHome team goals; null if not yet played
away_scoreintegerAway team goals; null if not yet played
home_penalty_scoreintegerPenalty shootout goals (home); null if no shootout
away_penalty_scoreintegerPenalty shootout goals (away); null if no shootout
attendanceintegerMatch attendance
weather_temperature_cintegerTemperature in Celsius at kick-off
weather_humidity_pctintegerHumidity % at kick-off
weather_wind_speedintegerWind speed at kick-off
weather_descriptionstringConditions description (e.g. Clear, Cloudy)
stadium_namestringStadium name
stadium_idstringFIFA stadium ID
city_namestringHost city name
country_namestringHost country ISO code (e.g. USA, CAN, MEX)
referee_namestringHead referee full name
match_statusstringStatus code (0=played, 1=scheduled)
last_period_updatestringLast period/match time string (e.g. 98')
sourcestringSource API URL

Input

ParameterTypeDescription
maxItemsintegerMaximum number of match records to return. Default: all 104.

Usage notes

  • No login required. The FIFA API is open β€” no proxy needed.
  • A single run fetches the full 104-match tournament dataset.
  • Re-run at any time to pick up updated scores, attendance, and weather for completed matches.
  • Tournament runs June 11 – July 19, 2026.

You might also like

FIFA World Cup 2026 β€” Results, Fixtures & Standings

veeronica/fifa-world-cup-2026-results-fixtures-standings

Scrape FIFA World Cup 2026 data: live scores, match results, upcoming fixtures, group standings, the knockout bracket, goal scorers, cards, venues, and attendance. Filter by stage, match status, or team.

FIFA World Cup 2026 Venue & Stadium Scraper

jungle_synthesizer/fifa-wc-2026-venue-stadium-scraper

Scrapes all 16 FIFA World Cup 2026 host stadiums from the official FIFA API: capacity, location, roof/turf type, match count, and city data.

πŸ‘ User avatar

BowTiedRaccoon

2

FIFA World Cup 2026 Match Lineups, Goals & Events Scraper

jungle_synthesizer/fifa-wc-2026-match-lineups-goals-events-scraper

Scrapes per-match lineups, tactical formations, goal/card events, and referee data for all 104 FIFA World Cup 2026 matches via the official FIFA live API. Returns one row per player-match with lineup X/Y coordinates, goal and assist details, card events, and match metadata.

πŸ‘ User avatar

BowTiedRaccoon

5

FIFA World Cup 2026 – Live Scores & Stats

seralifatih/wc2026-stats

Live scores, match stats, standings, and player data for all 104 World Cup 2026 matches. Clean JSON output for dashboards, fantasy apps, and betting tools. Powered by BallDontLie API.

πŸ‘ User avatar

Fatih Δ°lhan

32

World Cup 2026 & Soccer Scores Scraper

seemuapps/world-cup-soccer-scores-scraper

Get live scores, fixtures, results, and group standings for the FIFA World Cup 2026 plus 18 soccer leagues and cups. Team scores, venue, broadcast, form. No API key.

StubHub FIFA World Cup 2026 Ticket Resale Scraper

jungle_synthesizer/stubhub-fifa-world-cup-2026-ticket-resale-scraper

Scrapes all FIFA World Cup 2026 ticket resale listings from StubHub β€” prices, sections, availability, and event details for all 104 matches. Returns min price, section, row, and inventory depth per listing.

πŸ‘ User avatar

BowTiedRaccoon

2

ESPN FIFA World Cup 2026 Live Scoreboard Scraper

jungle_synthesizer/espn-fifa-wc-2026-live-scoreboard-scraper

Scrapes live scores, match status, venue, broadcast networks, and betting odds for FIFA World Cup 2026 games from ESPN's undocumented public API (site.api.espn.com). Supports current match-day fetch plus date-range backfill. No auth required.

πŸ‘ User avatar

BowTiedRaccoon

6

FIFA WC 2026 Stadium Matchday Weather Forecast

jungle_synthesizer/nws-fifa-wc-2026-stadium-matchday-weather-scraper

Hourly weather forecasts pre-joined to FIFA World Cup 2026 stadium matchday windows. Covers all 16 venues (US via NWS, Canada/Mexico via Open-Meteo). Sports analytics, betting models, broadcast overlays.

πŸ‘ User avatar

BowTiedRaccoon

2

World Cup Results & Tables

trovevault/world-cup-results-tables

Extracts World Cup fixtures, results, scores, teams, groups, venues, and tables. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Polymarket World Cup 2026 Prediction Markets Scraper

jungle_synthesizer/polymarket-world-cup-2026-prediction-markets-scraper

Scrapes FIFA World Cup 2026 prediction markets from Polymarket β€” live probabilities, volume, liquidity, and outcome prices for tournament markets including outright winner, group results, top scorer, and player props.

πŸ‘ User avatar

BowTiedRaccoon

2