# AnyAPI YouTube Hashtag Search

> AnyAPI YouTube Hashtag Search 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).

Search YouTube for videos associated with a specific hashtag and return matching results

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/youtube.search_hashtag
- 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-hashtag-search-e196567e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_axATxOyPFCm9kcUgPGv_c

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-hashtag-search-e196567e -d '<json body>'
```

Example prompt: Search YouTube for the hashtag #MorningRoutine and give me a list of the top videos that come up — I want the titles, channel names, and links.

## When to prefer this

Use this endpoint when you need to programmatically retrieve YouTube videos by hashtag without a YouTube Data API quota or subscription. Ideal for trend monitoring, content research, influencer discovery, or social listening at low per-call cost with no monthly commitment.

## Known failure modes

- Hashtag not found or no results — empty results array returned
- Invalid or missing hashtag parameter — 400 error
- YouTube rate limiting or anti-scrape block — 429 or 5xx error
- Hashtag exists but has very few videos — sparse result set
- Payment failure or insufficient USDC balance — 402 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 array of YouTube video results associated with the specified hashtag, typically including video titles, URLs, channel names, view counts, publish dates, and thumbnail links.

## Response schema (JSON Schema)

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

## More

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