# SailGP Season Standings Scraper

**Use case:** 

Scrape SailGP season standings with team, country, rank, points awarded and points available. Export the leaderboard to JSON or CSV.

## Input

```json
{
  "season": "SGP-IL-S03-CHAMP",
  "event": "season",
  "maxItems": 50
}
```

## Output

```json
{
  "position": {
    "label": "🥇 Position",
    "format": "text"
  },
  "team": {
    "label": "⛵ Team",
    "format": "text"
  },
  "teamCode": {
    "label": "🔤 Code",
    "format": "text"
  },
  "pointsAwarded": {
    "label": "⭐ Points",
    "format": "text"
  },
  "pointsAvailable": {
    "label": "🎯 Points Available",
    "format": "text"
  },
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "seasonTitle": {
    "label": "🏷️ Season Title",
    "format": "text"
  },
  "event": {
    "label": "📍 Event",
    "format": "text"
  },
  "eventContext": {
    "label": "🧭 Context",
    "format": "text"
  },
  "categoriesScored": {
    "label": "🗂️ Categories",
    "format": "text"
  },
  "publicationDate": {
    "label": "🕓 Published",
    "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 [SailGP Standings Scraper](https://apify.com/parseforge/sailgp-standings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/sailgp-standings-scraper) to learn more, explore other use cases, and run it yourself.