# AnyAPI YouTube Video Sponsors

> AnyAPI YouTube Video Sponsors is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Scrapes and returns sponsor segment data for a given YouTube video

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.video_sponsors
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-youtube-video-sponsors-c5dd7a2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AxDxA-vG5WImo5-YEVZkA

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 anyapi-youtube-video-sponsors-c5dd7a2a -d '<json body>'
```

Example prompt: Can you pull the sponsor segments for this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — and tell me which brands are mentioned and when?

## When to prefer this

Choose this endpoint when you need to programmatically identify sponsor segments and brand mentions within a specific YouTube video without a monthly subscription. Ideal for pay-per-request usage via x402/USDC micropayments, especially for agents that only occasionally need sponsor data rather than at high volume.

## Known failure modes

- Invalid or non-existent YouTube video ID returns an error or empty result
- Video has no known sponsor segments, returning an empty sponsors list
- Rate limiting or authentication failure if the API key is missing or invalid
- Network timeout if the target YouTube page is temporarily unavailable
- Malformed request body causing a 400 Bad Request response

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing sponsor segment data for the specified YouTube video, including sponsor names, timestamps of when segments start and end, segment categories (e.g. sponsor, selfpromo), and possibly descriptions or URLs associated with each sponsor.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-youtube-video-sponsors-c5dd7a2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
