Taobao / Tmall · Shop APIs
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.
$0.0030/call · 50 free 520ms avg 99.8% uptime
GEThttp://localhost:8001/v1/taobao/shop_items
Go to Dashboard → API Keys to get your API key. Send it on every request as Authorization: Bearer <key> — see the examples below.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| shop_id | string | required | Shop ID or shop URL |
| page | number | optional | Page number, default 1 |
Request example
curl "http://localhost:8001/v1/taobao/shop_items?shop_id=10832" \
-H "Authorization: Bearer YOUR_API_KEY"Response example
Switch tabs to see the error envelope for each status code. Non-200 responses are never charged.
{
"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 with Orlabia Tech
50 free calls included with every new account.