VOOZH about

URL: https://apify.com/jungle_synthesizer/espn-fifa-wc-2026-live-scoreboard-scraper

⇱ ESPN FIFA World Cup 2026 Live Scoreboard Scraper Β· Apify


πŸ‘ ESPN FIFA World Cup 2026 Live Scoreboard Scraper avatar

ESPN FIFA World Cup 2026 Live Scoreboard Scraper

Pricing

Pay per event

Go to Apify Store

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

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

17 hours ago

Last modified

Categories

Share

Pulls live scores, match status, venue details, broadcast networks, and US sportsbook odds for FIFA World Cup 2026 matches from ESPN's undocumented public API (site.api.espn.com). No authentication, no proxy, no cost to run during the tournament window.

What It Does

  • Fetches all matches for today (default) or for any list of dates you provide
  • Exposes broadcast network names (FOX, Telemundo, etc.) that the official FIFA API does not carry
  • Surfaces US sportsbook moneyline / over-under / spread from ESPN's competition odds array when available
  • Returns match progress data for in-play games: period, clock, and last play description
  • Runs in seconds β€” one HTTP call per date, no pagination needed

Why ESPN's API

ESPN's site.api.espn.com is the same undocumented endpoint powering the mrbridge/espn-mcp-server (91 users) and hgservices/apify-actor-espn (50 users). It is open, stable, and free to call. The fifa.world league slug pins the feed to World Cup events only β€” no noise from other competitions.

Input

FieldTypeDefaultDescription
datesArraytodayOne or more dates in YYYYMMDD format. Leave empty for today's games.
maxItemsIntegerβ€”Cap on total records returned (0 = unlimited).

Example input

{
"dates":["20260625","20260626"],
"maxItems":20
}

Output

Each record corresponds to one scheduled, live, or completed match. Fields:

FieldDescription
event_idESPN event ID
event_nameFull match name (e.g. "Argentina at France")
short_nameShort abbreviation (e.g. "ARG vs FRA")
date_utcMatch start time in UTC ISO format
statuspre / in / post
status_detailHuman-readable status (e.g. "Final", "Halftime", "90'+8'")
periodCurrent period/half (1 or 2)
clockMatch clock display string
home_team_name / away_team_nameFull team display names
home_team_abbreviation / away_team_abbreviationThree-letter codes
home_team_score / away_team_scoreGoals
home_team_record / away_team_recordRecord summary (e.g. "2-0-0")
venue_nameStadium name
venue_cityCity/state
venue_countryCountry
broadcast_networksComma-separated broadcast network names (e.g. "FOX, Telemundo")
moneyline_home / moneyline_awayAmerican-format moneyline odds or null
over_underOver/under total or null
spreadPoint spread or null
sportsbookSportsbook provider name or null
last_playMost recent play description for in-progress matches
sourceAlways espn.com

Notes

  • Odds (moneyline_*, over_under, spread) are ESPN-sourced from the US sportsbook partner. They appear before and during matches but not after completion.
  • The dates field supports multi-date backfill β€” useful for building a full tournament dataset or catching up after a missed window.
  • Rate is politely throttled at 1 request/second to avoid hammering the ESPN endpoint.

You might also like

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 Fixtures & Results Scraper

jungle_synthesizer/fifa-wc-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.

πŸ‘ User avatar

BowTiedRaccoon

4

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.

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 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

ESPN Hidden API Multi-Sport Scores Scraper

jungle_synthesizer/espn-hidden-api-multi-sport-scores-scraper

Scrapes scores, schedules, rosters, and athlete data from ESPN's undocumented public JSON APIs (site.api.espn.com + sports.core.api.espn.com). Covers NFL, NBA, MLB, NHL, soccer, and college sports β€” no auth, no HTML parsing, survives site redesigns.

πŸ‘ User avatar

BowTiedRaccoon

2

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

World USCAMX Cup 3in1 2026 AI PREDICTOR & STATS

rjm8pro/world-cup-2026-betting-analyst

AI-powered FIFA World Cup 2026 match analyst. Scrapes stats from Flashscore & Sofascore, compares odds from Bet365 & DraftKings, detects value bets with Poisson model, and generates tactical analysis with Claude AI. Full pre-match report in 2 minutes.

Reinaldo Martinez

3