# fetcher.sh YouTube Playlist Videos

> fetcher.sh YouTube Playlist 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-08).

Fetches the list of videos in a YouTube playlist by playlist ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/youtube/playlist/%7Bid%7D/videos
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-youtube-playlist-videos-1a9bfc64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FteQEds88VSjLnn8xNXNB

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-playlist-videos-1a9bfc64
```

Example prompt: Can you pull all the videos from this YouTube playlist — PLbpi6ZahtOH6Ar_3GPy3worksMjw — and list their titles and video IDs?

## When to prefer this

Use this endpoint when you need to programmatically list the contents of a YouTube playlist without setting up OAuth or YouTube API credentials. Ideal for AI agents that need playlist data on a pay-per-call basis in USDC, avoiding subscription commitments. Prefer this over YouTube Data API v3 when you want frictionless, no-account access.

## Known failure modes

- Invalid or malformed playlist ID returns an error or empty result
- Private or deleted playlist returns no data or an access-denied error
- Payment failure or insufficient USDC balance blocks the request with a 402 response
- Rate limiting or quota exhaustion may result in temporary failures
- Very large playlists may return paginated results requiring multiple calls

## 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 in the specified YouTube playlist, including video IDs, titles, and associated metadata for each item in the playlist.

## 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-playlist-videos-1a9bfc64/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)
