# fetcher.sh TikTok User Posts API

> fetcher.sh TikTok User Posts 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).

Retrieves a list of recent posts (videos) published by a specific TikTok user, identified by their user ID.

## Facts

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

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-user-posts-api-240d1d71
```

Example prompt: Can you pull the recent TikTok posts for the user with ID 6784563946174840000 — I want to see what they've been uploading lately?

## When to prefer this

Choose this endpoint when you need programmatic, no-account access to a TikTok user's post history without OAuth or a TikTok developer account. It is ideal for AI agents needing per-call, micropayment-based scraping of TikTok content for influencer research, social monitoring, or content analysis workflows.

## Known failure modes

- Invalid or non-existent TikTok user ID returns an error or empty result
- TikTok rate limits or blocks may cause intermittent failures
- Private or deleted accounts may return no posts
- Payment failure (insufficient USDC balance) results in HTTP 402
- User ID format mismatch causes a bad request error

## 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 a list of recent TikTok posts for the specified user, including video metadata such as post IDs, captions, timestamps, engagement metrics (likes, comments, shares), video URLs, and thumbnail data.

## 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-user-posts-api-240d1d71/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)
