# fetcher.sh TikTok Hashtag Posts API

> fetcher.sh TikTok Hashtag Posts API 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 recent posts associated with a specific TikTok hashtag, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/hashtag/%7Bid%7D/posts
- 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-posts-api-a780361b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UNRIL6mfbuuEQj5Pr8Pkm

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-posts-api-a780361b
```

Example prompt: Can you pull the recent posts from TikTok's #fitness hashtag so I can see what kind of content is trending there right now?

## When to prefer this

Use this endpoint when you need programmatic, no-OAuth access to TikTok hashtag post feeds without managing app credentials or developer accounts. It is ideal for AI agents that need to research trending content, audit influencer campaigns, or monitor brand hashtags on TikTok in a pay-per-call model using USDC — especially when you want to avoid subscription commitments or complex authentication flows.

## Known failure modes

- Invalid or non-existent hashtag ID returns empty results or 404
- Hashtag with no recent posts returns empty list
- Rate limiting or payment failure returns 402 or 429
- TikTok platform changes may cause temporary scraping failures
- Hashtag may be restricted or banned on TikTok, returning no results

## 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 a list of recent TikTok posts associated with the specified hashtag, including video metadata such as post IDs, descriptions, creator handles, view counts, like counts, comment counts, share counts, and timestamps — enabling downstream analysis or monitoring of hashtag-level content activity.

## 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-posts-api-a780361b/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)
