FIFA World Cup 2026 Venue & Stadium Scraper avatar

FIFA World Cup 2026 Venue & Stadium Scraper

Pricing

Pay per event

Go to Apify Store
FIFA World Cup 2026 Venue & Stadium Scraper

FIFA World Cup 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.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrapes all 16 official FIFA World Cup 2026 host stadiums from the FIFA public API (api.fifa.com). Returns one record per venue with match count, roof type, city, country, and stadium identifiers.

What you get

FieldDescription
id_stadiumOfficial FIFA stadium ID
stadium_nameStadium name (English)
city_nameHost city
country_nameISO country code (USA / CAN / MEX)
capacitySeating capacity (from FIFA catalog)
year_builtYear constructed
roof_typeOpen / Closed
turf_typeGrass / Artificial
latitude / longitudeGPS coordinates
postal_code / street_addressPhysical address
phone / web_addressContact info
matches_assignedNumber of WC 2026 matches at this venue
sourceAlways api.fifa.com

Use cases

  • Travel/tourism content sites building host-city pages for fan guides
  • Broadcaster graphics packages requiring canonical venue data
  • AI content generators producing WC 2026 stadium write-ups
  • Fan-experience platform databases seeding venue cards

How it works

Two-step fetch from the official FIFA public API — no proxy, no auth required:

  1. Fixtures endpoint — fetches all 104 WC 2026 match records to collect the 16 unique stadium IDs and count matches per venue
  2. Stadium catalog endpoint — fetches each stadium's full record for enriched venue details

Single run, under 30 seconds. The full dataset is 16 records.

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum stadiums to return (1–16)

Notes

  • The FIFA catalog currently returns null for capacity, lat/lon, and address fields on WC 2026 venues. These will populate as FIFA updates their API closer to the tournament.
  • matches_assigned is computed from the live fixtures endpoint and reflects the current official schedule.