VOOZH about

URL: https://apify.com/jungle_synthesizer/espn-tennis-us-open-wimbledon-scoreboard-scraper

⇱ ESPN Tennis Scoreboard Scraper (ATP + WTA) Β· Apify


πŸ‘ ESPN Tennis Scoreboard Scraper (ATP + WTA) avatar

ESPN Tennis Scoreboard Scraper (ATP + WTA)

Pricing

Pay per event

Go to Apify Store

ESPN Tennis Scoreboard Scraper (ATP + WTA)

Scrapes live and historical ATP + WTA match scoreboards from ESPN's hidden API. Returns match-level records with scores, status, court, round, and player details for all tournaments including Wimbledon and US Open.

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

a day ago

Last modified

Categories

Share

Pulls match scoreboards from ESPN's hidden tennis API. Returns structured match records for ATP and WTA tournaments β€” including Wimbledon and the US Open β€” with round, court, player names, countries, set scores, and match status.

The API is open, unauthenticated, and returns ~1 MB of data per request. No browser, no proxy, no parsing HTML. You get clean JSON in under five seconds.


What You Get

One record per match. The schema covers what actually matters for betting analytics, DFS, and sports media applications.

FieldTypeDescription
event_idstringESPN's unique competition ID
tournament_namestringFull tournament name (e.g. Wimbledon, US Open)
tournament_slugstringESPN tournament UID
tourstringTour designation β€” ATP or WTA
roundstringRound label (e.g. Round 1, Quarterfinals, Final)
court_namestringCourt within the venue (e.g. Centre Court, Court 17)
statusstringMatch state: pre, in, or post
status_detailstringHuman-readable status (e.g. Final, In Progress, Scheduled)
date_utcstringMatch date/time in UTC ISO-8601
player_1_namestringPlayer 1 full name
player_1_countrystringPlayer 1 country
player_1_winnerbooleanWhether player 1 won
player_2_namestringPlayer 2 full name
player_2_countrystringPlayer 2 country
player_2_winnerbooleanWhether player 2 won
setsstringPipe-separated set scores (e.g. 6-4|3-6|7-5)
score_summarystringESPN's own match summary line (e.g. Sinner bt Alcaraz 6-3 6-4)
match_typestringDraw type (e.g. Men's Singles, Women's Doubles)
sourcestringData origin tag (espn-atp or espn-wta)

How It Works

Two API endpoints β€” one for ATP, one for WTA:

https://site.api.espn.com/apis/site/v2/sports/tennis/atp/scoreboard
https://site.api.espn.com/apis/site/v2/sports/tennis/wta/scoreboard

Each call returns all tournaments in the current window with their full match slates. Add a ?dates=YYYYMMDD parameter to retrieve a specific day's scoreboard β€” useful for backfilling a tournament's fortnight.

The actor flattens the three-level nesting (tournament β†’ round grouping β†’ match) into a flat record stream. Both tours run as parallel queries when tour: both.


Input Parameters

ParameterTypeDefaultDescription
tourstringbothWhich tour to fetch: atp, wta, or both
datesstring(today)Comma-separated dates in YYYYMMDD format (e.g. 20260629,20260630). Leave blank for the current window.
maxItemsinteger10Maximum match records to return. Set to 0 for unlimited.

Example Use Cases

During Wimbledon or US Open: Fetch today's full match slate for both tours with one run. Add to a scheduled task to refresh every hour during the tournament fortnight.

DFS lineup research: Pull all completed first-round matches to see who's fresh and who went three sets. The sets field tells the story.

Backfill a tournament: Pass a comma-separated list of dates covering the full draw (e.g. all 14 days of Wimbledon) to reconstruct the complete results history.

Multi-sport pipelines: The same ESPN API pattern covers other sports. The source field tags each record's origin for downstream deduplication.


Notes

  • ATP and WTA scoreboards are separate API roots β€” this actor pulls both and tags each record with tour: ATP or tour: WTA.
  • Odds and ATP/WTA rankings are not in the scoreboard API. The moneyline fields from the original spec were removed β€” they aren't available at this endpoint.
  • The sets field uses pipe notation (6-4|3-6|7-5) β€” split on | to get individual set scores as an array.
  • Works year-round, not just during Grand Slams. All ATP and WTA tour events are covered.

You might also like

Flashscore Tennis Matches

extractify-labs/flashscore-tennis-matches

Extract ATP, WTA, ITF & Challenger tennis match listings, set-by-set scores, player rankings, and live data from Flashscore. Singles & doubles. No proxy needed.

πŸ‘ User avatar

Extractify Labs

70

5.0

ATP Live Rankings Scraper

crawlerbros/atp-live-tennis-scraper

Scrape ATP men's professional tennis live rankings from live-tennis.eu. Get singles, doubles, race to ATP Finals, Next Gen race, and prize money standings with player names, countries, ages, and points.

ESPN Scraper

crawlergang/espn-scraper

Scrape ESPN public API with scoreboards, standings, teams, news, and game details for NFL, NBA, MLB, NHL, MLS, Premier League, La Liga, F1, UFC, PGA Golf, ATP Tennis, and more. No API key required.

2

5.0

ESPN Scraper

crawlerbros/espn-scraper

Scrape ESPN public API with scoreboards, standings, teams, news, and game details for NFL, NBA, MLB, NHL, MLS, Premier League, La Liga, F1, UFC, PGA Golf, ATP Tennis, and more. No API key required.

ATP Ranking Scraper

martin0925/scraper-atp-ranking

Extract ATP Tennis Rankings data for singles and doubles from the official ATP website. Get up-to-date player rankings, points, changes, and more. Customize the number of players and ranking type, export data (JSON, CSV, HTML), schedule runs, and integrate with other tools for seamless analysis.

πŸ‘ User avatar

Martin Janeček

39

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

ESPN Scoreboard Scraper

moving_beacon-owner1/espn-scoreboard-scraper

Fetch live sports scores, schedules, venues, and detailed game data from ESPN’s public scoreboard API. Supports multiple sports and leagues including NBA, NFL, MLB, NHL, soccer, and more with structured dataset output.

2

ATP Tour Rankings & Player Profile Scraper

jungle_synthesizer/atp-tour-rankings-player-profile-scraper

Scrape ATP singles and doubles rankings with full player profiles β€” rank, points, age, country, career titles, and prize money.

πŸ‘ User avatar

BowTiedRaccoon

2