# AnyAPI YouTube Channel Shorts

> AnyAPI YouTube Channel Shorts 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-14).

Scrapes and returns Shorts videos from a YouTube channel using a pay-per-request model

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.channel_shorts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-youtube-channel-shorts-fb369d90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ROGK2nXRj7m1qyQh2HOwc

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-channel-shorts-fb369d90 -d '<json body>'
```

Example prompt: Can you pull all the Shorts videos from the YouTube channel MrBeast — I want the titles, view counts, and video URLs for each one?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Shorts-specific video data from a YouTube channel without a YouTube API key or quota concerns, paying only $0.002 per request with no subscription required. Prefer this over the YouTube Data API when you want zero-setup access and pay-as-you-go pricing for short-form video scraping.

## Known failure modes

- Invalid or non-existent channel identifier returns an error or empty result
- Channel has no Shorts — returns empty list
- YouTube rate limiting or blocking causes scrape failure
- Insufficient USDC balance causes payment rejection
- Malformed channel URL or handle causes parsing error

## 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

A JSON object containing a list of Shorts videos from the specified YouTube channel, including video metadata such as titles, URLs, view counts, upload dates, and other available short-form video details.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-youtube-channel-shorts-fb369d90/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)
