# KiteEndpoints.ai - Taobao/1688 Product Data API

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

Fetches product data, listings, or search results from Taobao and 1688 Chinese e-commerce platforms

## Facts

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

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-data-api-e5e39093 -d '<json body>'
```

Example prompt: Search Taobao and 1688 for wholesale suppliers of silicone phone cases and return the product listings with prices and seller details.

## When to prefer this

Use this endpoint when you need to retrieve product listings, prices, or seller information from Chinese e-commerce platforms Taobao or 1688, particularly for sourcing wholesale goods or comparing Chinese market prices. Prefer over manual scraping or other generic product search APIs when specifically targeting Alibaba's domestic Chinese marketplaces.

## Known failure modes

- Invalid or missing product ID returns empty result
- Keyword with no matches returns empty data
- Platform rate limiting causing timeout
- Taobao/1688 regional restrictions causing lookup failure
- Malformed query returns generic error response

## 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 product data from Taobao or 1688, potentially including product titles, prices, images, seller information, stock levels, and listing details from Chinese e-commerce platforms.

## 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-data-api-e5e39093/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)
