# TikTok Hashtag Posts Fetcher (fetcher.sh)

> TikTok Hashtag Posts Fetcher (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 a list of TikTok posts associated with a given hashtag ID, returning post metadata and content.

## Facts

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

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-posts-fetcher-fetcher-sh-46e01817
```

Example prompt: Can you pull the latest TikTok posts for the hashtag ID 1234567890 — I want to see what videos are trending under it?

## When to prefer this

Choose this endpoint when you need TikTok hashtag post data without setting up a TikTok developer account or OAuth flow. Ideal for one-off scraping tasks, agent workflows, or lightweight integrations where pay-per-call pricing is preferable to a subscription. Best when you already have a hashtag ID and want raw post data quickly.

## Known failure modes

- Invalid or non-existent hashtag ID returns empty results or 404
- Rate limiting or TikTok anti-scraping measures may cause transient failures
- Payment not received (402) if USDC balance is insufficient
- Hashtag with no posts returns an empty list
- TikTok platform changes may cause scraping breakage

## 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 a list of TikTok post objects associated with the specified hashtag ID, typically including video URLs, author handles, like/comment/share counts, captions, and timestamps.

## 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-posts-fetcher-fetcher-sh-46e01817/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)
