# StableSocial TikTok Product Details

> StableSocial TikTok Product Details 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).

Fetches product listing details from a TikTok product URL, optionally via a region-specific proxy

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/product
- 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-product-details-7efa7ecd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5GkMNRCjff5V693WNFCLZ

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-product-details-7efa7ecd -d '<json body>'
```

Example prompt: Can you pull the product details from this TikTok Shop listing — https://www.tiktok.com/product/12345 — and get the info as it would appear to a US shopper?

## When to prefer this

Use this endpoint when you need to extract structured product data from a specific TikTok Shop product URL, especially when region-specific pricing or availability matters. Prefer this over manual scraping or browser automation when you need a pay-per-request, no-subscription solution for TikTok product lookups.

## Known failure modes

- Invalid or expired TikTok product URL returns an error
- Unsupported or incorrect region code causes proxy failure
- Product not available in the specified region returns empty or restricted data
- TikTok rate limiting or anti-scraping measures may cause intermittent failures
- Missing required 'url' field returns a validation error

## 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 structured product data from the specified TikTok product listing, including details such as product title, price, description, images, and other metadata available on the TikTok Shop product page, as seen from the specified region.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the product to get details for."
  },
  "region": {
   "type": "string",
   "description": "Region the proxy will be set to so you can access products from that country. Use 2 letter country codes like US, GB, FR, etc. For England, don't use UK, use GB"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-tiktok-product-details-7efa7ecd/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)
