# StableSocial YouTube Channel Playlists Scraper

> StableSocial YouTube Channel Playlists Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Scrapes and returns the list of playlists for a given YouTube channel

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/channel/playlists
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-youtube-channel-playlists-scraper-af9daf09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ufhoGnQbp4evCVwak4iJv

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 stablesocial-youtube-channel-playlists-scraper-af9daf09 -d '<json body>'
```

Example prompt: Can you pull all the playlists from the YouTube channel MrBeast — I want to see what content series he has organized?

## When to prefer this

Choose this endpoint when you need programmatic access to a YouTube channel's playlist catalog without the YouTube Data API quota constraints, or when building creator intelligence pipelines that aggregate social content metadata at scale for multiple channels.

## Known failure modes

- Channel not found or invalid channel ID returns an error
- Private or terminated channels may return empty results
- YouTube rate limiting or anti-scraping measures may cause intermittent failures
- Channel has no public playlists resulting in an empty list
- Malformed channel URL or handle causes a parsing error

## How this service works

Scrape Creators · YouTube — Channel Playlists

## Output

Returns a structured list of playlists for the specified YouTube channel, including playlist IDs, titles, descriptions, thumbnail URLs, video counts, and playlist URLs, enabling downstream content analysis or aggregation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "handle": {
   "type": "string",
   "description": "YouTube channel handle"
  },
  "channelId": {
   "type": "string",
   "description": "YouTube channel ID"
  },
  "continuationToken": {
   "type": "string",
   "description": "Continuation token to get more playlists. Get 'continuationToken' from previous response."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-youtube-channel-playlists-scraper-af9daf09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
