# AnyAPI TikTok Hashtag Search

> AnyAPI TikTok 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).

Searches TikTok for posts and content associated with a given hashtag, returning relevant video and engagement data.

## Facts

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

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

Example prompt: Search TikTok for the hashtag #fitness and show me the top videos, including their view counts and creator names.

## When to prefer this

Use this endpoint when you need programmatic access to TikTok hashtag search results without managing a TikTok developer account or subscription. Ideal for one-off or low-frequency hashtag lookups billed per request. Prefer over direct TikTok API integrations when you want a unified key across many social data sources.

## Known failure modes

- Invalid or nonexistent hashtag returns empty results
- TikTok rate limiting or anti-scraping measures may cause request failures
- Missing or malformed hashtag input returns a 4xx error
- TikTok API changes may cause schema drift or partial data
- Insufficient USDC balance results in payment failure and no 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

A JSON response containing a list of TikTok videos associated with the searched hashtag, including video metadata such as titles, view counts, like counts, author usernames, and links to the content.

## Response schema (JSON Schema)

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

## More

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