# fetcher.sh YouTube Channel Live Streams

> fetcher.sh YouTube Channel Live Streams is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches the list of live streams for a given YouTube channel by channel ID

## Facts

- Endpoint: GET https://fetcher.sh/api/youtube/channel/%7Bid%7D/live-streams
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-youtube-channel-live-streams-f1182c17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z4UO0uww-4YLkQj2jKWFN

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 fetcher-sh-youtube-channel-live-streams-f1182c17
```

Example prompt: Can you pull the current live streams for the YouTube channel with ID UCX6OQ3DkcsbYNE6H8uQQuVA so I can see what MrBeast is broadcasting right now?

## When to prefer this

Use this endpoint when you need programmatic, no-OAuth access to YouTube channel live stream data paid per-call in USDC — ideal for AI agents that need to monitor or surface live content without managing YouTube API keys or subscriptions. Prefer this over the official YouTube Data API when you want frictionless pay-per-use access with no account setup.

## Known failure modes

- Invalid or non-existent channel ID returns an empty result or 404-equivalent error
- Channel has no live streams returns an empty list
- Payment failure in USDC results in 402 response blocking access
- Rate limiting if too many requests are made in quick succession
- YouTube data may be slightly delayed or cached

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns a list of live streams associated with the specified YouTube channel, including stream titles, stream IDs, URLs, viewer counts, start times, and stream status (live/upcoming/ended).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-youtube-channel-live-streams-f1182c17/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
