# StableSocial TikTok User Showcase

> StableSocial TikTok User Showcase is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Retrieves a TikTok user's showcase (featured/pinned products) with pagination support, using a specified proxy region.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/user/showcase
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-tiktok-user-showcase-5c7957ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PuS98Zcol22SbtL4c0Hzi

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 stablesocial-tiktok-user-showcase-5c7957ea -d '<json body>'
```

Example prompt: Can you pull the showcase products listed on TikTok user @charlidamelio's profile using a US proxy? Start from the beginning — no cursor needed.

## When to prefer this

Use this endpoint when you need to programmatically extract a TikTok creator's pinned showcase products without managing authentication, cookies, or subscriptions. It is ideal for competitive intelligence, influencer product research, or e-commerce monitoring workflows that require pay-per-call access with no long-term commitment.

## Known failure modes

- Invalid or non-existent TikTok handle returns empty or error response
- Expired or invalid cursor causes pagination failure
- Unsupported region value results in proxy error
- Rate limiting or blocked proxy returns empty data
- TikTok account with no showcase returns empty product list

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a paginated list of showcase/featured products from a TikTok user's profile, including product details and a cursor for fetching subsequent pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "The cursor to the next page of products"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "The handle of the user"
  },
  "region": {
   "type": "string",
   "description": "Region to put the proxy in"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-user-showcase-5c7957ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
