Football-Data.org Competitions Scraper avatar

Football-Data.org Competitions Scraper

Pricing

from $15.00 / 1,000 result items

Go to Apify Store
Football-Data.org Competitions Scraper

Football-Data.org Competitions Scraper

Collect football competitions, teams, fixtures, results, standings, scorers, and seasons from football-data.org. Covers Premier League, La Liga, Bundesliga, Serie A, Champions League, World Cup. Export to JSON, CSV, or Excel for sports analytics, betting models, and fan dashboards.

Pricing

from $15.00 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

ParseForge Banner

🏆 Football-Data.org Competitions Scraper

🚀 Export the global football competition catalog in seconds. Premier League, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, plus standings, fixtures, results, teams, and matches. No setup, no manual ETL.

🕒 Last updated: 2026-05-23 · 📊 14+ fields per record · 🏆 14 top competitions · 🌍 Worldwide football · ⚽ Competitions, standings, matches, teams

The Football-Data.org Competitions Scraper taps the official football-data.org REST feed and returns clean, structured records for competitions, league standings, full season fixtures, team profiles, and individual matches. The catalog covers the biggest European leagues, continental cups, and international tournaments.

Coverage spans Premier League (PL), La Liga (PD), Bundesliga (BL1), Serie A (SA), Ligue 1 (FL1), UEFA Champions League (CL), Europa League (EL), Championship (ELC), European Championship (EC), FIFA World Cup (WC), Eredivisie (DED), Primeira Liga (PPL), Copa Libertadores (CLI), and Brazilian Série A (BSA). The competitions catalog itself returns 180+ leagues. Free tier covers competition discovery; supply your own Auth Token to unlock standings, matches, teams, and match endpoints plus higher rate limits.

🎯 Target Audience💡 Primary Use Cases
Football data nerds, sports betting researchers, fan-app builders, fantasy platforms, sports newsrooms, club opsLeague catalog sync, standings refresh, fixture calendars, team rosters, match-level analysis, ML training sets

📋 What the Football-Data Scraper does

Five workflows in a single Actor:

  • 🏆 Competitions mode. Catalog of every competition football-data.org covers, with code, name, area, plan, and current season.
  • 📊 Standings mode. Full league table for a given competition + season, with points, wins, draws, losses, goals for/against, and recent form.
  • 📅 Matches mode. All fixtures for a season, with kickoff time, status, score, matchday, and team metadata.
  • 🛡️ Team mode. Full team profile by ID, including squad, coach, venue, club colors, and running competitions.
  • 🎯 Match mode. Single match drilldown by match ID, including stage, group, venue, status, and full score breakdown.

Every record includes the source competition, area (country), and a scrapedAt timestamp so downstream loads can dedupe cleanly.

💡 Why it matters: managing tokens, rate limits, paginating fixtures, and joining team data across endpoints is tedious. This Actor turns the whole thing into a single run that returns a flat, joinable dataset.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded competitions dataset.


⚙️ Input

InputTypeDefaultBehavior
maxItemsinteger10Records to return. Free plan caps at 10, paid plan at 1,000,000.
modestring"competitions"One of competitions, standings, matches, team, match.
competitionCodestring"PL"14 codes available. PL, PD, BL1, SA, FL1, CL, ELC, EL, EC, WC, DED, PPL, CLI, BSA.
seasonstringautoSeason starting year, e.g. "2024" for 2024/25.
teamIdstringnoneRequired for team mode.
matchIdstringnoneRequired for match mode.
areasstringnoneComma-separated area IDs for competitions filter.
authTokenstring (secret)nonePersonal token for higher rate limits and restricted tiers.

Example: catalog of every football competition.

{
"maxItems": 50,
"mode": "competitions"
}

Example: Premier League 2024/25 standings with your token.

{
"maxItems": 20,
"mode": "standings",
"competitionCode": "PL",
"season": "2024",
"authToken": "your-token"
}

⚠️ Good to Know: the competitions catalog and a few public competitions run on the free tier. Standings, matches, team, and match modes for top-tier competitions often require a free personal token from football-data.org. Add it to authToken to unlock them.


📊 Output

Records vary by mode but all share core fields. Download as CSV, Excel, JSON, or XML.

🧾 Schema (Competition mode)

FieldTypeExample
🖼️ emblemstring"https://crests.football-data.org/PL.png"
🆔 idinteger2021
🏆 namestring"Premier League"
🔤 codestring"PL"
🏷️ typestring"LEAGUE"
🌍 areaNamestring"England"
🏳️ areaCodestring"ENG"
💳 planstring"TIER_ONE"
📅 currentSeasonStartdate"2024-08-16"
📅 currentSeasonEnddate"2025-05-25"
🔢 currentMatchdayinteger28
🗂️ numberOfAvailableSeasonsinteger36
🕒 lastUpdatedISO 8601"2024-08-16T08:23:45Z"
🕒 scrapedAtISO 8601"2026-05-23T00:00:00.000Z"

📦 Sample records


✨ Why choose this Actor

Capability
🏆14+ top competitions. Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Champions League, Europa, Eredivisie, Libertadores, and more.
📊Five modes. Competitions catalog, standings, season fixtures, team profiles, and single match drill-downs.
🛡️Rich team data. Squad, coach, venue, club colors, founded year, running competitions per team.
Fast. 50 competitions in under 15 seconds, full season fixtures in under a minute.
🔓Free tier works. Competitions catalog runs without any token. Supply yours to unlock the full feed.
🔁Always fresh. Every run hits the live football-data.org endpoint.
📐Joinable schema. Every record carries competition code, area, and season for easy SQL joins.

