# Goals Bundesliga Stats

**Use case:** 

Extract Bundesliga Stats data filtered by Goals. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "statCategory": "goals",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Photo",
    "format": "image"
  },
  "rank": {
    "label": "🥇 Rank",
    "format": "number"
  },
  "player": {
    "label": "⚽ Player",
    "format": "text"
  },
  "team": {
    "label": "🏟️ Team",
    "format": "text"
  },
  "position": {
    "label": "📍 Position",
    "format": "text"
  },
  "goals": {
    "label": "⚽ Goals",
    "format": "number"
  },
  "assists": {
    "label": "🅰️ Assists",
    "format": "number"
  },
  "minutes": {
    "label": "⏱️ Minutes",
    "format": "number"
  },
  "appearances": {
    "label": "🎮 Apps",
    "format": "number"
  },
  "yellowCards": {
    "label": "🟨 Yellow",
    "format": "number"
  },
  "redCards": {
    "label": "🟥 Red",
    "format": "number"
  },
  "statCategory": {
    "label": "📊 Stat",
    "format": "text"
  },
  "statValue": {
    "label": "🔢 Value",
    "format": "number"
  },
  "season": {
    "label": "📅 Season",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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