# TikTok User Posts Fetcher — fetcher.sh

> TikTok User Posts Fetcher — 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).

Retrieves a list of posts/videos published by a specific TikTok user, identified by their user ID

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/user/%7Bid%7D/posts
- 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-user-posts-fetcher-fetcher-sh-d3560d37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-_gA7lWWUiOEAlWF_JdiY

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-user-posts-fetcher-fetcher-sh-d3560d37
```

Example prompt: Pull all the recent posts from TikTok user ID 6784563946428890118 — I want to see their video list and metadata.

## When to prefer this

Use this endpoint when you need to programmatically retrieve the post history or content feed of a known TikTok user by their numeric ID, without needing a TikTok developer account, OAuth tokens, or a subscription. Ideal for one-off lookups, agent workflows, or lightweight social listening where pay-per-call pricing in USDC (via x402) is preferred over recurring API subscriptions.

## Known failure modes

- Invalid or non-existent user ID returns an error or empty result
- User account is private, suspended, or deleted — no posts returned
- TikTok rate limiting or platform-side blocks may cause intermittent failures
- Stale or outdated data if TikTok changes its underlying structure
- Network timeout on large accounts with many posts

## 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 a structured list of posts/videos associated with the given TikTok user ID, including video metadata such as titles, timestamps, view/like/comment counts, video URLs, and other post-level attributes available from TikTok's platform.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tiktok-user-posts-fetcher-fetcher-sh-d3560d37/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)
