# TikTok Post Lookup by ID — fetcher.sh

> TikTok Post Lookup by ID — 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-13).

Fetches detailed data for a single TikTok post by its numeric or string post ID

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/post/%7Bid%7D
- 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/tiktok-post-lookup-by-id-fetcher-sh-8de67315
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BeR3jZyRPVLocKNuWqJg0

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-lookup-by-id-fetcher-sh-8de67315
```

Example prompt: Pull all the details for TikTok post ID 7312345678901234567 — I want the view count, likes, caption, hashtags, and who posted it.

## When to prefer this

Use this endpoint when you have a specific TikTok post ID and need structured metadata about that post without setting up a TikTok developer account or OAuth flow. Ideal for one-off lookups, content auditing, influencer vetting, or enriching a dataset with TikTok post details. Pay-per-call pricing ($0.004 USDC) makes it cost-effective for low-to-medium volume use cases.

## Known failure modes

- Post ID not found or deleted — returns 404 or empty result
- Invalid or malformed post ID — returns 400 error
- Post is private or region-restricted — data may be unavailable
- Rate limiting or TikTok anti-scrape detection — may return 429 or incomplete data
- Payment failure via x402 — request blocked if USDC balance 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 structured data for the specified TikTok post including video stats (views, likes, comments, shares), caption text, hashtags, author profile info, music/sound details, post timestamp, and video URL or cover image. Response is JSON.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-post-lookup-by-id-fetcher-sh-8de67315/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)
