# KiteEndpoints.ai - Taobao/1688 Product API

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

Fetches product data, listings, or search results from Taobao or 1688 (Chinese e-commerce platforms) via a paid proxy API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/taobao-1688
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-taobao-1688-product-api-d9ebc570
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jo7xcIJQIL4VhZQ-4YD07

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

Example prompt: Search Taobao and 1688 for wholesale suppliers of silicone kitchen spatulas and pull back pricing, seller ratings, and minimum order quantities.

## When to prefer this

Choose this endpoint when you need to access product listings, pricing, or seller data specifically from Taobao or 1688 (Alibaba's B2B wholesale platform) without building a direct scraping solution. Ideal for sourcing agents, competitive pricing tools, or e-commerce arbitrage workflows targeting Chinese marketplaces.

## Known failure modes

- Invalid or non-existent product ID returns empty or error result
- Rate limiting or platform-side blocking from Taobao/1688 may cause failures
- Malformed query parameters result in generic API error
- Platform may return different data structures for Taobao vs 1688 endpoints
- Results may be in Chinese requiring downstream translation

## 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 product data from Taobao or 1688, typically including product names, prices, images, seller information, ratings, and availability details as sourced from the 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-api-d9ebc570/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
