# StableSocial YouTube Playlist Data

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

Fetches metadata and video listings for a YouTube playlist given its playlist ID

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/playlist
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-youtube-playlist-data-d273ce16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k43GEoI1SYvOjM2BOl-Sj

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-playlist-data-d273ce16 -d '<json body>'
```

Example prompt: Can you pull all the videos from this YouTube playlist — the playlist ID is PLrEnWoR732-BHrPp_Pm8_VleD68f9s14d — and show me the titles and video IDs?

## When to prefer this

Choose this endpoint when you need YouTube playlist data without setting up Google API credentials or managing OAuth flows. It is ideal for lightweight, pay-per-request scraping use cases where subscribing to the YouTube Data API or managing quotas is undesirable. Best for agents that need occasional playlist lookups rather than high-volume continuous access.

## Known failure modes

- Invalid or malformed playlist_id returns an error response
- Private or deleted playlists may return no data or an access-denied error
- Very large playlists may return partial results or time out
- YouTube anti-scraping measures could intermittently block requests
- Missing playlist_id field returns a validation error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured data about the YouTube playlist including its title, description, and a list of videos with their IDs, titles, thumbnails, durations, and other relevant metadata for each video in the playlist.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "playlist_id": {
   "type": "string",
   "minLength": 1,
   "description": "The ID of the YouTube playlist. In the YouTube URL it will be the 'list' parameter."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-youtube-playlist-data-d273ce16/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)
