# AnyAPI TikTok Hashtag Videos

> AnyAPI TikTok Hashtag Videos is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00325/call, status unknown (last checked 2026-09-14).

Scrapes and returns a list of videos associated with a given TikTok hashtag

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok.hashtag_videos
- Price: $0.00325/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-videos-ee75c422
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IT24NqRF6ICO7R6fWrYB3

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-videos-ee75c422 -d '<json body>'
```

Example prompt: Pull the latest videos from TikTok's #fitness hashtag so I can see what content is trending there right now.

## When to prefer this

Use this endpoint when you need to programmatically retrieve TikTok videos by hashtag without a TikTok developer account or API approval. Ideal for trend research, influencer discovery, content monitoring, and competitive analysis on TikTok content. Prefer this over building a custom scraper when you want pay-per-use pricing with no subscription commitment.

## Known failure modes

- Hashtag not found or has no public videos — returns empty result or 404
- TikTok rate limiting or anti-scrape block — returns error or partial results
- Invalid or malformed hashtag input — returns validation error
- TikTok platform changes break scraper — returns unexpected schema or error
- Payment failure (insufficient USDC balance) — request rejected before execution

## 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 array of TikTok videos associated with the specified hashtag, including video IDs, URLs, descriptions, view counts, like counts, comment counts, share counts, creator usernames, and posting timestamps.

## Response schema (JSON Schema)

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

## More

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