# AnyAPI TikTok Shop Products

> AnyAPI TikTok Shop Products 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-16).

Scrapes and returns product listings from a TikTok Shop storefront or search query

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok_shop.shop_products
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tiktok-shop-products-4bc7a30c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n2VMiiO00rE0qPFXz-8KA

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-products-4bc7a30c -d '<json body>'
```

Example prompt: Can you pull the product listings from this TikTok Shop — I want to see what items they're selling and their prices?

## When to prefer this

Use this endpoint when you need to programmatically retrieve product listings from a TikTok Shop storefront without a monthly subscription — ideal for price monitoring, competitive research, or catalog aggregation paid per-request at $0.002 USDC.

## Known failure modes

- Invalid or non-existent TikTok Shop ID returns an error or empty result
- Private or restricted TikTok Shops may return no data
- TikTok anti-scraping measures may cause intermittent failures or incomplete results
- Malformed input (wrong shop handle format) returns a validation error
- Rate limiting or downstream blocking may cause timeouts

## 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 product listings from the specified TikTok Shop, including product names, prices, IDs, images, and descriptions.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tiktok-shop-products-4bc7a30c/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)
