# fetcher.sh TikTok Hashtag Lookup

> fetcher.sh TikTok Hashtag Lookup is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches data about a TikTok hashtag by name, including posts, views, and related metadata

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/hashtag/handle/%7Bname%7D
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-tiktok-hashtag-lookup-ff603301
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mK-JejcCH7qN8N9O_2rTV

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 fetcher-sh-tiktok-hashtag-lookup-ff603301
```

Example prompt: Look up the TikTok hashtag 'fyp' and tell me how many views and posts it has.

## When to prefer this

Choose this endpoint when you need quick, per-call hashtag metrics from TikTok without setting up OAuth or a TikTok developer account. Ideal for AI agents that need to research hashtag reach on demand, paid per use in USDC with no subscription required.

## Known failure modes

- Invalid or non-existent hashtag name returns empty or error response
- TikTok platform changes may break scraping, returning stale or no data
- Payment failure (insufficient USDC balance) returns 402 status
- Rate limiting or blocking by TikTok may result in incomplete data
- Hashtag with no posts returns minimal metadata

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

Returns TikTok hashtag data including the hashtag name, total post/video count, total view count, and any associated metadata such as related videos or challenge information scraped from TikTok's platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-tiktok-hashtag-lookup-ff603301/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
