ESPN Soccer Scoreboard Scraper
Pricing
from $7.50 / 1,000 results
ESPN Soccer Scoreboard Scraper
Grab soccer fixtures and results from ESPN across Premier League, La Liga, Bundesliga, Serie A, Ligue 1, MLS, UEFA Champions League, World Cup, and more. Filter by league slug, season year, or a specific date. Useful for match trackers, odds research, and fan dashboards.
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

โฝ ESPN Soccer Scoreboard Public API Scraper
๐ Export every soccer match on the ESPN scoreboard across 80+ leagues with scores, status, venue, and scorers, straight from the public ESPN site API.
๐ Last updated: 2026-06-05 ยท ๐ 13 fields per record ยท 80+ soccer leagues ยท EPL, La Liga, Serie A, Bundesliga, Ligue 1, MLS, UCL ยท Live scores and scorers
The ESPN Soccer Scoreboard Public API Scraper turns the site.api.espn.com 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 80+ soccer leagues ยท epl, la liga, serie a, bundesliga, ligue 1, mls, ucl ยท live scores and scorers. Each row carries the most useful identifiers, names, scores, and timestamps the upstream feed exposes.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| โฝ Soccer analysts | Mine cross-league results |
| ๐ Fantasy soccer GMs | Track every fixture |
| ๐ฐ Football journalists | Live match cards in one fetch |
| ๐ฐ Odds researchers | Mine league-wide line data |
| ๐ค ML engineers | Train xG and result models |
| ๐ฉโ๐ป Developers | Mirror ESPN soccer into apps |
๐ What the ESPN Soccer Scoreboard Public API Scraper does
- Calls the ESPN soccer scoreboard for any league slug (eng.1, esp.1, ger.1, ita.1, fra.1, usa.1, uefa.champions, etc.).
- Flattens nested competitions and competitors into top-level fields.
- Exposes home and away score, status, venue, broadcast, and scorers when present.
- Casts numeric ids cleanly.
- Surfaces upstream errors as a clean error record.
๐ก Why it matters. ESPN soccer covers 80+ leagues globally. This actor flattens the dense JSON to one row per match.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
leagueSlug | string | No | See examples below. |
maxItems | integer | No | Free users 10, paid up to 1,000,000. Prefill is 10. |
Example 1, Premier League.
{ "leagueSlug": "eng.1", "maxItems": 20 }
Example 2, Champions League.
{ "leagueSlug": "uefa.champions", "maxItems": 20 }
โ ๏ธ Good to Know. Use the league slugs documented by ESPN, for example eng.1, esp.1, ger.1, ita.1, fra.1, usa.1, uefa.champions.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ gameId | string | ESPN event id. |
โฝ name | string | Match name. |
๐
date | string | Kickoff time. |
๐ homeTeam | string | Home team name. |
โ๏ธ awayTeam | string | Away team name. |
๐ข homeScore | number | Home score. |
๐ข awayScore | number | Away score. |
๐ข status | string | Match status. |
๐๏ธ venue | string | Venue name. |
๐บ broadcast | string | Broadcast network. |
๐ league | string | League name. |
๐ scrapedAt | string | When fetched. |
โ error | string | Set when upstream returned an error. |
Sample record.
{"gameId": "","name": "","date": "","homeTeam": "","awayTeam": "","homeScore": 0,"awayScore": 0,"status": "","venue": "","broadcast": "","league": "","scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public ESPN Soccer Scoreboard 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 ESPN Soccer Scoreboard 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 ESPN Soccer Scoreboard 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.