# KiteEndpoints.ai - Taobao/1688 Product Search API

> KiteEndpoints.ai - Taobao/1688 Product Search API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-16).

Searches Taobao and 1688 Chinese e-commerce platforms for product listings, prices, and details

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/taobao-1688
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-taobao-1688-product-search-api-7eba6734
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ljVX3cRdYmwxvGqZQfULo

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-taobao-1688-product-search-api-7eba6734 -d '<json body>'
```

Example prompt: Search Taobao and 1688 for wireless earbuds under 50 yuan and show me the top listings with prices, seller ratings, and product images.

## When to prefer this

Use this endpoint when you need to search or retrieve product data specifically from Taobao or 1688 Chinese e-commerce platforms, particularly for wholesale sourcing, price research, or product discovery on Chinese marketplaces. Prefer this over generic e-commerce search APIs when your target market is China or you need Chinese supplier/wholesale data.

## Known failure modes

- Invalid or empty search query returns empty results
- Chinese marketplace may block scraping requests causing timeouts
- Product not found returns empty data array
- Rate limiting or upstream API errors return generic error response
- Non-Chinese language queries may yield poor or no results

## 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 structured object containing product search results from Taobao or 1688, including product titles, prices, images, seller information, and product URLs for matching listings.

## 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-taobao-1688-product-search-api-7eba6734/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
