# Get Jannik Sinner Tennis Statistics and Match History

**Use case:** 

Get Jannik Sinner's profile, rankings, recent results, season records, head-to-heads, and available advanced statistics.

## Input

```json
{
  "mode": "playerDetails",
  "maxMatches": 10,
  "date": "2026-07-10",
  "matchId": 16385412,
  "tournamentId": 2361,
  "seasonId": 63966,
  "playerId": 206570
}
```

## Output

```json
{
  "id": {
    "label": "Player ID",
    "format": "number"
  },
  "fullName": {
    "label": "Player",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "dateOfBirth": {
    "label": "Date of birth",
    "format": "date"
  },
  "heightCm": {
    "label": "Height (cm)",
    "format": "number"
  },
  "handedness": {
    "label": "Handedness",
    "format": "text"
  },
  "backhand": {
    "label": "Backhand",
    "format": "text"
  },
  "currentRank": {
    "label": "Current rank",
    "format": "number"
  },
  "peakRank": {
    "label": "Peak rank",
    "format": "number"
  },
  "eloRank": {
    "label": "Elo rank",
    "format": "number"
  },
  "eloRating": {
    "label": "Elo rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "recentResults": {
    "label": "Recent results",
    "format": "array"
  },
  "tourLevelSeasons": {
    "label": "Tour seasons",
    "format": "array"
  },
  "recentTitlesAndFinals": {
    "label": "Titles and finals",
    "format": "array"
  },
  "yearEndRankings": {
    "label": "Year-end rankings",
    "format": "array"
  },
  "majorAndRecentEvents": {
    "label": "Major and recent events",
    "format": "array"
  },
  "mostFrequentHeadToHeads": {
    "label": "Head to heads",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Tennis Scraper](https://apify.com/crawlstone/tennis-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlstone/tennis-scraper) to learn more, explore other use cases, and run it yourself.