# PGA Tour PGA Tour Leaderboard

**Use case:** 

Extract PGA Tour Leaderboard data filtered by PGA Tour. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "tour": "R"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Headshot",
    "format": "image"
  },
  "tournament": {
    "label": "🏆 Tournament",
    "format": "text"
  },
  "player": {
    "label": "🏌️ Player",
    "format": "text"
  },
  "position": {
    "label": "🥇 Position",
    "format": "text"
  },
  "scoreToPar": {
    "label": "📉 To Par",
    "format": "text"
  },
  "roundScores": {
    "label": "🔢 Round Scores",
    "format": "array"
  },
  "total": {
    "label": "📊 Total",
    "format": "number"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "fedexPoints": {
    "label": "🏅 FedEx Points",
    "format": "number"
  },
  "prizeMoney": {
    "label": "💰 Prize Money",
    "format": "text"
  },
  "status": {
    "label": "⏱️ Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PGA Tour Leaderboard Scraper](https://apify.com/parseforge/pgatour-leaderboard-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pgatour-leaderboard-scraper) to learn more, explore other use cases, and run it yourself.