# Tennis Abstract Player Match Data Export

**Use case:** 

Data Export of Tennis Abstract Player Match. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "player": "NovakDjokovic"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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