OpenLigaDB Bundesliga Match Scraper
Pricing
from $7.50 / 1,000 results
OpenLigaDB Bundesliga Match Scraper
Reach into OpenLigaDB for German football fixtures across 1. Bundesliga, 2. Bundesliga, 3. Liga, DFB Pokal, and UEFA Champions League. Choose a league slug, season starting year, and optional matchday. Useful for football trackers, fantasy tools, and historical season research.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

โฝ OpenLigaDB Bundesliga Public API Scraper
๐ Export Bundesliga and 2. Bundesliga matches, goals, scorers, and tables, straight from the public OpenLigaDB API.
๐ Last updated: 2026-06-05 ยท ๐ 14 fields per record ยท Bundesliga, 2. Bundesliga, 3. Liga, DFB Pokal ยท All seasons since 2002 ยท Matches, scorers, tables
The OpenLigaDB Bundesliga Public API Scraper turns the api.openligadb.de public endpoint into a clean dataset. It calls the public API with whichever filters you supply, then flattens each record into one row.
Coverage spans bundesliga, 2. bundesliga, 3. liga, dfb pokal ยท all seasons since 2002 ยท matches, scorers, tables. Each row carries the most useful identifiers, names, scores, and timestamps the upstream feed exposes.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| โฝ Bundesliga fans | Pull every fixture and result |
| ๐ Fantasy soccer GMs | Drive Bundesliga lineup tools |
| ๐ฐ German football journalists | Verify results and scorers fast |
| ๐ Sports historians | Mine two decades of German football |
| ๐ค ML engineers | Train xG and result models on German data |
| ๐ฉโ๐ป Developers | Mirror OpenLigaDB into apps |
๐ What the OpenLigaDB Bundesliga Public API Scraper does
- Calls /getmatchdata/
- Exposes home and away team, score, group, location, and matchday.
- Supports the bl1, bl2, bl3, dfb leagues and any season since 2002.
- Casts numeric ids cleanly.
- Surfaces upstream errors as a clean error record.
๐ก Why it matters. OpenLigaDB is the canonical free dataset for German football. This actor flattens its match payload to one row per match.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
league | string | No | See examples below. |
maxItems | integer | No | Free users 10, paid up to 1,000,000. Prefill is 10. |
Example 1, Bundesliga 2023 matchday 1.
{ "league": "bl1", "season": "2023", "matchday": "1", "maxItems": 9 }
Example 2, 2. Bundesliga season 2023.
{ "league": "bl2", "season": "2023", "maxItems": 50 }
โ ๏ธ Good to Know. The OpenLigaDB API is public and free, no key required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ matchId | number | OpenLigaDB match id. |
๐ leagueName | string | League name. |
๐ค leagueShortcut | string | League slug. |
๐
matchDateTime | string | Match kickoff time. |
๐๏ธ matchday | string | Matchday or group name. |
๐ team1 | string | Home team. |
โ๏ธ team2 | string | Away team. |
๐ข goalsTeam1 | number | Home goals when finished. |
๐ข goalsTeam2 | number | Away goals when finished. |
๐๏ธ location | string | Stadium when present. |
โ
finished | boolean | Whether match is finished. |
๐ฅ
scorers | array | Goal scorer summaries. |
๐ scrapedAt | string | When fetched. |
โ error | string | Set when upstream returned an error. |
Sample record.
{"matchId": 0,"leagueName": "","leagueShortcut": "","matchDateTime": "","matchday": "","team1": "","team2": "","goalsTeam1": 0,"goalsTeam2": 0,"location": "","finished": false,"scorers": [],"scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public OpenLigaDB endpoint, no scraping tricks needed. | | ๐งน | Flattens nested upstream payloads into one row per record. | | ๐ข | Casts numeric fields cleanly for spreadsheet imports. | | ๐ | Surfaces upstream errors as clean rows. | | ๐ | Filters exposed for the most common slicing needs. | | ๐พ | Push to dataset for spreadsheet, warehouse, or webhook export. |
๐ How it compares to alternatives
| Approach | Setup | Pagination | Flattening | Export formats |
|---|---|---|---|---|
Raw curl | 5 min | manual | none | manual |
| DIY Python script | 30 min | yes | partial | code |
| This Actor | 5 seconds | yes | yes | 7 formats |
๐ How to use
- Click Try for free.
- Pick your filters from the schema above.
- Click Start. Your dataset is ready in seconds.
๐ผ Business use cases
๐ Analytics. Mirror OpenLigaDB into a warehouse for dashboards.
๐ข Internal tooling. Mirror the data into private apps without writing client code.
๐ฐ Journalism. Verify and bulk-fetch records for stories.
๐ค Machine learning. Build training sets from a known canonical source.
๐ Automating OpenLigaDB Bundesliga Public API Scraper
- Make / Zapier: schedule a daily run.
- Cron schedule: native Apify scheduler.
- Webhooks: POST on completion.
- Warehouse pipe: native integrations move datasets straight into BigQuery, Snowflake, or Postgres.
๐ Beyond business use cases
๐ Education. Teach API integration with a clean dataset.
๐งช Personal research. Track the data you care about.
๐ค Non-profit and open data. Power public dashboards.
๐งฐ Tinkering and prototyping. Spin up a feed for side projects in seconds.
๐ค Ask an AI assistant about this scraper
Drop this README into ChatGPT, Claude, or any AI assistant and ask it to design a pipeline. The input fields, schema, and examples above contain everything an LLM needs.
โ Frequently Asked Questions
โ Do I need an API key? No. The endpoint is public.
โ Pagination? Yes, handled automatically where the upstream supports it.
โ Rate limits? The upstream sets the rate limit. The actor surfaces upstream errors cleanly.
โ Schema stability? Core fields are stable. Optional fields are passed through when present.
โ Real-time? Yes, every run hits the live endpoint.
โ Spreadsheet export? Yes, via the Apify dataset UI.
โ Scheduling? Yes, via the Apify scheduler.
โ Public data only? Yes.
โ Free trial? Yes, $5 free credit on signup covers many runs.
โ Webhook integration? Yes, native Apify webhooks fire on run completion.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Public Scraper | Public stock, FX, and crypto market data. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Civitai Models Scraper | Public Civitai model catalogue. |
| ParseForge Hugging Face Spaces Scraper | Public Hugging Face Spaces metadata. |
๐ก Pro Tip. browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.