# GEDX402 Social – TikTok Shop Product Reviews

> GEDX402 Social – TikTok Shop Product Reviews is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches paginated product reviews from TikTok Shop for a given product via the SociaVault proxy, billed per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok-shop/product-reviews
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-tiktok-shop-product-reviews-87ee0f58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KABw-CTtHBAysKyHyzdeY

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 gedx402-social-tiktok-shop-product-reviews-87ee0f58
```

Example prompt: Can you pull me the first page of customer reviews for TikTok Shop product ID '7312849302948' so I can see what buyers are saying about it?

## When to prefer this

Use this endpoint when you need structured product review data from TikTok Shop and want a pay-per-call x402 model without managing a separate social data API subscription. Prefer this over manual scraping or generic social APIs when the target is specifically TikTok Shop product reviews.

## Known failure modes

- Invalid or missing product_id returns empty data or error
- Invalid TikTok Shop URL returns failure response
- Page number out of range returns empty results
- x402 payment failure blocks the request
- TikTok Shop product delisted or private returns no data
- Rate limiting or upstream SociaVault outage returns error

## How this service works

SociaVault API proxy — tiktok-shop-product-reviews. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object with a `data` field containing the product review records for the requested TikTok Shop product and page, along with a `success` boolean and `provider` field indicating SociaVault as the data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "page": {
   "type": "integer"
  },
  "product_id": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-tiktok-shop-product-reviews-87ee0f58/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
