# English (US) League of Legends Data Dragon Champion

**Use case:** 

Extract League of Legends Data Dragon Champion data filtered by English (US). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "locale": "en_US",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Splash",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "name": {
    "label": "🏷️ Name",
    "format": "text"
  },
  "title": {
    "label": "👑 Title",
    "format": "text"
  },
  "lore": {
    "label": "📜 Lore",
    "format": "text"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "text"
  },
  "partype": {
    "label": "🔋 Resource",
    "format": "text"
  },
  "info": {
    "label": "ℹ️ Info",
    "format": "text"
  },
  "stats": {
    "label": "📊 Stats",
    "format": "text"
  },
  "spells": {
    "label": "✨ Spells",
    "format": "text"
  },
  "passive": {
    "label": "🛡️ Passive",
    "format": "text"
  },
  "skins": {
    "label": "🎨 Skins",
    "format": "text"
  },
  "version": {
    "label": "🏗️ Patch",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [League of Legends Data Dragon Champion Scraper](https://apify.com/parseforge/ddragon-lol-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ddragon-lol-scraper) to learn more, explore other use cases, and run it yourself.