# TikTok Post Search API (fetcher.sh)

> TikTok Post Search API (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-16).

Searches TikTok posts by keyword or query string and returns matching post data, no TikTok account or OAuth required.

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/post/search
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-post-search-api-fetcher-sh-46909bf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RpL-4SIvNmpH_KWOrPHiv

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-post-search-api-fetcher-sh-46909bf5
```

Example prompt: Search TikTok for posts about 'sustainable fashion' and show me the top results including video links, like counts, and who posted them.

## When to prefer this

Use this endpoint when you need to search TikTok content without setting up a TikTok developer account or OAuth flow — ideal for agents doing brand monitoring, content research, or influencer discovery that require keyword-based post search at low per-call cost with crypto micropayment support.

## Known failure modes

- No results returned for obscure or newly trending queries
- TikTok anti-scraping blocks may cause intermittent failures or empty responses
- Rate limiting if too many calls are made in quick succession
- Query terms with special characters may need URL encoding
- Payment failure if USDC balance is insufficient

## 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 matching the search query, typically including video IDs, post URLs, captions, author handles, engagement metrics (likes, views, comments), and creation timestamps.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-post-search-api-fetcher-sh-46909bf5/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)
