ESPN Sports News Scraper - Headlines & Stories by League avatar

ESPN Sports News Scraper - Headlines & Stories by League

Pricing

from $0.50 / 1,000 results

Go to Apify Store
ESPN Sports News Scraper - Headlines & Stories by League

ESPN Sports News Scraper - Headlines & Stories by League

$0.5/1K 🔥 Fast ESPN news scraper! Sports headlines & stories by league — title, byline, image & link. No key. JSON, CSV, Excel or API in seconds. Pull the news for aggregation, fan apps & media monitoring ⚡

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ESPN Sports News Scraper 🏈🏀⚽

Scrape the latest sports news from ESPN — headlines, full story descriptions, bylines, images, categories and article URLs — for any league, with no API key and no login. Fast, cheap and datacenter-friendly (it reads ESPN's public site API, so no expensive residential proxies are needed).

Pricing: pay-per-result at roughly $0.5 per 1,000 articles — one of the cheapest sports-news feeds on Apify.

What it does

Given a list of leagues, this actor fetches ESPN's news feed for each one and returns clean, structured JSON — one dataset item per article. Perfect for building sports news aggregators, fan apps, dashboards or media-monitoring pipelines.

Features

  • Fast & cheap — hits ESPN's hidden JSON site API directly, no browser, no key.
  • 🌍 Any league — NFL, NBA, MLB, NHL and dozens of soccer competitions worldwide.
  • 🧾 Rich data — headline, description, byline, published/last-modified timestamps, article type, URL, lead image + caption, and categories.
  • 🕓 Normalised timestamps — all dates converted to ISO-8601 (UTC).
  • 🧱 Structured & nullable — every field is present and safe to consume; missing values are null instead of crashing your pipeline.
  • 🔁 Global cap — control cost with maxItems.

Input

FieldTypeDefaultDescription
modeselectnewsScraping mode. news fetches the latest articles per league.
leaguesarray["football/nfl","basketball/nba","soccer/eng.1"]ESPN sport/league paths to scrape.
limitinteger50Articles requested per league (max 100).
maxItemsinteger200Global cap on total articles pushed (max 2000).

Example league paths

SportLeague path
NFL (American football)football/nfl
NBA (basketball)basketball/nba
MLB (baseball)baseball/mlb
NHL (hockey)hockey/nhl
Premier League (soccer)soccer/eng.1
La Liga (soccer)soccer/esp.1
UEFA Champions Leaguesoccer/uefa.champions

Example input

{
"mode": "news",
"leagues": ["football/nfl", "basketball/nba", "soccer/eng.1"],
"limit": 50,
"maxItems": 200
}

Output

Each dataset item looks like this:

{
"league": "football/nfl",
"headline": "Packers, DT Devonte Wyatt reach 3-year, $57M extension",
"description": "The Packers and defensive lineman Devonte Wyatt have agreed to terms...",
"byline": "Rob Demovsky",
"published": "2026-07-20T20:46:34+00:00",
"last_modified": "2026-07-20T20:46:34+00:00",
"type": "HeadlineNews",
"url": "https://www.espn.com/nfl/story/_/id/49411888/packers-dl-devonte-wyatt-reach-3-year-57m-extension",
"image": "https://a.espncdn.com/photo/2025/0914/r1545457_1296x729_16-9.jpg",
"image_caption": "Devonte Wyatt",
"categories": ["news", "NFL", "Green Bay Packers"],
"source": "espn",
"scraped_at": "2026-07-20T21:00:00+00:00"
}

Use cases

  • Sports news aggregation — build a multi-league news wall updated on a schedule.
  • Fan apps — power push notifications and feeds for a specific team or league.
  • Media monitoring — track coverage, bylines and topics across sports.
  • Content & research — feed headlines into summarisers, newsletters or LLM pipelines.

FAQ

Do I need an ESPN API key? No. This actor uses ESPN's public site API.

Which proxy should I use? None required — it is datacenter-friendly. You can run it without proxies.

How much does it cost? Roughly $0.5 per 1,000 articles plus minimal compute.


Keywords: espn scraper, sports news scraper, nfl news api, nba news, mlb news, nhl news, soccer news scraper, premier league news, sports headlines, sports news aggregator, espn api, no api key, fan app data, sports media monitoring, football news scraper.

Disclaimer: This actor collects publicly available data. Respect ESPN's terms of use and only use scraped data lawfully.