# Speedrun.com Games Latest Results

**Use case:** 

Latest Results of Speedrun.com Games. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "bulk": true,
  "maxItems": 25
}
```

## Output

```json
{
  "id": {
    "label": "🆔 id",
    "format": "text"
  },
  "name": {
    "label": "🎮 name",
    "format": "text"
  },
  "abbreviation": {
    "label": "🔤 abbreviation",
    "format": "text"
  },
  "nameJapanese": {
    "label": "🇯🇵 nameJapanese",
    "format": "text"
  },
  "releaseDate": {
    "label": "📅 releaseDate",
    "format": "date"
  },
  "platforms": {
    "label": "🕹️ platforms",
    "format": "array"
  },
  "genres": {
    "label": "🏷️ genres",
    "format": "array"
  },
  "developers": {
    "label": "👥 developers",
    "format": "array"
  },
  "publishers": {
    "label": "🏢 publishers",
    "format": "array"
  },
  "weblink": {
    "label": "🔗 weblink",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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