# fetcher.sh TikTok Post Search

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

Search TikTok for posts matching a keyword or query, returning post metadata and content data

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/post/search
- 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/fetcher-sh-tiktok-post-search-a99d6ad7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_goFg0ki9yL4G2pQ8hp7J7

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-post-search-a99d6ad7
```

Example prompt: Search TikTok for posts about 'matcha latte recipes' and show me the top results with view counts and creator handles.

## When to prefer this

Use this endpoint when you need to search TikTok for posts by keyword, hashtag, or topic without managing TikTok OAuth credentials or accounts. It is ideal for AI agents that need programmatic, per-call access to TikTok search results paid in USDC, particularly for social listening, influencer discovery, content research, or brand monitoring workflows where no persistent subscription is desired.

## Known failure modes

- No results returned for obscure or misspelled queries
- TikTok anti-scraping measures may cause intermittent failures or empty results
- Payment failure if USDC balance is insufficient
- Rate limiting if too many requests are made in quick succession
- Query returning stale cached data rather than real-time 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

A list of TikTok posts matching the search query, including video metadata such as post captions, view/like/comment/share counts, creator username and profile info, video URLs, post timestamps, and hashtags used.

## 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/fetcher-sh-tiktok-post-search-a99d6ad7/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)
