# AnyAPI TikTok Shop User Showcase

> AnyAPI TikTok Shop User Showcase 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 a TikTok Shop user's showcase data, including their featured products and storefront details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tiktok_shop.user_showcase
- 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-user-showcase-fec53615
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AdDvnJcnSLGTGWTcQ7CDD

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-user-showcase-fec53615 -d '<json body>'
```

Example prompt: Can you pull the TikTok Shop showcase for the user @beautybyella — I want to see what products she's currently featuring in her storefront?

## When to prefer this

Use this endpoint when you need to programmatically retrieve a specific TikTok Shop seller's showcase and product listings without a TikTok API key or subscription. Ideal for competitive research, influencer product tracking, or e-commerce data aggregation where you need pay-per-call access with no monthly commitment.

## Known failure modes

- User not found or does not have a TikTok Shop — returns empty or error response
- TikTok anti-scraping measures block the request — may return rate limit or access denied error
- Invalid or malformed username/ID input — returns validation error
- TikTok Shop not available in user's region — no showcase data returned
- Upstream scraping timeout — returns timeout or partial data 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

Returns a JSON object containing the TikTok Shop user's showcase data, including featured product listings, product names, prices, thumbnails, seller profile details, and other storefront metadata available on their TikTok Shop showcase page.

## Response schema (JSON Schema)

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

## More

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