# Speedrun.com Leaderboards Data Export

**Use case:** 

Data Export of Speedrun.com Leaderboards. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "gameName": "Super Mario 64",
  "categoryName": "70 Star",
  "topN": 50,
  "maxItems": 100
}
```

## Output

```json
{
  "game": {
    "label": "🎮 Game",
    "format": "text"
  },
  "category": {
    "label": "🏷 Category",
    "format": "text"
  },
  "place": {
    "label": "🥇 Place",
    "format": "number"
  },
  "playerName": {
    "label": "🏃 Player",
    "format": "text"
  },
  "runTime": {
    "label": "⏱ Time",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "platform": {
    "label": "🕹 Platform",
    "format": "text"
  },
  "region": {
    "label": "🌍 Region",
    "format": "text"
  },
  "videoLink": {
    "label": "🎬 Video",
    "format": "link"
  },
  "verifiedDate": {
    "label": "✅ Verified",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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