Taobao / Tmall · Item APIs
Taobao/Tmall Item Detail
Fetch the complete detail of any Taobao or Tmall product by item ID. Returns title, description images, current promotion price, every SKU combination with live stock, shipping info and seller ratings. Data is fetched in real time, not from a stale cache.
$0.0020/call · 100 free 320ms avg 99.9% uptime
GEThttp://localhost:8001/v1/taobao/item_detail
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 |
|---|---|---|---|
| item_id | string | required | Taobao/Tmall numeric item ID |
| currency | string | optional | Convert prices: USD, EUR, CNY (default CNY) |
| lang | string | optional | Translate title/attributes: en, es, ko, vi |
Request example
curl "http://localhost:8001/v1/taobao/item_detail?item_id=675432198765" \
-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": {
"item_id": 859086919394,
"product_url": "https://1688.com",
"title": "跨境速卖通女式长款睡衣家居服豹纹款开衫法式浴袍长袖秋冬睡袍",
"category_id": 1037924,
"root_category_id": 312,
"currency": "CNY",
"offer_unit": "件",
"product_props": [
{
"产品类别": "睡衣"
},
{
"面料名称": "网纱"
},
{
"款式": "开衫"
}
],
"main_imgs": [
"https://alicdn.com",
"https://alicdn.com",
"https://alicdn.com"
],
"video_url": "https://taobao.com",
"detail_url": "https://tmall.com",
"sale_count": "175",
"sale_info": {
"sale_quantity_90days": 175
},
"price_info": {
"price": "25.90",
"price_min": "25.90",
"price_max": "29.89",
"origin_price_min": null,
"origin_price_max": null,
"discount_price": ""
},
"tiered_price_info": {
"begin_num": 1,
"prices": [
{
"beginAmount": "1",
"price": "29.89"
},
{
"beginAmount": "100",
"price": "27.60"
},
{
"beginAmount": "300",
"price": "25.90"
}
]
},
"mixed_batch": {
"mix_amount": 10000,
"mix_begin": 0,
"mix_num": 1000,
"shop_mix_num": 2147483647
},
"shop_info": {
"shop_name": "灌云县伊山镇春霞服装厂",
"shop_url": "https://1688.com",
"seller_login_id": "灌云县伊山镇春霞服装厂",
"seller_user_id": "2214636595930",
"seller_member_id": "b2b-22146365959302bc20"
},
"delivery_info": {
"location": "江苏省连云港市",
"location_code": "34323526",
"delivery_fee": 4,
"unit_weight": 0,
"template_id": "16519567"
},
"service_tags": [
"7天无理由退货",
"晚发必赔"
],
"sku_price_scale": "25.90-29.89",
"sku_price_scale_original": "null",
"sku_price_range": {
"begin_num": 1,
"stock": 44732,
"sku_param": [
{
"beginAmount": "1",
"price": "29.89"
},
{
"beginAmount": "100",
"price": "27.60"
},
{
"beginAmount": "300",
"price": "25.90"
}
],
"mix_param": {
"mixNum": 1000,
"mixAmount": 10000,
"shopMixNum": 2147483647,
"mixBegin": 0,
"supportMix": true
}
},
"sku_props": [
{
"pid": "0",
"prop_name": "颜色",
"values": [
{
"vid": "0",
"name": "黄色豹纹",
"imageUrl": "https://alicdn.com"
},
{
"vid": "1",
"name": "白色豹纹",
"imageUrl": "https://alicdn.com"
}
]
},
{
"pid": "1",
"prop_name": "尺码",
"values": [
{
"vid": "0",
"name": "S",
"imageUrl": ""
},
{
"vid": "1",
"name": "M",
"imageUrl": ""
}
]
}
],
"skus": [
{
"skuid": "5674557541674",
"specid": "6f5320c016c03d575ad1034b79869a28",
"sale_price": "29.89",
"origin_price": null,
"stock": 4975,
"props_ids": "0:1;1:2",
"props_names": "颜色:白色豹纹;尺码:L",
"sale_count": 0,
"package_info": {
"weight": 0.12,
"length": 0,
"width": 0,
"height": 0,
"volume": 0
}
},
{
"skuid": "5674557541667",
"specid": "bdcae134f48c5b5edfdffb3e79612418",
"sale_price": "29.89",
"origin_price": null,
"stock": 4996,
"props_ids": "0:2;1:0",
"props_names": "颜色:肤色豹纹;尺码:S",
"sale_count": 0,
"package_info": {
"weight": 0.12,
"length": 0,
"width": 0,
"height": 0,
"volume": 0
}
}
],
"is_sold_out": false,
"stock": 44732,
"promotions": []
},
"error": null
}Try Taobao/Tmall Item Detail with Orlabia Tech
100 free calls included with every new account.