# fetcher.sh TikTok Post Data API

> fetcher.sh TikTok Post Data 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 metadata and details for a specific TikTok post by URL or ID, paid per call in USDC via x402

## Facts

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

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-data-api-1743974a
```

Example prompt: Pull the stats for this TikTok video — https://www.tiktok.com/@charlidamelio/video/7123456789 — I want the view count, likes, comments, shares, and the caption.

## When to prefer this

Choose this endpoint when you need structured data from a specific TikTok post without setting up OAuth or a TikTok developer account. Ideal for AI agents that need to programmatically retrieve TikTok post metrics on demand, pay per call in USDC, and avoid subscription overhead. Prefer this over browser automation or manual scraping for reliable, low-latency structured output.

## Known failure modes

- Post URL or ID not found or deleted — returns 404 or empty result
- Private or restricted TikTok account — data may be unavailable
- Rate limiting or TikTok anti-scraping measures causing transient failures
- Invalid URL format passed as input — returns validation error
- Insufficient USDC balance or failed x402 payment — request rejected

## 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 structured data about the TikTok post including view count, like count, comment count, share count, video caption, hashtags, author username and profile info, video duration, music/audio details, and posting timestamp.

## 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-data-api-1743974a/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)
