# GEDX402 Social – TikTok Shop Products Lookup

> GEDX402 Social – TikTok Shop Products Lookup 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 listings from a TikTok Shop via SociaVault's social data proxy, paginated by cursor and region.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok-shop/products
- 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-products-lookup-b8fd58d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7bkHSkzDNOkf-k4iGOYZZ

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-products-lookup-b8fd58d7
```

Example prompt: Can you pull the product listings from this TikTok Shop — https://www.tiktok.com/@exampleshop — for the US region and start from the beginning of the catalog?

## When to prefer this

Use this endpoint when you need to programmatically retrieve product listings from a specific TikTok Shop, especially when you need regional filtering or paginated access to large catalogs. Prefer this over general web scraping when structured product data from TikTok Shop is required.

## Known failure modes

- Invalid or inaccessible TikTok Shop URL returns empty data or error
- Unsupported region code results in no products returned
- Invalid cursor token causes pagination error
- Payment failure (x402) prevents response from being returned
- Rate limiting or upstream TikTok API unavailability causes failure
- Shop with no products returns empty data array

## How this service works

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

## Output

Returns a JSON object with a 'data' field containing TikTok Shop product listings and a 'success' boolean, sourced via the SociaVault proxy. May include pagination cursor for subsequent pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  },
  "region": {
   "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-products-lookup-b8fd58d7/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)
