# fetcher.sh YouTube Channel Videos

> fetcher.sh YouTube Channel Videos 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 a list of videos published by a specific YouTube channel, identified by channel ID, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://fetcher.sh/api/youtube/channel/%7Bid%7D/videos
- 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-videos-2891d227
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y6meH5Yn9_GLY_j9Fd9by

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-videos-2891d227
```

Example prompt: Pull all the videos from YouTube channel UCBcRF18a7Qf58cCRy5xuWwQ so I can see what content they've been publishing.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve a YouTube channel's video list without OAuth, YouTube Data API quotas, or account setup. Ideal for AI agents that need per-call, pay-as-you-go access to YouTube channel content via USDC micropayments on Base. Prefer this over the YouTube Data API when avoiding quota management and credential overhead is a priority.

## Known failure modes

- Invalid or malformed channel ID returns an error or empty result
- Private or terminated channels return no data
- Rate limits or payment failures return a 402 or error response
- Channel with no public videos returns an empty list
- Network or scraping timeouts may return a partial or failed response

## 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 videos associated with the specified YouTube channel, including metadata such as video titles, video IDs, upload dates, view counts, and thumbnails. The response enables downstream analysis of a creator's content catalog.

## 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-videos-2891d227/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)
