# Data Journalism: Tennis Statistics for Articles

**Use case:** 

Access comprehensive match statistics for Jannik Sinner, including career history and detailed performance metrics. This configuration provides all match results with ELO rankings and seasonal summaries, perfect for in-depth tennis insights and predictive modeling. Analyze aces, hold percentages, break percentages, and more to support data-driven articles.

## Input

```json
{
  "player_name": "Jannik Sinner",
  "include_all_results_section": true,
  "include_tour_level_seasons_section": true,
  "include_challenger_seasons_section": true,
  "include_year_end_rankings_section": true,
  "maxResults": 1000
}
```

## Output

```json
{
  "rawDate": {
    "label": "Raw Date",
    "format": "string"
  },
  "tourn": {
    "label": "Tournament",
    "format": "string"
  },
  "surf": {
    "label": "Surface",
    "format": "string"
  },
  "level": {
    "label": "Level",
    "format": "string"
  },
  "wl": {
    "label": "W/L",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "string"
  },
  "seed": {
    "label": "Seed",
    "format": "string"
  },
  "entry": {
    "label": "Entry Type",
    "format": "string"
  },
  "round": {
    "label": "Round",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "string"
  },
  "maxSets": {
    "label": "Max Sets",
    "format": "integer"
  },
  "opponent": {
    "label": "Opponent",
    "format": "string"
  },
  "opponentRanking": {
    "label": "Opponent Ranking",
    "format": "string"
  },
  "opponentSeed": {
    "label": "Opponent Seed",
    "format": "string"
  },
  "opponentEntry": {
    "label": "Opponent Entry Type",
    "format": "string"
  },
  "opponentHand": {
    "label": "Opponent Hand",
    "format": "string"
  },
  "opponentBirthDate": {
    "label": "Opponent Birth Date",
    "format": "string"
  },
  "opponentHeight": {
    "label": "Opponent Height",
    "format": "integer"
  },
  "opponentCountry": {
    "label": "Opponent Country",
    "format": "string"
  },
  "opponentActive": {
    "label": "Opponent Active",
    "format": "boolean"
  },
  "rawTime": {
    "label": "Raw Time",
    "format": "string"
  },
  "aces": {
    "label": "Aces",
    "format": "integer"
  },
  "dfs": {
    "label": "Double Faults",
    "format": "integer"
  },
  "pts": {
    "label": "Service Points Played",
    "format": "integer"
  },
  "firsts": {
    "label": "First Serves Made",
    "format": "integer"
  },
  "fwon": {
    "label": "First Serve Points Won",
    "format": "integer"
  },
  "swon": {
    "label": "Second Serve Points Won",
    "format": "integer"
  },
  "games": {
    "label": "Games Played (Serving)",
    "format": "integer"
  },
  "saved": {
    "label": "Break Points Saved",
    "format": "integer"
  },
  "chances": {
    "label": "Break Points Faced",
    "format": "integer"
  },
  "oaces": {
    "label": "Opponent Aces",
    "format": "integer"
  },
  "odfs": {
    "label": "Opponent Double Faults",
    "format": "integer"
  },
  "opts": {
    "label": "Opponent Service Points Played",
    "format": "integer"
  },
  "ofirsts": {
    "label": "Opponent First Serves Made",
    "format": "integer"
  },
  "ofwon": {
    "label": "Opponent First Serve Points Won",
    "format": "integer"
  },
  "oswon": {
    "label": "Opponent Second Serve Points Won",
    "format": "integer"
  },
  "ogames": {
    "label": "Games Played (Opponent Serving)",
    "format": "integer"
  },
  "osaved": {
    "label": "Opponent Break Points Saved",
    "format": "integer"
  },
  "ochances": {
    "label": "Opponent Break Points Faced",
    "format": "integer"
  },
  "opponentBackhand": {
    "label": "Opponent Backhand",
    "format": "string"
  },
  "chartlink": {
    "label": "Chart Link",
    "format": "string"
  },
  "pslink": {
    "label": "Point-by-Point Link",
    "format": "string"
  },
  "whserver": {
    "label": "Who Served First",
    "format": "string"
  },
  "matchid": {
    "label": "Match ID",
    "format": "string"
  },
  "wh": {
    "label": "WH",
    "format": "string"
  },
  "roundnum": {
    "label": "Round Number",
    "format": "string"
  },
  "matchnum": {
    "label": "Match Number",
    "format": "string"
  },
  "dominanceRatio": {
    "label": "Dominance Ratio",
    "format": "number"
  },
  "aceRate": {
    "label": "Ace Rate",
    "format": "number"
  },
  "doubleFaultRate": {
    "label": "Double Fault Rate",
    "format": "number"
  },
  "firstServePercentage": {
    "label": "First Serve Percentage",
    "format": "number"
  },
  "firstServePointsWon": {
    "label": "First Serve Points Won",
    "format": "number"
  },
  "secondServePointsWon": {
    "label": "Second Serve Points Won",
    "format": "number"
  },
  "breakPointOpportunitiesSaved": {
    "label": "Break Point Opportunities Saved",
    "format": "integer"
  },
  "durationTime": {
    "label": "Duration Time",
    "format": "string"
  },
  "matchDate": {
    "label": "Match Date",
    "format": "string"
  },
  "opponentBirthDateObj": {
    "label": "Opponent Birth Date (Object)",
    "format": "string"
  },
  "winner": {
    "label": "Winner",
    "format": "string"
  },
  "loser": {
    "label": "Loser",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/serj_henrique/tennis-abstract-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
