# GEDX402 Social – TikTok Shop Product Search

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

Searches TikTok Shop product listings by keyword and region via SociaVault, returning paginated results with one x402 micropayment per call.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/tiktok-shop/search
- 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-search-cba43d4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jUJGBfqfbmlqtUord4wsx

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-search-cba43d4a
```

Example prompt: Search TikTok Shop for 'wireless earbuds' in the US and show me the first page of results.

## When to prefer this

Use this endpoint when you need to programmatically search TikTok Shop product listings by keyword and region, especially in pay-per-use agent workflows where x402 micropayments are supported. Prefer this over scraping or manual browsing when structured product data from TikTok Shop is needed at scale.

## Known failure modes

- Payment not completed — 402 response returned before data is delivered
- Invalid or unsupported region code — empty results or error in data field
- Query string too broad or empty — may return generic or no results
- Page number out of range — empty data array returned
- Rate limiting or upstream TikTok Shop API unavailability — non-success response

## How this service works

SociaVault API proxy — tiktok-shop-search. 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 'success' boolean and a 'data' field containing TikTok Shop product search results matching the query, filtered by region, for the requested page. Provider is identified as 'sociavault'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "integer"
  },
  "query": {
   "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-product-search-cba43d4a/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)
