# 2. Bundesliga OpenLigaDB Bundesliga Match

**Use case:** 

Extract OpenLigaDB Bundesliga Match data filtered by 2. Bundesliga. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "league": "bl2",
  "season": "2023",
  "maxItems": 10
}
```

## Output

```json
{
  "matchId": {
    "label": "🆔 matchId",
    "format": "number"
  },
  "leagueName": {
    "label": "🏆 leagueName",
    "format": "text"
  },
  "leagueShortcut": {
    "label": "🔤 leagueShortcut",
    "format": "text"
  },
  "matchDateTime": {
    "label": "📅 matchDateTime",
    "format": "date"
  },
  "matchday": {
    "label": "🗓️ matchday",
    "format": "text"
  },
  "team1": {
    "label": "🏠 team1",
    "format": "text"
  },
  "team2": {
    "label": "✈️ team2",
    "format": "text"
  },
  "goalsTeam1": {
    "label": "🔢 goalsTeam1",
    "format": "number"
  },
  "goalsTeam2": {
    "label": "🔢 goalsTeam2",
    "format": "number"
  },
  "location": {
    "label": "🏟️ location",
    "format": "text"
  },
  "finished": {
    "label": "✅ finished",
    "format": "boolean"
  },
  "scorers": {
    "label": "🥅 scorers",
    "format": "array"
  },
  "scrapedAt": {
    "label": "🕒 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "❌ error",
    "format": "text"
  }
}
```

## About this Actor

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