# StableSocial YouTube Video Sponsors

> StableSocial YouTube Video Sponsors 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).

Extracts sponsor and ad segment information from a YouTube video using its URL and an optional transcript language code

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/youtube/video/sponsors
- 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-video-sponsors-b6c3d9d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_07SAxsWguY1PxrXzJEPMc

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-video-sponsors-b6c3d9d5 -d '<json body>'
```

Example prompt: Can you pull the sponsor segments from this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — using the English transcript?

## When to prefer this

Choose this endpoint when you need structured sponsor and ad segment data from a specific YouTube video without managing API keys or subscriptions. It's ideal for one-off or pay-per-use research tasks on YouTube sponsorship content, especially when you need transcript-based detection in a specific language. Prefer this over YouTube Data API when you want sponsorship-specific extraction rather than general video metadata.

## Known failure modes

- Invalid or inaccessible YouTube URL returns an error
- Video has no captions or transcript in the requested language, resulting in empty or failed extraction
- Private or age-restricted videos may be inaccessible
- Unsupported language code returns an error or falls back
- Video with no sponsors returns empty sponsor list
- Rate limiting or payment failure results in 402 response

## 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 detected sponsor and advertisement segments from the YouTube video, including sponsor names, timestamps, and relevant details extracted from the video transcript in the specified language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "YouTube video or short URL"
  },
  "language": {
   "type": "string",
   "description": "2 letter language code used for transcript lookup, ie 'en', 'es', 'fr' etc."
  }
 }
}
```

## More

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