All APIs
GETChina E-commerce
Taobao Shop Items
Enumerate all products of a given Taobao or Tmall shop, including price, 30-day sales volume and item status. Ideal for competitor monitoring and supplier catalog sync.
Price
$0.0030 /call
50 free calls to test
Latency
520 ms avg
Measured over 30 days
Uptime
99.8%
Rolling 90-day window
Endpoint
GET {BASE_URL}/taobao/shop_items
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| shop_id | string | required | Shop ID or shop URL |
| page | number | optional | Page number, default 1 |
Sample response
{
"success": true,
"data": {
"shop": {
"shop_id": "10832",
"name": "TechAudio Store"
},
"total_items": 342,
"items": [
{
"item_id": "675432198765",
"title": "Wireless Earbuds ANC Pro",
"price": 89,
"sales_30d": 3400
}
]
},
"error": null
}Try Taobao Shop Items for free
50 free calls included with every new account.