# TikTok Hashtag Lookup by Handle — fetcher.sh

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

Fetches TikTok hashtag data associated with a given hashtag handle/name via a pay-per-call REST API using USDC microtransactions.

## Facts

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

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 tiktok-hashtag-lookup-by-handle-fetcher-sh-4f8cb43d
```

Example prompt: Can you look up the TikTok hashtag 'fyp' and tell me how many posts and views it has?

## When to prefer this

Choose this endpoint when you need TikTok hashtag-level data (post counts, views, metadata) without setting up a TikTok developer account or OAuth credentials. Ideal for lightweight, pay-per-call access at $0.004 per request using USDC on multiple chains. Prefer this over building your own scraper or paying for a monthly subscription when usage is sporadic or exploratory.

## Known failure modes

- Hashtag name not found or does not exist on TikTok — returns empty or error response
- TikTok anti-scraping measures may cause intermittent failures or stale data
- Malformed or URL-encoded hashtag name may result in 400 or unexpected response
- Rate limiting or payment failure via x402 protocol may block the request
- Very new or extremely niche hashtags may return minimal metadata

## How this service works

TikTok (tik tok) data and scraping API: Search posts, resolve users by handle, and pull followers, hashtags, music, comments, and replies. 13 REST endpoints from $0.004 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

Returns metadata about the specified TikTok hashtag, including details such as post count, total views, and other hashtag-level information available from TikTok's public data for that handle/name.

## Request schema (JSON Schema)

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

## More

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