VOOZH about

URL: https://apify.com/jungle_synthesizer/us-open-tennis-feeds-draws-scraper

⇱ US Open Tennis Draws & Scores Scraper Β· Apify


πŸ‘ US Open Tennis Draws & Scores Scraper avatar

US Open Tennis Draws & Scores Scraper

Pricing

Pay per event

Go to Apify Store

US Open Tennis Draws & Scores Scraper

Scrapes US Open Tennis draws and match data directly from the official usopen.org JSON feeds. Returns player names, seeds, countries, match status, set scores, court assignments, and scheduled times for all five draws (Men's Singles, Ladies' Singles, Men's Doubles, Ladies' Doubles, Mixed Doubles).

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

19 hours ago

Last modified

Categories

Share

Scrapes US Open Tennis draw data and match results directly from the official usopen.org JSON feeds β€” the same endpoints the US Open website uses to render its draws pages.

Returns structured match records for all five draw types: Men's Singles (MS), Ladies' Singles (LS), Men's Doubles (MD), Ladies' Doubles (LD), and Mixed Doubles (XD).

What you get

Each record contains:

FieldDescription
tournament_yearTournament year (e.g. 2024)
draw_codeDraw code: MS, LS, MD, LD, or XD
draw_nameFull draw name (e.g. "Men's Singles")
roundRound name (e.g. "Round 1", "Semi-Finals", "Final")
match_idMatch identifier from the feed
court_nameCourt name (e.g. "Arthur Ashe Stadium")
scheduled_startScheduled start time (ISO 8601)
statusMatch status: Pre, Live, or Completed
player_1_namePlayer/team 1 name
player_1_seedPlayer 1 seed (null if unseeded)
player_1_countryPlayer 1 nation code (e.g. USA, ITA)
player_1_atp_idPlayer 1 ATP/WTA ID
player_2_namePlayer/team 2 name
player_2_seedPlayer 2 seed
player_2_countryPlayer 2 nation code
player_2_atp_idPlayer 2 ATP/WTA ID
setsSet scores as JSON string, e.g. [[6,4],[6,3],[6,2]]
winnerWinner indicator: "1" (player 1) or "2" (player 2)
duration_minutesMatch duration in minutes
aces_p1Aces by player 1 (null β€” not available in draws feed)
aces_p2Aces by player 2 (null β€” not available in draws feed)
sourceSource URL for this record

Input

ParameterTypeDefaultDescription
yearintegercurrent yearTournament year to fetch. Historical data (2019+) is available year-round.
drawCodesarrayall fiveWhich draws to fetch. Any subset of: MS, LS, MD, LD, XD.
maxItemsintegerrequiredMaximum match records to return across all draws.

Use cases

  • Sports analytics & DFS β€” seed draw data into bracket prediction or fantasy scoring models.
  • AI sports content β€” generate pre-match previews, draw brackets, and match result summaries.
  • Historical research β€” retrieve full draw trees for any US Open going back to 2019.
  • Live scoring β€” poll during the US Open fortnight (Aug 25 – Sep 7) for live match updates.

Architecture notes

Fetches from https://www.usopen.org/en_US/scores/feeds/{year}/draws/{DRAW_CODE}.json directly β€” no browser rendering, no proxy. One request per draw code (5 total). Runs in under 60 seconds.

Sibling of wimbledon-feeds-draws-scores-scraper β€” same architecture, same field names.

Notes

  • Draws publish only during the tournament window. Requesting year 2026 before late August 2026 returns no matches.
  • aces_p1 / aces_p2 are always null β€” aces appear only in the per-match scoring endpoint (reserved for future enhancement).

You might also like

Wimbledon Draws & Scores Scraper

jungle_synthesizer/wimbledon-feeds-draws-scores-scraper

Scrapes Wimbledon draws and match scores from wimbledon.com internal JSON feeds β€” the same endpoints the official site uses. Covers all five draws (MS/LS/MD/LD/XD) with per-set scores, seedings, and court assignments. Defaults to current year; no login required.

πŸ‘ User avatar

BowTiedRaccoon

2

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.

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

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

ESPN Tennis Scoreboard Scraper (ATP + WTA)

jungle_synthesizer/espn-tennis-us-open-wimbledon-scoreboard-scraper

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.

πŸ‘ User avatar

BowTiedRaccoon

2

Lottery Draws

eternal_ngultrum/lottery-draws

Lottery Draws provides programmatic access to historical lottery draw data across multiple countries and games. The Actor retrieves official draw results by country and game, returning structured data including draw dates, main numbers, and bonus numbers.

πŸ‘ User avatar

Draws Analytics

47

NCAA Men's Basketball Player Box Scores Scraper

sportsverse/ncaa-mens-basketball-player-box-scores-scraper

Scrape complete player box score data from any NCAA Men's game since 2003. Clean, structured, ready for analysis.

Flashscore: Match Listings, Scores & Fixtures

extractify-labs/flashscore-extractor

Extract match listings from Flashscore for football and basketball. Filter by date (-7 to +7 days), match status, or league. Returns teams, scores, tournament, and match metadata.

πŸ‘ User avatar

Extractify Labs

199

5.0

NCAA Men's Basketball Team Box Scores Scraper

sportsverse/ncaa-mens-basketball-team-box-scores-scraper

Scrape complete team box score data from any NCAA Men's game since 2006. Clean, structured, ready for analysis.