TennisExplorer Results
Pricing
from $5.00 / 1,000 results
Go to Apify Store
TennisExplorer Results
Returns completed professional tennis match results by date from tennisexplorer.com, with tournament, players, score, sets, and closing odds.
TennisExplorer Results
Pricing
from $5.00 / 1,000 results
Returns completed professional tennis match results by date from tennisexplorer.com, with tournament, players, score, sets, and closing odds.
id
Required
The site's own match id (the number in the match-detail link). When a row has no link, a fallback built from date, tournament and both competitors.
date
Required
Day the match is listed under, YYYY-MM-DD, as requested in the input.
tournament
Required
Tournament name as shown in the results table header, for example "Chengdu" or "Monastir 51 ITF".
tournamentUrl
Optional
Absolute URL of the tournament page. Doubles blocks carry ?type=double. Null for grouped blocks such as "Futures 2026" that have no page.
tour
Optional
"ATP" for men's events or "WTA" for women's events, as the site classifies them; null when the block carries no marker.
isDoubles
Optional
True when the block is a doubles draw; then player1 and player2 are teams written as "A / B".
round
Optional
Round code as shown on the tournament page (1R, 2R, R16, QF, SF, F). Filled only when includeRounds is true and the match is on the tournament's main-draw page; otherwise null.
surface
Optional
Court surface as the site labels it (Hard, Clay, Grass, Indoors, Carpet), from the week's tournament sidebar or, with includeRounds, the tournament page. Null when the site does not show it.
player1
Required
Competition name of the first-listed competitor (the winner on this site), as displayed, for example "Cerundolo J."; a doubles team is "Arends S. / Pel D.".
player2
Required
Competition name of the second-listed competitor (the loser on this site), as displayed.
winner
Optional
1 when player1 won more sets, 2 when player2 did, null when the sets-won counts are missing or equal.
score
Optional
Set scores in the site's own notation, winner's games first, tiebreak loser's points in parentheses, for example "6-3, 7-6(10)". Null when no games are shown (walkover).
sets
Required
One object per completed set with games won: [{ p1, p2 }]. Empty when no games are shown.
odds1
Optional
Decimal odds shown for player1 on the results page, or null when the site shows none.
odds2
Optional
Decimal odds shown for player2 on the results page, or null when the site shows none.
matchUrl
Optional
Absolute URL of the site's match-detail page, or null when the row has no link.
url
Required
Canonical page for the record: the match-detail page, or the results page when there is none.
sourceUrl
Required
Results page the record was extracted from.
scrapedAt
Required
Extraction time, ISO 8601, UTC.