# Players ⛳ Korn Ferry Tour Leaderboard & Players Standard

**Use case:** 

Standard Export of ⛳ Korn Ferry Tour Leaderboard & Players for players. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "mode": "players",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "playerId": {
    "label": "Player Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "text"
  },
  "tourCode": {
    "label": "Tour Code",
    "format": "text"
  },
  "isActive": {
    "label": "Is Active",
    "format": "text"
  },
  "turnedPro": {
    "label": "Turned Pro",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "totalScore": {
    "label": "Total Score",
    "format": "text"
  },
  "thru": {
    "label": "Thru",
    "format": "text"
  },
  "tournamentName": {
    "label": "Tournament Name",
    "format": "text"
  },
  "roundScore": {
    "label": "Round Score",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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