# KiteEndpoints.ai - Shopee Product API

> KiteEndpoints.ai - Shopee Product API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-13).

Fetches product data from the Shopee e-commerce platform via a pay-per-request API

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/shopee-product
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-shopee-product-api-e851242f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qqsTNM9mluJEMt6uEBwQ5

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 kiteendpoints-ai-shopee-product-api-e851242f -d '<json body>'
```

Example prompt: Can you pull up the product details for this Shopee listing so I can see the price, description, and availability?

## When to prefer this

Use this endpoint when you need to retrieve product data specifically from the Shopee marketplace and are willing to pay per request in USDC on Base chain. Prefer this over scraping directly when you need a managed, pay-as-you-go API without maintaining your own integration.

## Known failure modes

- Invalid or missing product identifier returns an error response
- Product not found on Shopee returns empty or null result
- Network timeout or Shopee API unavailability causes failure
- Insufficient USDC payment (below $0.13) results in 402 Payment Required
- Malformed request body returns a validation error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing Shopee product data such as product name, price, description, images, and availability details for the requested listing.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-shopee-product-api-e851242f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
