# Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More (`mrdoe/sports-news-headlines-feed`) Actor

Latest sports headlines from ESPN, BBC Sport, The Guardian, CBS Sports and Yahoo Sports across 20 leagues and sports, deduplicated and newest first, with team and player tags and keyword filtering for injury and lineup news.

- **URL**: https://apify.com/mrdoe/sports-news-headlines-feed.md
- **Developed by:** [MrDoe](https://apify.com/mrdoe) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

![Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More - One deduplicated, newest-first stream of sports headlines from five major outlets, filtered by keyword.](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/sports-news-headlines-feed--hero.png)

### What does Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More do?

Sports News Headlines Feed collects the latest sports headlines from ESPN, BBC Sport, The Guardian, CBS Sports and Yahoo Sports for 20 leagues and sports, including the NFL, NBA, MLB, NHL, college sports, soccer, tennis, golf, MMA, Formula 1 and cricket. The same story from several outlets is returned once, newest first, with the headline, summary, link, publication time and, for ESPN, the teams and players the article is about. Add keywords such as injury or a player name to follow one story, or set a maximum age to get only fresh news.

### Why use Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More?

- Five major outlets in one deduplicated stream.
- 20 leagues and sports.
- Keyword and age filters for injury and lineup news.
- Team and player tags on ESPN articles.
- Fast: a run takes seconds.

### What makes this different

News sites each publish their own feed in their own format. This Actor merges them into one clean table, removes the same story published by several outlets, and lets you filter by keyword or age, so an alert or a model can react to injury and lineup news within minutes.

### How it works

![Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More workflow: your input, collection, output](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/sports-news-headlines-feed--how-it-works.png)

1. **Your input** — choose the topics and any keywords.
2. **The Actor collects it** — the Actor reads the latest headlines from each outlet.
3. **Your output** — you get one deduplicated row per article, newest first.

### What data can you extract?

The dataset has 12 fields per row:

| Field | Type | Description |
|---|---|---|
| `source` | string | Outlet that published the article. |
| `topic` | string | Topic the article was found under. |
| `title` | string | Headline. |
| `summary` | string | Short summary. |
| `url` | string | Link to the full article. |
| `publishedAt` | string | Publication time (ISO 8601, UTC). |
| `author` | string | Author or byline when given. |
| `imageUrl` | string | Lead image. |
| `teams` | array | Teams the article is tagged with (ESPN articles). |
| `athletes` | array | Players the article is tagged with (ESPN articles). |
| `matchedKeywords` | array | Which of your keywords the article matched. |
| `scrapedAt` | string | ISO timestamp of collection. |

### How to use Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More

![Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More input form](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/sports-news-headlines-feed--input.png)

1. Open the Actor and go to the **Input** tab.
2. Pick one or more **Topics** and press Start. Add **Keywords** (for example injury or a player name) or a **Max age** to narrow it, and set **Max results** to 0 for everything found.
3. Optionally set filters and a **Max results** limit.
4. Click **Start**. A default run finishes in under a minute.
5. Open the **Output** tab, then download the dataset or connect it to your tools.

### Input Parameters

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `topics` | array | No | `["nfl"]` | Leagues or sports to read news for. |
| `keywords` | array | No | `[]` | Only articles that mention one of these words in the headline, summary or the team and player tags, for example injury, Mahomes or Arsenal. |
| `sources` | array | No | `[]` | Only these outlets: ESPN, BBC Sport, The Guardian, CBS Sports, Yahoo Sports. Leave empty for all available for the topic. |
| `maxAgeHours` | integer | No | — | Only articles published in the last this many hours. Leave empty for no age limit. |
| `maxResults` | integer | No | `5` | Maximum number of articles, newest first returned. Default is 5 for a quick test; set 0 to return everything available. |
| `proxyConfiguration` | object | No | `{"useApifyProxy":false}` | Optional. The data is public and works without a proxy. |

### Output Data

![Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More dataset table](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/sports-news-headlines-feed--output.png)

Each row has the `title`, `summary`, `url`, `publishedAt` and `source`. `teams` and `athletes` list the tags on ESPN articles, and `matchedKeywords` shows which of your keywords the article matched.

![Sports News Headlines Feed: NFL, NBA, Soccer, Tennis & More field map of one record](https://api.apify.com/v2/key-value-stores/kE36venAoVchGsE6b/records/sports-news-headlines-feed--fields.png)

A real dataset item:

```json
{
  "source": "ESPN",
  "topic": "nfl",
  "title": "Jayden Daniels to see specialists before Commanders form plan",
  "summary": "The Commanders have not established a timeline for star quarterback Jayden Daniels to return from a dislocated left elbow.",
  "url": "https://www.espn.com/nfl/story/_/id/50000044/jayden-daniels-see-specialists-commanders-form-plan",
  "publishedAt": "2026-09-21T19:42:54.000Z",
  "author": null,
  "imageUrl": "https://a.espncdn.com/photo/2026/0920/r1719793_1296x729_16-9.jpg",
  "teams": [
    "Washington Commanders"
  ],
  "athletes": [
    "Jayden Daniels",
    "Marcus Mariota"
  ],
  "matchedKeywords": [],
  "scrapedAt": "2026-09-21T19:47:43.697Z"
}
```

### Usage Examples

#### Latest NFL headlines

```json
{
  "topics": [
    "nfl"
  ],
  "maxResults": 0
}
```

#### NBA injury news, last 24 hours

```json
{
  "topics": [
    "nba"
  ],
  "keywords": [
    "injury",
    "out",
    "questionable"
  ],
  "maxAgeHours": 24,
  "maxResults": 0
}
```

#### Several sports at once

```json
{
  "topics": [
    "soccer",
    "tennis",
    "cricket"
  ],
  "maxResults": 0
}
```

### Tips for Best Results

- Default is 5 results for a fast test. Set the max to 0 to return everything available.

### Known Limitations

- Each outlet exposes only its most recent articles, so this is a live stream, not an archive.
- Team and player tags exist only on ESPN articles.
- Full article text is not included, only the headline, summary and link.
- Some topics are covered by fewer outlets than others.

### Integrations

Run it from the Apify API, on a schedule, or from a webhook. Send results straight to Google Sheets, Make, Zapier, Slack or your own database with Apify's built-in integrations.

### Export Formats

Download the dataset as JSON, CSV, Excel, XML, HTML table or RSS from the **Output** tab or the API.

### Frequently Asked Questions

#### Does it need an account or API key?

No. The Actor reads public data and needs no account or key.

#### Am I charged for failed results?

No. You are only charged for results that are written to the dataset.

#### Do I need an account or login?

No. The Actor reads public data and needs no account or key.

#### Am I charged for failed runs or empty results?

You are only charged for results that are actually written to the dataset.

#### Can I run it on a schedule?

Yes. Create a Task with your input and add a schedule in Apify Console. With monitor mode on, each scheduled run returns only what changed since the previous one.

### Support

Questions or a missing field? Open an issue from the **Issues** tab on this Actor's page and it will be looked at.

### Legal / Responsible Use

You are responsible for using the data in line with the source's terms and applicable law. The Actor collects publicly available data only and is not affiliated with the source.

# Actor input Schema

## `topics` (type: `array`):

Leagues or sports to read news for.

## `keywords` (type: `array`):

Only articles that mention one of these words in the headline, summary or the team and player tags, for example injury, Mahomes or Arsenal.

## `sources` (type: `array`):

Only these outlets: ESPN, BBC Sport, The Guardian, CBS Sports, Yahoo Sports. Leave empty for all available for the topic.

## `maxAgeHours` (type: `integer`):

Only articles published in the last this many hours. Leave empty for no age limit.

## `maxResults` (type: `integer`):

Maximum number of articles, newest first returned. Default is 5 for a quick test; set 0 to return everything available.

## `proxyConfiguration` (type: `object`):

Optional. The data is public and works without a proxy.

## Actor input object example

```json
{
  "topics": [
    "nfl"
  ],
  "keywords": [],
  "sources": [],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "topics": [
        "nfl"
    ],
    "maxResults": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("mrdoe/sports-news-headlines-feed").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "topics": ["nfl"],
    "maxResults": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("mrdoe/sports-news-headlines-feed").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "topics": [
    "nfl"
  ],
  "maxResults": 5
}' |
apify call mrdoe/sports-news-headlines-feed --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,mrdoe/sports-news-headlines-feed"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/tHqiofoHtmNdAMjIt/builds/UJLZXHZmH5lM4NzKM/openapi.json
