Tennis Scraper — ATP Rankings, Elo & Matches avatar

Tennis Scraper — ATP Rankings, Elo & Matches

Pricing

$5.00 / 1,000 results

Go to Apify Store
Tennis Scraper — ATP Rankings, Elo & Matches

Tennis Scraper — ATP Rankings, Elo & Matches

ATP rankings and Elo ratings, full player match histories with surface, round, tier and score, plus tournament results with field strength. Surfaces and tiers in plain words, not letter codes. No API key. For betting analytics, fantasy sports and sports media.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

Finjard Neumeier

Finjard Neumeier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

Tennis Rankings, Matches & Tournaments Scraper

Extract ATP rankings, Elo ratings, complete match histories and tournament results. No API key, no login, no scraping of rendered pages — this reads a structured JSON source directly.


Why this scraper

Elo ratings, not just official rankings. Official points reward showing up; Elo measures actual strength and predicts matches far better. Both are one setting apart here.

Complete match histories. Every match a player has contested, with surface, round, tournament tier, score and opponent — filterable by surface, level and season. That is the shape you need for form analysis and modelling.

Readable codes. The source returns H, C, G for surfaces and G, M, A for tournament levels. This Actor translates them to Hard, Clay, Grass and Grand Slam, Masters, ATP 500 — so a CSV is usable without a lookup table.


What you can extract

ModeWhat you get
World rankingsRank, points, movement since the last update, career-best rank and points — official or Elo
Matches of a playerEvery match with date, tournament, tier, round, surface, opponent, score, and whether your player won
TournamentsDraw size, field strength, average Elo of the field, winner, runner-up and final score
Find a playerLook up the numeric player ID you need for the match mode

Quick start

  1. Start with Find a player and search a name — you get the player ID.
  2. Switch to Matches of a player and paste that ID.
  3. Set Maximum results, click Start, download as CSV or JSON.

For rankings you can skip straight to World rankings.


Example inputs

Top 500 of the current ATP ranking

{
"mode": "rankings",
"maxItems": 500
}

Elo ratings — who is actually playing best

{
"mode": "rankings",
"rankingType": "ELO_RANK",
"maxItems": 200
}

A player's full clay-court record

{
"mode": "playerMatches",
"playerIds": ["52602"],
"surface": "C",
"maxItems": 500
}

Grand Slam matches of several players

{
"mode": "playerMatches",
"playerIds": ["52602", "4742", "3819"],
"level": "G",
"maxItems": 1500
}

Every tournament of a season

{
"mode": "tournaments",
"season": "2024",
"maxItems": 200
}

Look up a player ID

{
"mode": "searchPlayers",
"searchQuery": "Alcaraz"
}

Output fields

Rankings

FieldDescription
rankCurrent position
name, playerId, urlWho, and the ID for the match mode
country, countryCodeNation represented
pointsRanking points, or Elo rating in Elo mode
rankChangeMovement since the last ranking — negative means the player climbed
pointsChangePoints gained or lost
bestRank, bestRankDate, bestPointsCareer highs
rankingTypeOfficial or Elo

Matches

FieldDescription
date, tournament, tournamentIdWhen and where
level, levelCodeGrand Slam, Masters, ATP 500 …
roundFinal, Semifinal, Round of 16 …
surface, indoorHard, Clay, Grass, Carpet, and whether indoors
bestOf, scoreFormat and final score
winnerName, winnerId, winnerCountry, winnerSeedWho won
loserName, loserId, loserCountry, loserSeedWho lost
queriedPlayerWonWhether the player you asked about won — no name matching needed
hasDetailedStatsWhether serve and return statistics exist for the match

Tournaments

FieldDescription
name, date, season, urlIdentity
level, surface, indoorTier and conditions
drawType, drawSize, playerCountFormat
participationPercent, fieldStrength, averageEloRatingHow strong the field really was
winnerName, runnerUpName, finalScoreOutcome

Limits

  • ATP only. The underlying source covers men's tennis; there is no WTA data.
  • Tournament history ends in 2024. Rankings and match records go further, but the tournament tables have not been extended past that season.
  • Player IDs are internal. They are not ATP IDs — use the player search mode to find them.
  • Live scores are not included. This is historical and ranking data, not in-play coverage.

FAQ

Do I need an API key? No. The source exposes structured JSON publicly.

What is the difference between official rankings and Elo? Official points depend on which tournaments a player entered. Elo is calculated from results against rated opponents, which makes it a better predictor.

How do I find a player ID? Run the Find a player mode with the surname. The playerId column is what the match mode expects.

Can I get several players at once? Yes. Pass multiple IDs; the result budget is split evenly between them.

What formats can I export? CSV, Excel, JSON, XML, or straight from the Apify API.


This Actor reads publicly available sports statistics. Match results and rankings are factual records, not personal data in the sensitive sense — but player names are still personal data under GDPR, and you remain responsible for how you use and republish the output.