# TikTok Location Posts API — fetcher.sh

> TikTok Location Posts API — 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 TikTok posts associated with a specific location ID, paid per-call in USDC via x402

## Facts

- Endpoint: GET https://tiktok.fetcher.sh/api/location/%7BlocationId%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-location-posts-api-fetcher-sh-abaa59ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FAL6ug7B4bG1a2RdoRcvg

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-location-posts-api-fetcher-sh-abaa59ef
```

Example prompt: Pull the TikTok posts tagged at location ID 6891736 for me — I want to see what videos people are posting from that place.

## When to prefer this

Choose this endpoint when you need location-tagged TikTok posts without managing a TikTok developer account or OAuth flow. It's ideal for agents that need pay-per-call access to TikTok location feeds at low cost ($0.004/call), support crypto payment (USDC on Base, Polygon, Arbitrum, Monad, or Solana), and want a simple REST interface without subscriptions.

## Known failure modes

- Invalid or non-existent locationId returns empty results or 404
- TikTok blocks or rate-limits the scraper, causing 429 or 503 errors
- Location has no public posts, returning an empty array
- Payment failure via x402 if insufficient USDC balance
- Location ID format mismatch causes schema validation errors

## 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 list of TikTok posts associated with the specified locationId, including video metadata such as post IDs, descriptions, play counts, like counts, share counts, author info, and video URLs for content tagged at that location.

## Request schema (JSON Schema)

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

## More

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