# GEDX402 Social – TikTok Shop Product Details

> GEDX402 Social – TikTok Shop Product Details 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-15).

Fetches product details from TikTok Shop for a given product URL, optionally including related videos, via a pay-per-call x402 proxy.

## Facts

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

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-details-e227b175
```

Example prompt: Can you pull the product details from this TikTok Shop listing — https://www.tiktok.com/view/product/123456789 — for the US region, and also grab any related videos for it?

## When to prefer this

Use this endpoint when you need structured product data from TikTok Shop listings, especially when you want optional related video context. Prefer this over generic web scrapers when TikTok Shop-specific data extraction and the x402 pay-per-call model fits your use case.

## Known failure modes

- Invalid or expired TikTok Shop URL returns empty data object with success:false
- Unsupported region may return no results or partial data
- Payment failure (x402) prevents the request from being processed
- Rate limiting or TikTok-side blocking returns an error response
- Malformed URL parameter causes a 400-level error

## How this service works

SociaVault social data ingest — profile, posts, transcript, and full API proxy. One x402 payment per outcome.

## Output

A JSON object containing the product details data for the requested TikTok Shop item (price, description, images, seller info, etc.), a success boolean, and the provider name. If get_related_videos is enabled, related video data is also included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "region": {
   "type": "string"
  },
  "get_related_videos": {
   "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-details-e227b175/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)
