# TikTok Post Fetcher API (fetcher.sh)

> TikTok Post Fetcher 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-14).

Fetches TikTok post data by searching or resolving specific posts, returning structured post metadata without requiring a TikTok account or OAuth.

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/post
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tiktok-post-fetcher-api-fetcher-sh-75807d79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6EsvVOiVRL12MYGoYllB0

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-fetcher-api-fetcher-sh-75807d79
```

Example prompt: Can you pull the details for this TikTok post — views, likes, caption, and author info — without me needing to log in anywhere?

## When to prefer this

Choose this endpoint when you need TikTok post data without setting up a TikTok developer account, OAuth credentials, or subscriptions. It is ideal for one-off or low-volume lookups billed per call in USDC, making it suitable for agents that need ad-hoc TikTok data access with crypto micropayments.

## Known failure modes

- Post not found or deleted — returns 404 or empty result
- TikTok rate limiting or anti-scraping blocks — may return error or empty data
- Invalid post ID or malformed query — returns validation error
- Payment failure via x402 — request blocked with 402 response
- Geo-restricted content may not be accessible

## 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 structured JSON with TikTok post metadata including video ID, caption, author details, view count, like count, share count, comment count, music info, hashtags, and post URL — no TikTok account or OAuth required.

## 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-fetcher-api-fetcher-sh-75807d79/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)