📊 The competition catalog alone unlocks 180+ leagues and cups for fan apps, fantasy platforms, and betting research.


📈 How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
⭐ Football-Data Scraper (this Actor)$5 free credit, then pay-per-use14+ top + 180+ catalogLive per runcompetition, season, area, mode⚡ 2 min
Commercial sports data feeds$500+/monthGlobal, liveStreamingMany🐢 Days
Manual scraping of league sitesFreePer-siteManualPer-site🐌 Weeks
Static CSV exportsFreeSubset, staleRarelyNone🕒 Variable

Pick this Actor when you want broad European + UEFA + South American football coverage in a flat schema.


🚀 How to use

  1. 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Football-Data.org Competitions Scraper page on the Apify Store.
  3. 🎯 Set input. Pick a mode and a competition code. Add your authToken if you have one.
  4. 🚀 Run it. Click Start and let the Actor collect your data.
  5. 📥 Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


💼 Business use cases

🏆 Fan Apps & Fantasy

  • Auto-sync league tables for fantasy point engines
  • Squad and coach data for player cards
  • Multi-competition fixtures in one place
  • Team crest CDN for app branding

📰 Sports Newsrooms

  • Auto-publish match recaps with score + matchday
  • Standings widgets for league pages
  • Cross-league comparison features
  • Historic season pulls for retrospectives

📊 Betting Research & Modeling

  • Backtest models with historic standings + form
  • Calibrate odds against recent form strings
  • Track home / away splits via match data
  • Cross-competition feature engineering for ML

⚽ Club Operations & Scouting

  • Track opponent form ahead of matchdays
  • Sync rival squad data for scouting reports
  • Compete-against benchmarks across leagues
  • Multi-league talent search with consistent IDs

🔌 Automating Football-Data Scraper

Control the scraper programmatically for scheduled runs and pipeline integrations:

  • 🟢 Node.js. Install the apify-client NPM package.
  • 🐍 Python. Use the apify-client PyPI package.
  • 📚 See the Apify API documentation for full details.

The Apify Schedules feature lets you trigger this Actor on any cron interval. Refresh standings every Monday morning or pull fixtures every Friday afternoon.


🌟 Beyond business use cases

Structured football data feeds research, classrooms, civic projects, and fan creativity.

🎓 Research and academia

  • Cross-league competitive-balance studies
  • Academic papers on football economics
  • Reproducible datasets for sports analytics MSc
  • Open-data exercises on European football

🎨 Personal and creative

  • Personal league dashboards
  • Fantasy spreadsheets and trackers
  • Fan podcast research databases
  • Football-themed portfolio dataviz projects

🤝 Non-profit and civic

  • Youth-football organizations linking to top leagues
  • Community sports clubs with league trackers
  • Historical archives of competition results
  • Open journalism on club governance

🧪 Experimentation

  • Train upset-prediction or xG ML models
  • Prototype an agent that picks fantasy lineups
  • Build a "where can I watch?" calendar bot
  • Test data warehouse loaders on football schemas

🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:


❓ Frequently Asked Questions

🧩 How does it work?

Pick a mode (competitions, standings, matches, team, match), set a competition code or ID, and the Actor returns flat records you can load straight into any database.

🔑 Do I need a token?

The competitions catalog and a handful of leagues work without any token. Standings, matches, team, and match modes for top-tier competitions usually require a free personal token from football-data.org. Add it to authToken.

📏 How accurate is the data?

Match results, standings, and team metadata are typically accurate within minutes of the official source. Squad data refreshes on a slower cadence (days to weeks) depending on the competition tier.

🔁 How often is the dataset refreshed?

Every run pulls the latest data. Schedule it as often as your tier permits.

🏆 Which competitions are covered?

14 codes plus the full 180+ catalog. PL, PD, BL1, SA, FL1, CL, ELC, EL, EC, WC, DED, PPL, CLI, BSA.

⏰ Can I schedule regular runs?

Yes. Use Apify Schedules to trigger this Actor on any cron interval. Hourly during gameweeks, weekly otherwise.

Yes. The football-data.org dataset is publicly available under their terms of service. Crests and trademarks belong to their respective clubs.

💼 Can I use this data commercially?

Analytics and editorial use are typically fine. Re-distributing logos and crests requires brand approval.

💳 Do I need a paid Apify plan?

No. The free Apify plan handles small runs (10 records). Paid plans lift the cap and unlock scheduling.

🔁 What happens if a run fails?

Apify retries transient errors automatically. Failed runs preserve partial datasets so no progress is lost.

🛬 What if I need player-level stats?

This Actor returns match, team, and league records. For per-player season stats, request a companion scraper via the contact form below.

🆘 What if I need help?

Reach our support team through the Apify platform or the Tally form linked below.


🔌 Integrate with any app

Football-Data.org Competitions Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get matchday alerts in your channels
  • Airbyte - Pipe standings into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes. Push fresh standings into your product backend, or alert your fantasy league Slack on the final whistle.


💡 Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.


🆘 Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.


⚠️ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by football-data.org, the Premier League, La Liga, the Bundesliga, Serie A, UEFA, FIFA, or any football competition. All trademarks mentioned are the property of their respective owners. Only publicly available football data is collected.