# Singles 🎾 WTA Tennis Rankings Standard Export

**Use case:** 

Standard Export of 🎾 WTA Tennis Rankings for singles. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "type": "singles",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "rank": {
    "label": "rank",
    "format": "text"
  },
  "name": {
    "label": "name",
    "format": "text"
  },
  "country": {
    "label": "country",
    "format": "text"
  },
  "points": {
    "label": "points",
    "format": "text"
  },
  "tournamentsPlayed": {
    "label": "tournamentsPlayed",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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