# Iga Swiatek Tennis Abstract clay match extractor

**Use case:** 

Use an Iga Swiatek Tennis Abstract URL to export clay matches with scores, rounds, opponent ranks, and source links.

## Input

```json
{
  "playerSlugs": [
    "NovakDjokovic"
  ],
  "startUrls": [
    {
      "url": "https://www.tennisabstract.com/cgi-bin/player.cgi?p=IgaSwiatek"
    }
  ],
  "maxItems": 25,
  "surfaces": [
    "Clay"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "playerName": {
    "label": "Player",
    "format": "string"
  },
  "outcome": {
    "label": "Outcome",
    "format": "string"
  },
  "opponent": {
    "label": "Opponent",
    "format": "string"
  },
  "tournament": {
    "label": "Tournament",
    "format": "string"
  },
  "surface": {
    "label": "Surface",
    "format": "string"
  },
  "round": {
    "label": "Round",
    "format": "string"
  },
  "playerRank": {
    "label": "Player rank",
    "format": "integer"
  },
  "opponentRank": {
    "label": "Opponent rank",
    "format": "integer"
  },
  "score": {
    "label": "Score",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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