# 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 its ID, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/tiktok/post/%7Bid%7D
- 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-6c120a05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__6PEmFHFPYvMG60puhRFr

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-6c120a05
```

Example prompt: Can you pull up all the details and engagement stats for this TikTok post — the one with ID 7384920183746253952? I want to see views, likes, comments, the description, and the author.

## When to prefer this

Use this endpoint when you need structured TikTok post data for a known post ID without setting up OAuth, a TikTok developer account, or a subscription. Ideal for AI agents that need pay-as-you-go access to TikTok metadata at $0.004 per call, especially for one-off lookups, influencer research, or content monitoring workflows.

## Known failure modes

- Invalid or non-existent post ID returns an error or empty result
- Deleted or private TikTok posts may not be accessible
- Payment failure via x402 results in a 402 response blocking data retrieval
- TikTok platform changes or anti-scraping measures may cause intermittent failures
- Rate limits may apply per USDC payment or credit balance

## 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 for the specified TikTok post, including video description, hashtags, author details, view count, like count, comment count, share count, music information, and post URL.

## Request schema (JSON Schema)

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

## More

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