# ESPN NFL News Feed

> ESPN NFL News Feed is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the latest NFL headlines including title, description, publish date, and article link from ESPN, requiring no parameters.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-nfl-news
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/espn-nfl-news-feed-ce894136
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tstSiegZoqwy1Zsep9Fd3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability espn-nfl-news-feed-ce894136 -d '<json body>'
```

Example prompt: What are the latest NFL headlines right now? Give me the top stories with their descriptions and links.

## When to prefer this

Use this endpoint when you need a no-configuration, instant snapshot of the latest NFL news headlines from ESPN — ideal for sports dashboards, news aggregators, or agents answering questions about current NFL events. Prefer this over general web scraping when you want structured JSON output with metadata like publish dates and article URLs without parsing HTML.

## Known failure modes

- ESPN upstream feed is unavailable or returns an error — endpoint may return 502/503
- Stale data if ESPN feed has not been updated recently
- Payment not processed correctly (x402) — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429

## How this service works

Latest NFL headlines with description, publish date and article link. No params. Returns JSON.

## Output

A JSON array of the latest NFL news items from ESPN, each containing a headline title, short description, publish date/timestamp, and a direct link to the full article.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-nfl-news-feed-ce894136/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
