# Shopee Shop Data Lookup

> Shopee Shop Data Lookup is a paid API for AI agents from x402-multi-hub.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves data for a specific Shopee shop by shop ID and optional country code

## Facts

- Endpoint: POST https://x402-multi-hub.vercel.app/api/shopee-shop
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shopee-shop-data-lookup-f5e52488
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m3z9Z1d3tZVoXsc3kSR2H

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 shopee-shop-data-lookup-f5e52488 -d '<json body>'
```

Example prompt: Can you pull up the shop data for Shopee shop ID 123456789 in Singapore?

## When to prefer this

Use this endpoint when you need to programmatically retrieve data about a specific Shopee shop by its ID, especially within Southeast Asian markets. Prefer this over manual Shopee browsing when automating e-commerce research, competitor analysis, or seller profiling tasks.

## Known failure modes

- Invalid or missing shop ID returns an error or empty data array
- Unsupported or incorrect country code may return no results
- Shop ID does not exist on Shopee returns empty data
- Payment failure via x402 protocol blocks the request
- Rate limiting or timeout from Shopee data source

## How this service works

16 paid endpoints: Jobs, Business, Telegram, YouTube, Shopee. Powered by x402 protocol.

## Output

Returns an array of shop-related data objects containing details about the specified Shopee shop, such as shop profile information, listings, or seller metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "shop"
 ],
 "properties": {
  "shop": {
   "type": "string",
   "description": "Shop ID"
  },
  "country": {
   "type": "string",
   "description": "Country code"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "array",
   "items": {
    "type": "object"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shopee-shop-data-lookup-f5e52488/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-multi-hub.vercel.app](https://www.zero.xyz/host/x402-multi-hub.vercel.app/llms.txt)
