# BaseBuilder Misc - YouTube Search

> BaseBuilder Misc - YouTube Search is a paid API for AI agents from bb-misc.vercel.app, paid per call via x402, $0.128892/call, status unknown (last checked 2026-09-15).

Searches YouTube for videos matching a query and returns relevant results

## Facts

- Endpoint: POST https://bb-misc.vercel.app/api/youtube/search
- Price: $0.128892/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder-misc-youtube-search-6b53a8e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z8K4iV-XrjwI-ROr0W_UV

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 basebuilder-misc-youtube-search-6b53a8e3 -d '<json body>'
```

Example prompt: Search YouTube for videos about 'how to build a React app' and give me the top results including titles, channel names, and links.

## When to prefer this

Use this endpoint when you need programmatic YouTube video search results without managing your own YouTube API credentials, and you are willing to pay per call via USDC. Suitable for agents that need to surface relevant video content on demand.

## Known failure modes

- Empty or vague query returns irrelevant results
- YouTube API rate limits or quota exceeded returning error
- Invalid or malformed request body returns 400 error
- Payment not processed returns 402 Payment Required
- Network timeout or upstream YouTube service unavailable returns 5xx error

## How this service works

BaseBuilder Misc API hub - 21 paid endpoints

## Output

A list of YouTube videos matching the search query, including video titles, URLs, channel names, thumbnails, and potentially view counts or publication dates.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder-misc-youtube-search-6b53a8e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-misc.vercel.app](https://www.zero.xyz/host/bb-misc.vercel.app/llms.txt)
