# Analyze the 2026 Wimbledon Women's Final Point by Point

**Use case:** 

Extract point-by-point data and match statistics for Karolina Muchova vs Linda Noskova in the 2026 Wimbledon women's final.

## Input

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

## Output

```json
{
  "matchId": {
    "label": "Match ID",
    "format": "number"
  },
  "pointByPoint": {
    "label": "Point by point",
    "format": "array"
  },
  "statistics": {
    "label": "Statistics",
    "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.