# StableSocial TikTok Shop Product Reviews Scraper

> StableSocial TikTok Shop Product Reviews Scraper 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).

Scrapes and returns paginated customer reviews for a TikTok Shop product by URL or product ID, filtered by region

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/tiktok/shop/product/reviews
- 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-shop-product-reviews-scraper-2a8d4b60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JW3YdtzJIUzMwrTyH-OLp

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-shop-product-reviews-scraper-2a8d4b60 -d '<json body>'
```

Example prompt: Pull the first page of customer reviews for this TikTok Shop product — https://www.tiktok.com/view/product/12345678 — in the US region so I can see what buyers are saying about it.

## When to prefer this

Use this endpoint when you need structured customer review data from TikTok Shop product listings and don't have access to TikTok's official API. Ideal for competitive research, sentiment analysis, influencer vetting, or building review datasets at pay-per-call pricing without subscription commitments. Prefer this over manual scraping when you need reliable, structured output with region and pagination control.

## Known failure modes

- Invalid or expired product URL returns an error or empty result
- Missing required region parameter may return incorrect or no results
- Product ID not found in the specified region returns empty review list
- Pagination beyond available pages returns empty results
- Rate limiting or scraping blocks from TikTok may cause failures
- Malformed URL input causes request rejection

## How this service works

Scrape Creators · TikTok — Product Reviews

## Output

Returns a paginated list of customer reviews for the specified TikTok Shop product, including review text, star ratings, reviewer details, and associated metadata. Results are scoped to the specified region and page number.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "The URL of the product (required if product_id is not provided)"
  },
  "page": {
   "type": "number",
   "description": "The page number of the reviews"
  },
  "region": {
   "type": "string",
   "description": "The region of the product. This is *very* important."
  },
  "product_id": {
   "type": "string",
   "description": "The ID of the product (required if url is not provided)"
  }
 }
}
```

## More

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