# Brawlify Brawl Stars Brawlers Scraper

**Use case:** 

Scrape all Brawl Stars brawlers from Brawlify. Export names, rarity, class, stats, star powers and gadgets for game data projects.

## Input

```json
{
  "resource": "brawlers",
  "maxItems": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "name": {
    "label": "📌 Name",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "number"
  },
  "rarity": {
    "label": "💎 Rarity",
    "format": "text"
  },
  "class": {
    "label": "🛡 Class",
    "format": "text"
  },
  "gameMode": {
    "label": "🎯 Game Mode",
    "format": "text"
  },
  "starPowersCount": {
    "label": "⭐ Star Powers",
    "format": "number"
  },
  "gadgetsCount": {
    "label": "🔧 Gadgets",
    "format": "number"
  },
  "link": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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