# TheBotWire Streaming News Feed

> TheBotWire Streaming News Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the latest additions and removals on streaming platforms like Netflix, Max, and Disney+, with optional search and freshness filtering

## Facts

- Endpoint: GET https://thebotwire.com/streaming/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-streaming-news-feed-01ebaa98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SrEUGzY2U45HD4JChUwYK

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 thebotwire-streaming-news-feed-01ebaa98
```

Example prompt: What's been added to Netflix in the last 24 hours? Show me up to 20 results from the whatsonnetflix source.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time data on what's been added or removed from Netflix, Max, Disney+, or other streaming platforms. It is purpose-built for streaming content tracking with structured freshness filtering, unlike general news endpoints. Ideal for recommendation bots, entertainment newsletters, cord-cutting advisories, and streaming watchlist agents that need up-to-date platform availability data.

## Known failure modes

- No results returned if freshness window is too narrow and no new content has been indexed
- Invalid `since` format (e.g. '1week' instead of '7d') may return an error or empty result
- Exceeding limit maximum of 50 returns a validation error
- Source filter `src` only accepts 'whatsonnetflix'; other values rejected
- Service may return stale data if upstream feed has not been refreshed recently

## How this service works

Streaming platforms: what's added/removed on Netflix, Max, Disney+, cord-cutting. 'What's new on Netflix this week' is one of the highest-volume consumer questions on the internet and a staple of recommendation bots and newsletter a

## Output

A list of streaming content items (up to 50), each with title, platform, add/remove status, publication timestamp, and source. Supports filtering by source (e.g. whatsonnetflix), freshness window (e.g. 30m, 2h, 24h, 3d), keyword search, and result count.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-streaming-news-feed-01ebaa98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
