# Start.gg Upcoming Tournaments Scraper

**Use case:** 

Scrape upcoming esports tournaments from Start.gg with name, game, date, location, attendee count, and organizer. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "upcoming": true
}
```

## Output

```json
{
  "name": {
    "label": "🏆 Name",
    "format": "text"
  },
  "game": {
    "label": "🎮 Game",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "attendees": {
    "label": "👥 Attendees",
    "format": "text"
  },
  "prizePool": {
    "label": "💰 Prize pool",
    "format": "text"
  },
  "organizer": {
    "label": "🎤 Organizer",
    "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 [Start.gg Tournaments Scraper](https://apify.com/parseforge/smashgg-startgg-tournaments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/smashgg-startgg-tournaments-scraper) to learn more, explore other use cases, and run it yourself.