All APIs
GETChina E-commerce
Taobao Keyword Search
Search the Taobao marketplace by keyword. Supports sorting by sales, price and credit, price-range filters and pagination — the same result set a buyer sees in the app, as structured JSON.
Price
$0.0030 /call
100 free calls to test
Latency
450 ms avg
Measured over 30 days
Uptime
99.9%
Rolling 90-day window
Endpoint
GET {BASE_URL}/taobao/search
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search keyword (Chinese or English) |
| page | number | optional | Page number, default 1 |
| sort | string | optional | default | sales | price_asc | price_desc |
| price_min | number | optional | Minimum price filter (CNY) |
| price_max | number | optional | Maximum price filter (CNY) |
Sample response
{
"success": true,
"data": {
"total": 48210,
"page": 1,
"items": [
{
"item_id": "675432198765",
"title": "Wireless Earbuds ANC Pro",
"price": 89,
"sales": 12000,
"shop": "TechAudio Store"
}
]
},
"error": null
}Try Taobao Keyword Search for free
100 free calls included with every new account.