# AnyAPI TikTok Shop Product Lookup

> AnyAPI TikTok Shop Product Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Scrapes and returns product data from TikTok Shop given a product identifier, paid per-request with no subscription required.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok_shop.product
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-shop-product-lookup-8e76edf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X1tHGD9o42NMHA-6QB7qJ

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 anyapi-tiktok-shop-product-lookup-8e76edf8 -d '<json body>'
```

Example prompt: Pull all the product details for this TikTok Shop listing — title, price, seller info, ratings, and images — for product ID 1729384756123456789.

## When to prefer this

Choose this endpoint when you need to programmatically retrieve product data from TikTok Shop without a subscription, paying only $0.002 per call. Ideal for price monitoring, competitive research, product catalog enrichment, or any agent workflow that needs TikTok Shop listing data on demand.

## Known failure modes

- Product ID not found or invalid — returns error JSON
- TikTok Shop page unavailable or geo-restricted — scrape fails
- Rate limit or upstream block — API returns error
- Malformed product URL or ID — validation error
- Product has been removed from TikTok Shop — 404-style error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing structured TikTok Shop product data including title, pricing, description, images, seller details, ratings, and other listing metadata scraped from the TikTok Shop platform.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-shop-product-lookup-8e76edf8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
