# Openligadb Matches sample

**Use case:** 

Run a ready-made Openligadb Matches example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: openligadb-matches-scrap

## Input

```json
{
  "leagueShortcut": "bl1",
  "season": "2025",
  "maxResults": 3
}
```

## Output

```json
{
  "match_id": {
    "label": "Match Id",
    "format": "text"
  },
  "league": {
    "label": "League",
    "format": "text"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "group": {
    "label": "Group",
    "format": "text"
  },
  "match_at": {
    "label": "Match At",
    "format": "date"
  },
  "team1": {
    "label": "Team1",
    "format": "text"
  },
  "team2": {
    "label": "Team2",
    "format": "text"
  },
  "team1_icon": {
    "label": "Team1 Icon",
    "format": "link"
  },
  "team2_icon": {
    "label": "Team2 Icon",
    "format": "link"
  },
  "finished": {
    "label": "Finished",
    "format": "text"
  },
  "results": {
    "label": "Results",
    "format": "text"
  },
  "goals": {
    "label": "Goals",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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