更新时间:2021/7/1
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/taobao/list?api_token={}&c_type={}&keyword={}&page={}&page_size={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、keyword:需要查询商品列表的关键字 (关键词最长20个字符)
4、page:页码数 (页码最多100页)
5、page_size:每页商品数量 (每页最多50条)
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
remain | Number | 1000 | 当天剩余次数 |
use | Number | 2 | 当天使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | String | 9878 | 搜索数量 |
list | List | [] | 搜索结果列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 637860923312 | 商品id |
title | String | 【至高优惠200元】 Redmi K40骁龙870智能120Hz屏幕游戏电竞拍照5g手机小米官方旗舰店官网红米k40xiaomi | 商品标题 |
url | String | https://detail.tmall.com/item.htm?id=637860923312 | 商品详情url |
sellerId | Number | 1714128138 | 店铺id |
shopName | String | 小米官方旗舰店 | 店铺名称 |
sellerNick | String | 小米官方旗舰店 | 卖家名称 |
pic | String | https://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01sdYdst29zFs5aV2SF_!!2-item_pic.png | 商品图片url |
images | List | ["https://img.alicdn.com/i1/1714128138/O1CN01URORea29zFs88WN4b_!!1714128138.png",] | 商品图片列表 |
volume | Number | 999 | 销量 |
price | String | 1999.00-2499.00 | 价格区间 |
originalPrice | String | 2499.01 | 原价 |
reservePrice | String | 2499.01 | 最低价格 |
mobilePrice | String | 1999.01 | 移动端价格 |
categoryId | String | 1512 | 分类id |
categoryName | String | 手机 | 分类名称 |
firstCategoryId | String | 1512 | 一级分类id |
firstCategoryName | String | 手机 | 一级分类名称 |
location | String | 北京 | 市 |
GET https://api.ouotool.com/api/ebp/taobao/list?api_token=api_token&c_type=1&keyword=小米
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/taobao/detail?api_token=api_token&c_type=1&iid=641414508338'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"total": "653640",
"list": [
{
"iid": "637860923312",
"title": "【至高优惠200元】 Redmi K40骁龙870智能120Hz屏幕游戏电竞拍照5g手机小米官方旗舰店官网红米k40xiaomi",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01sdYdst29zFs5aV2SF_!!2-item_pic.png",
"images": [
"https://img.alicdn.com/i1/1714128138/O1CN01URORea29zFs88WN4b_!!1714128138.png",
"https://img.alicdn.com/i4/1714128138/O1CN01oqqk8229zFqTLeYO8_!!1714128138.jpg",
"https://img.alicdn.com/i4/1714128138/O1CN01b2okht29zFqN5BK74_!!1714128138.jpg",
"https://img.alicdn.com/i2/1714128138/O1CN01fsT3Pa29zFqKpT1xg_!!1714128138.jpg"
],
"volume": 60565,
"price": "1999.00-2499.00",
"originalPrice": "2499.01",
"reservePrice": "2499.01",
"mobilePrice": "1999",
"categoryId": "1512",
"categoryName": "手机",
"firstCategoryId": "1512",
"firstCategoryName": "手机",
"url": "https://detail.tmall.com/item.htm?id=637860923312",
"location": "北京"
},
{
"iid": "631432444680",
"title": "【购机省100元】Redmi Note 9 4G 6000mAh大电量智能拍照手机小米官方旗舰店官网正品红米note9",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i4/1714128138/O1CN011XOMv929zFsDWI5dg_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i4/1714128138/O1CN01sHttkU29zFsF32ZHg_!!1714128138.jpg",
"https://img.alicdn.com/i1/1714128138/O1CN01u38XJy29zFp1ruun0_!!0-item_pic.jpg",
"https://img.alicdn.com/i4/1714128138/O1CN0182VeRc29zFp75cu9I_!!1714128138.jpg",
"https://img.alicdn.com/i1/1714128138/O1CN01S75SVm29zFp6O7NCk_!!1714128138.jpg"
],
"volume": 3,
"price": "899-1499",
"originalPrice": "999.01",
"reservePrice": "999.01",
"mobilePrice": "999",
"categoryId": "1512",
"categoryName": "手机",
"firstCategoryId": "1512",
"firstCategoryName": "手机",
"url": "https://detail.tmall.com/item.htm?id=631432444680",
"location": "北京"
},
{
"iid": "44506343547",
"title": "包邮 小米米家插座usb多功能插排多孔插接线板家用安全电源官方",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i3/1714128138/O1CN01u2kw7g29zFrAUldyc_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i4/1714128138/O1CN01kvo6dg29zFoAWbSBA_!!1714128138.jpg",
"https://img.alicdn.com/i2/1714128138/O1CN01tdjEpk29zFoFfYORI_!!1714128138.jpg",
"https://img.alicdn.com/i2/1714128138/O1CN01CFW6zA29zFoECwmTX_!!1714128138.jpg",
"https://img.alicdn.com/i1/1714128138/O1CN01vj5ygZ29zFoAaycCn_!!1714128138.jpg"
],
"volume": 2,
"price": "49-89",
"originalPrice": "49",
"reservePrice": "49",
"mobilePrice": "49",
"categoryId": "350615",
"categoryName": "接线板",
"firstCategoryId": "50020579",
"firstCategoryName": "电子/电工",
"url": "https://detail.tmall.com/item.htm?id=44506343547",
"location": "北京"
},
{
"iid": "557051660615",
"title": "小米米家声波电动牙刷刷头3支装通用型智能替换头成人软毛小刷头适用T300/T500",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN01XtSMOK29zFrGZ8tbS_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i2/1714128138/O1CN01waeEmN29zFrKFfgzc_!!1714128138.jpg",
"https://img.alicdn.com/i1/1714128138/O1CN01D3I5zp29zFnRwhugk_!!1714128138.jpg",
"https://img.alicdn.com/i2/1714128138/O1CN01BeTtUg29zFnVTutDz_!!1714128138.jpg",
"https://img.alicdn.com/i4/1714128138/O1CN01PGqaRd29zFnUpyy41_!!1714128138.jpg"
],
"volume": 21199,
"price": "29.00",
"originalPrice": "29",
"reservePrice": "29",
"mobilePrice": "29",
"categoryId": "124130011",
"categoryName": "智能健康",
"firstCategoryId": "124242008",
"firstCategoryName": "智能设备",
"url": "https://detail.tmall.com/item.htm?id=557051660615",
"location": "北京"
},
{
"iid": "593348586322",
"title": "MIJIA/米家小米米家自动洗手机感应皂液器专用泡沫洗手液三瓶装",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i3/1714128138/O1CN01XxtTSi29zFrHqKJ7c_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/1714128138/O1CN0123Cutg29zFr6c2Fiq_!!1714128138.jpg",
"https://img.alicdn.com/i1/1714128138/O1CN01LPL4rG29zFmYboIPY_!!1714128138.jpg",
"https://img.alicdn.com/i3/1714128138/O1CN01zA7r4129zFmeGjLVY_!!1714128138.jpg",
"https://img.alicdn.com/i3/1714128138/O1CN01aynuy729zFmdJFv0J_!!1714128138.jpg"
],
"volume": "18709",
"price": "39.9",
"originalPrice": "39.9",
"reservePrice": "39.9",
"mobilePrice": "39.9",
"categoryId": "127494005",
"categoryName": "洗护/清洁泡沫机/洗手机",
"firstCategoryId": "50002768",
"firstCategoryName": "个人护理/保健/按摩器材",
"url": "https://detail.tmall.com/item.htm?id=593348586322",
"location": "北京"
},
{
"iid": "628569478540",
"title": "黄小米粥小黄米新米5斤山西特产2020年新小米五谷杂粮农家食用",
"sellerId": "2201205363255",
"sellerNick": "晨亿旗舰店",
"shopName": "晨亿旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/2201205363255/O1CN01kpdZGs1ZupsssIrnX_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/2201205363255/O1CN01Wb5lZE1ZuppJAT6xG_!!2201205363255.jpg",
"https://img.alicdn.com/i3/2201205363255/O1CN01Fkt4Sj1Zupq9DHn61_!!2201205363255.jpg",
"https://img.alicdn.com/i2/2201205363255/O1CN01oYY2dr1ZupmgccMqm_!!2201205363255.jpg",
"https://img.alicdn.com/i4/2201205363255/O1CN01T3nNzv1Zupor8ggVv_!!2201205363255.jpg"
],
"volume": "18126",
"price": "25.8",
"originalPrice": "39.8",
"reservePrice": "39.8",
"mobilePrice": "25.8",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=628569478540",
"location": "山西 晋中"
},
{
"iid": "611923315390",
"title": "陕北米脂黄小米粥小黄米婴儿新米香糯粘稠官方旗舰店杂粮食500g",
"sellerId": "2207361234930",
"sellerNick": "米脂小米旗舰店",
"shopName": "米脂小米旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i3/2207361234930/O1CN01F566el1mHzI2jruQ9_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i3/2207361234930/O1CN01x5Juf31mHzGDxXAEG_!!2207361234930.jpg",
"https://img.alicdn.com/i1/2207361234930/O1CN014BqLKy1mHzGBMq0hQ_!!2207361234930.jpg",
"https://img.alicdn.com/i1/2207361234930/O1CN01lRwvjo1mHzGGGOgzo_!!2207361234930.jpg",
"https://img.alicdn.com/i3/2207361234930/O1CN01WajCcB1mHzGDlyqNs_!!2207361234930.jpg"
],
"volume": "14335",
"price": "9.9",
"originalPrice": "58",
"reservePrice": "58",
"mobilePrice": "9.9",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=611923315390",
"location": "陕西 榆林"
},
{
"iid": "613570275679",
"title": "智能手环6代运动手表情侣计步器闹钟测心率血压男女学生电话提醒防水多功能黑科技适用小米5苹果oppo华为手机",
"sellerId": "826789203",
"sellerNick": "金星兴数码专营店",
"shopName": "金星兴数码专营店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/826789203/O1CN01MM0v0N2Hr1g3umxbs_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i2/826789203/O1CN01jnHpy42Hr1g1qB8O9_!!826789203.jpg",
"https://img.alicdn.com/i1/826789203/O1CN01JZXJoz2Hr1gBfeVDP_!!826789203.jpg",
"https://img.alicdn.com/i2/826789203/O1CN01GuDiOI2Hr1g5rRLWL_!!826789203.jpg",
"https://img.alicdn.com/i2/826789203/O1CN01kQbhki2Hr1g7PqwKX_!!826789203.jpg"
],
"volume": 16056,
"price": "29.80",
"originalPrice": "129",
"reservePrice": "129",
"mobilePrice": "29.8",
"categoryId": "120878006",
"categoryName": "智能手环",
"firstCategoryId": "124242008",
"firstCategoryName": "智能设备",
"url": "https://detail.tmall.com/item.htm?id=613570275679",
"location": "广东 深圳"
},
{
"iid": "617529411801",
"title": "小米AI音箱第二代小爱同学智能音响低音炮",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i4/1714128138/O1CN01QZJcGP29zFs5iJWFn_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/1714128138/O1CN01yEvSdg29zFrlhm4MN_!!1714128138.jpg",
"https://img.alicdn.com/i3/1714128138/O1CN01Ht8S0O29zFr1MJaB5_!!1714128138.jpg",
"https://img.alicdn.com/i2/1714128138/O1CN01GUb1Sg29zFr8KQ460_!!1714128138.jpg",
"https://img.alicdn.com/i4/1714128138/O1CN01lFESsy29zFr407Pov_!!1714128138.jpg"
],
"volume": 13490,
"price": "199.00",
"originalPrice": "229",
"reservePrice": "229",
"mobilePrice": "199",
"categoryId": "126412033",
"categoryName": "智能音箱",
"firstCategoryId": "50011972",
"firstCategoryName": "影音电器",
"url": "https://detail.tmall.com/item.htm?id=617529411801",
"location": "北京"
},
{
"iid": "570919340831",
"title": "买4斤送1斤包邮 小米山西黄小米 九鲤湖粗粮杂粮小黄米粥粟米500g",
"sellerId": "1812648039",
"sellerNick": "九鲤湖旗舰店",
"shopName": "九鲤湖旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i2/1812648039/O1CN01i0kJFw29Fuc6z0ibK_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/1812648039/O1CN01YS2aVP29FucCGcrSA_!!1812648039.jpg",
"https://img.alicdn.com/i3/1812648039/O1CN01cllEt729FucMxSNIS_!!1812648039.jpg",
"https://img.alicdn.com/i2/1812648039/O1CN01AS3kXm29Fuc9cw8bZ_!!1812648039.jpg",
"https://img.alicdn.com/i4/1812648039/O1CN01JJF1G229FucCGcvc3_!!1812648039.jpg"
],
"volume": "8842",
"price": "7.2",
"originalPrice": "13",
"reservePrice": "13",
"mobilePrice": "7.2",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=570919340831",
"location": "江西 赣州"
},
{
"iid": "618359086383",
"title": "碧优源口口香2020年新小米赤峰大金苗黄小米月子五谷杂粮粥糯5斤",
"sellerId": "2206923488570",
"sellerNick": "碧优源食品旗舰店",
"shopName": "碧优源食品旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/2206923488570/O1CN011oyGi32DB6y6Pi6Bx_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i3/2206923488570/O1CN0180PYdu2DB6vDxdUah_!!0-item_pic.jpg",
"https://img.alicdn.com/i1/2206923488570/O1CN01R7e1bZ2DB6tDsvyIu_!!2206923488570.png",
"https://img.alicdn.com/i2/2206923488570/O1CN01DIYYw72DB6rZpL8RE_!!2206923488570.jpg",
"https://img.alicdn.com/i1/2206923488570/O1CN01qWqG4v2DB6tIaojzO_!!2206923488570.jpg"
],
"volume": "7915",
"price": "39.9",
"originalPrice": "39.9",
"reservePrice": "39.9",
"mobilePrice": "39.9",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=618359086383",
"location": "内蒙古 赤峰"
},
{
"iid": "622021349036",
"title": "田喜粮鲜黄小米有新米粗杂粮搭配婴儿童宝宝辅食机熬粥营养糯小米",
"sellerId": "2208433409868",
"sellerNick": "田喜粮鲜旗舰店",
"shopName": "田喜粮鲜旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i4/2208433409868/O1CN0198uNLl2Mlb41zZv0P_!!2-item_pic.png",
"images": [
"https://img.alicdn.com/i1/2208433409868/O1CN01PGcOJt2Mlb3ml0ote_!!2208433409868.jpg",
"https://img.alicdn.com/i1/2208433409868/O1CN01XJWHcJ2Mlb3yeF0Vm_!!2208433409868.png",
"https://img.alicdn.com/i4/2208433409868/O1CN01jc25cf2MlazMdkeoW_!!2208433409868.jpg",
"https://img.alicdn.com/i3/2208433409868/O1CN01lWhqUe2Mlb41VZXP4_!!2208433409868.png"
],
"volume": "5349",
"price": "19.9",
"originalPrice": "32",
"reservePrice": "32",
"mobilePrice": "19.9",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=622021349036",
"location": "湖北 武汉"
},
{
"iid": "637472315082",
"title": "芽芽乐黄小米敖汉有机小米五谷杂粮粥婴儿宝宝养胃辅食粥2021新米",
"sellerId": "2207992297383",
"sellerNick": "芽芽乐旗舰店",
"shopName": "芽芽乐旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i4/2207992297383/O1CN01H6z4kh24PSqF9cFyJ_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/2207992297383/O1CN01Ffv4wM24PSoLHCPCS_!!2207992297383.jpg",
"https://img.alicdn.com/i2/2207992297383/O1CN01YEPkNr24PSoDPbp5Q_!!2207992297383.jpg",
"https://img.alicdn.com/i2/2207992297383/O1CN01bkz48g24PSoGY90GL_!!2207992297383.jpg",
"https://img.alicdn.com/i4/2207992297383/O1CN01NGSBfS24PSoBcbnjj_!!2207992297383.jpg"
],
"volume": "5186",
"price": "29.99",
"originalPrice": "59.8",
"reservePrice": "59.8",
"mobilePrice": "29.99",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=637472315082",
"location": "黑龙江 哈尔滨"
},
{
"iid": "600139875724",
"title": "小米手环5NFC版智能心率监测蓝牙男女款运动计步器支付宝天气睡眠手表大屏手环4升级",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": "小米官方旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN01pLfRuK29zFs6LpwvG-1714128138.jpg",
"images": [
"https://img.alicdn.com/i3/1714128138/O1CN01zsGfhC29zFrHphPzC_!!1714128138.png",
"https://img.alicdn.com/i2/1714128138/O1CN01OTFnrC29zFr9FDXCd_!!1714128138.jpg",
"https://img.alicdn.com/i4/1714128138/O1CN01g9G1xA29zFrOIDr84_!!1714128138.jpg",
"https://img.alicdn.com/i3/1714128138/O1CN01sObAkM29zFrFJfTci_!!1714128138.jpg"
],
"volume": "3455",
"price": "219",
"originalPrice": "219",
"reservePrice": "219",
"mobilePrice": "219",
"categoryId": "120878006",
"categoryName": "智能手环",
"firstCategoryId": "124242008",
"firstCategoryName": "智能设备",
"url": "https://detail.tmall.com/item.htm?id=600139875724",
"location": "北京"
},
{
"iid": "639373388010",
"title": "耕兮有机黄小米东北新米五谷杂粮小米粥搭配宝宝辅食粥主粮月子粥",
"sellerId": "2209962432744",
"sellerNick": "耕兮食品旗舰店",
"shopName": "耕兮食品旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/2209962432744/O1CN01sNyq1h1W8nUb51rKZ_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/2209962432744/O1CN01Ky87IQ1W8nTLLXRiC_!!2209962432744.jpg",
"https://img.alicdn.com/i1/2209962432744/O1CN01wmy6Te1W8nU7tbbAn_!!2209962432744.jpg",
"https://img.alicdn.com/i3/2209962432744/O1CN01HAVro51W8nTWa5Bow_!!2209962432744.jpg",
"https://img.alicdn.com/i3/2209962432744/O1CN011btAvf1W8nTGO71sh_!!2209962432744.jpg"
],
"volume": "3326",
"price": "18.9",
"originalPrice": "27",
"reservePrice": "27",
"mobilePrice": "18.9",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=639373388010",
"location": "湖北 武汉"
},
{
"iid": "642532945996",
"title": "苹果手机适用智能手表男情侣运动手环女测心率适用小米华为apple蓝牙电话hw22太空人m16plus华强北56代iwatch",
"sellerId": "2408705762",
"sellerNick": "祥宾数码专营店",
"shopName": "祥宾数码专营店",
"pic": "https://img.alicdn.com/bao/uploaded/i2/2408705762/O1CN01ePFI1k1sR2nvnjewd_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i3/2408705762/O1CN01VNGsPl1sR2odkQAxT_!!0-item_pic.jpg",
"https://img.alicdn.com/i2/2408705762/O1CN01RmdKKi1sR2ntNDyEP_!!2408705762.jpg",
"https://img.alicdn.com/i1/2408705762/O1CN01iWeZig1sR2oZpiemn_!!2408705762.jpg",
"https://img.alicdn.com/i2/2408705762/O1CN01YH8HLE1sR2odkMx5R_!!2408705762.jpg"
],
"volume": "3164",
"price": "168",
"originalPrice": "268",
"reservePrice": "268",
"mobilePrice": "168",
"categoryId": "124086006",
"categoryName": "智能手表",
"firstCategoryId": "124242008",
"firstCategoryName": "智能设备",
"url": "https://detail.tmall.com/item.htm?id=642532945996",
"location": "广东 深圳"
},
{
"iid": "617157200685",
"title": "赤峰敖汉黄小米2020新米小黄米月子农家高家米脂杂粮小米粥4.05斤",
"sellerId": "2207917995273",
"sellerNick": "佟明阡禾旗舰店",
"shopName": "佟明阡禾旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i1/2207917995273/O1CN01sK2OdH1op58YA9cZM_!!2207917995273-0-picasso.jpg",
"images": [
"https://img.alicdn.com/i4/2207917995273/O1CN01Ihu2Oo1op58ovVusR_!!2207917995273.jpg",
"https://img.alicdn.com/i2/2207917995273/O1CN01WHBDPO1op58fVaVTz_!!2207917995273.jpg",
"https://img.alicdn.com/i4/2207917995273/O1CN01LB6Mcv1op58j6DMKB_!!2207917995273.jpg",
"https://img.alicdn.com/i2/2207917995273/O1CN01yNkDuP1op58ovXSVz_!!2207917995273.jpg"
],
"volume": "2789",
"price": "40.8",
"originalPrice": "40.8",
"reservePrice": "40.8",
"mobilePrice": "40.8",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=617157200685",
"location": "内蒙古 赤峰"
},
{
"iid": "624033521386",
"title": "【顺丰发货】小米WiFi放大器Pro信号WiFi扩大器信号增强接收器wifi中继器路由器扩展器无线网信号增强扩大器",
"sellerId": "2208564488773",
"sellerNick": "小米小松籽专卖店",
"shopName": "小米小松籽专卖店",
"pic": "https://img.alicdn.com/bao/uploaded/i2/2208564488773/O1CN01IlbzbT2Eg5NEo5LZE_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i3/2208564488773/O1CN01fLKG2E2Eg5NKdw0NX_!!2208564488773.jpg",
"https://img.alicdn.com/i1/2208564488773/O1CN01cfHoy42Eg5NJ5Moqu_!!2208564488773.jpg",
"https://img.alicdn.com/i1/2208564488773/O1CN01VpSye22Eg5N98k1hk_!!2208564488773.jpg",
"https://img.alicdn.com/i2/2208564488773/O1CN01ogd2ZG2Eg5JQ4f3E6_!!2208564488773.jpg"
],
"volume": "2316",
"price": "59.9",
"originalPrice": "89",
"reservePrice": "89",
"mobilePrice": "59.9",
"categoryId": "50019322",
"categoryName": "中继器/扩展器",
"firstCategoryId": "50018264",
"firstCategoryName": "网络设备/网络相关",
"url": "https://detail.tmall.com/item.htm?id=624033521386",
"location": "广东 深圳"
},
{
"iid": "613295785731",
"title": "小米生态链小卫全自动智能感应免接触泡沫泡泡洗手机皂液洗手液机",
"sellerId": "3868980757",
"sellerNick": "simpleway小卫旗舰店",
"shopName": "simpleway小卫旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i4/3868980757/O1CN01Qkhn7X1HSkVV9yufo_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i1/3868980757/O1CN01oupRpM1HSkUOYgMLA_!!3868980757.jpg",
"https://img.alicdn.com/i2/3868980757/O1CN01EfSl4T1HSkUOYjAzf_!!3868980757.jpg",
"https://img.alicdn.com/i3/3868980757/O1CN01DkjE301HSkUUwL9xl_!!3868980757.jpg",
"https://img.alicdn.com/i1/3868980757/O1CN018e3Lhz1HSkURAC4MN_!!3868980757.jpg"
],
"volume": "1915",
"price": "49",
"originalPrice": "139",
"reservePrice": "139",
"mobilePrice": "49",
"categoryId": "127494005",
"categoryName": "洗护/清洁泡沫机/洗手机",
"firstCategoryId": "50002768",
"firstCategoryName": "个人护理/保健/按摩器材",
"url": "https://detail.tmall.com/item.htm?id=613295785731",
"location": "浙江 金华"
},
{
"iid": "637362294346",
"title": "延安黄小米陕北特产粮食粘糯黄米粥五谷杂粮宝宝吃的新米400g*3袋",
"sellerId": "2208844991637",
"sellerNick": "延安小米旗舰店",
"shopName": "延安小米旗舰店",
"pic": "https://img.alicdn.com/bao/uploaded/i3/2208844991637/O1CN01DgVkyt1Nxn2JnmD4f_!!0-item_pic.jpg",
"images": [
"https://img.alicdn.com/i2/2208844991637/O1CN01rBkLNi1Nxn26EqOqI_!!2208844991637.jpg",
"https://img.alicdn.com/i4/2208844991637/O1CN01RkS8A11Nxn2lp53cB_!!2208844991637.jpg",
"https://img.alicdn.com/i3/2208844991637/O1CN01SjRfUh1Nxn2HeRqfg_!!2208844991637.jpg",
"https://img.alicdn.com/i3/2208844991637/O1CN01KRrvoR1Nxn2ImCHEP_!!2208844991637.jpg"
],
"volume": "1810",
"price": "29.8",
"originalPrice": "62.8",
"reservePrice": "62.8",
"mobilePrice": "29.8",
"categoryId": "50009842",
"categoryName": "小米",
"firstCategoryId": "50016422",
"firstCategoryName": "粮油调味/速食/干货/烘焙",
"url": "https://detail.tmall.com/item.htm?id=637362294346",
"location": "陕西 延安"
}
]
},
"count": {
"remain": "988",
"use": "12"
}
}
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/taobao/detail?api_token={}&c_type={}&iid={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、iid:需要查询商品的id
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
remain | Number | 1000 | 当天剩余次数 |
use | Number | 2 | 当天使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 635283396128 | 商品id |
price | String | 369.00 | 商品价格 |
video | String | https://cloud.video.taobao.com/play/u/2207970768641/p/1/e/6/t/1/274319603024.mp4 | 商品视频 |
title | String | 从那以后山茶邂逅碎花裙收腰连衣裙仙女2021茶歇裙子法式长裙夏季 | 商品标题 |
cid | String | 50010850 | 分类id |
sellerNick | Number | 欧美专卖ilu | 卖家名称 |
originalPrice | Number | 369.00 | 原价 |
pic | String | 图片 | |
attributes | Json | 产品参数 | 产品参数 |
brandId | String | 品牌id | |
categoryId | Number | 50010850 | 分类id |
commentCount | Number | 874 | 商品评论数量 |
favoriteCount | Number | 821 | 收藏数 |
detail_url | String | https://item.taobao.com/item.htm?id=641414508338 | 商品详情url |
emsFee | String | ems快递费用 | |
expressFee | String | 快递费 | |
propImg | Json | {} | sku图片 |
skuText | String | sku说明 | |
volume | number | 1000 | 销量 |
stock | number | 1000 | 库存 |
descUrl | String | //itemcdn.tmall.com/desc/icoss398664246333dc95c143425f52?var=desc | 详情描述url |
descPCUrl | String | //itemcdn.tmall.com/desc/icoss398664246333dc95c143425f52?var=desc | 详情描述PC端url |
shopUrl | String | //s-then.taobao.com/ | 店铺url |
sku | Json | {} | sku |
skus | Json | {} | sku详情 |
images | Json | {} | 图片 |
seller | Json | {} | 店铺信息 |
GET https://api.ouotool.com/api/ebp/taobao/detail?api_token=api_token&c_type=1&iid=641414508338
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/taobao/detail?api_token=api_token&c_type=1&iid=641414508338'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"iid": "641414508338",
"title": "从那以后山茶邂逅碎花裙收腰连衣裙仙女2021茶歇裙子法式长裙夏季",
"price": "369.00",
"sellerNick": "欧美专卖ilu",
"cid": "50010850",
"originalPrice": "369.00",
"pic": "//gd2.alicdn.com/imgextra/i1/267096381/O1CN01YtTOdD1x0Xy2v6mzL_!!267096381.jpg",
"video": "https://cloud.video.taobao.com/play/u/267096381/p/1/e/6/t/1/305566490713.mp4",
"attributes": [],
"brandId": null,
"categoryId": "50010850",
"commentCount": null,
"favoriteCount": null,
"detail_url": "https://item.taobao.com/item.htm?id=641414508338",
"emsFee": null,
"expressFee": null,
"propImg": [
{
"id": 0,
"properties": "1627207:13387570762",
"url": "//gd2.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg"
},
{
"id": 0,
"properties": "1627207:13387570763",
"url": "//gd3.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg"
}
],
"skuText": null,
"volume": 874,
"stock": 821,
"descUrl": "//itemcdn.tmall.com/desc/icoss398664246333dc95c143425f52?var=desc",
"descPCUrl": "//itemcdn.tmall.com/desc/icoss398664246333dc95c143425f52?var=desc",
"shopUrl": "//s-then.taobao.com/",
"sku": [
{
"name": "尺码",
"children": [
{
"sku_id": "20509:28314",
"name": "S"
},
{
"sku_id": "20509:28315",
"name": "M"
},
{
"sku_id": "20509:28316",
"name": "L"
}
]
},
{
"name": "颜色分类",
"children": [
{
"sku_id": "1627207:13387570762",
"name": "山茶邂逅现货",
"img": "//gd2.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg"
},
{
"sku_id": "1627207:13387570763",
"name": "山茶邂逅预售",
"img": "//gd3.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg"
}
]
}
],
"skus": [
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28315;1627207:13387570762",
"propertiesName": "20509:28315:尺码:M;1627207:13387570762:颜色分类:山茶邂逅现货",
"quantity": 0,
"skuId": "4611727032988",
"stock": 0
},
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28314;1627207:13387570763",
"propertiesName": "20509:28314:尺码:S;1627207:13387570763:颜色分类:山茶邂逅预售",
"quantity": 387,
"skuId": "4611727032990",
"stock": 387
},
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28314;1627207:13387570762",
"propertiesName": "20509:28314:尺码:S;1627207:13387570762:颜色分类:山茶邂逅现货",
"quantity": 0,
"skuId": "4611727032987",
"stock": 0
},
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28315;1627207:13387570763",
"propertiesName": "20509:28315:尺码:M;1627207:13387570763:颜色分类:山茶邂逅预售",
"quantity": 249,
"skuId": "4611727032991",
"stock": 249
},
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28316;1627207:13387570763",
"propertiesName": "20509:28316:尺码:L;1627207:13387570763:颜色分类:山茶邂逅预售",
"quantity": 185,
"skuId": "4611727032992",
"stock": 185
},
{
"originalPrice": "369.00",
"price": "369.00",
"properties": "20509:28316;1627207:13387570762",
"propertiesName": "20509:28316:尺码:L;1627207:13387570762:颜色分类:山茶邂逅现货",
"quantity": 0,
"skuId": "4611727032989",
"stock": 0
}
],
"images": {
"item": [
"https://img.alicdn.com/bao/uploaded/i3/267096381/O1CN01jtpOMY1x0Xy8rekTo_!!267096381.jpg",
"https://img.alicdn.com/bao/uploaded/i4/267096381/O1CN01FESH5e1x0XxzVchBy_!!267096381.jpg",
"https://img.alicdn.com/imgextra/i4/267096381/O1CN01xidGBF1x0XydDImyb_!!267096381.jpg",
"https://img.alicdn.com/imgextra/i3/267096381/O1CN01p5RhVp1x0Xy57J1yY_!!267096381.jpg",
"https://img.alicdn.com/imgextra/i1/267096381/O1CN01baKCxT1x0Xy46SXmi_!!267096381.jpg"
],
"prop": [
"//gd2.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg",
"//gd3.alicdn.com/imgextra/i1/267096381/O1CN01wNyKd51x0Xyafv8Ly_!!267096381.jpg"
],
"desc": []
},
"seller": {
"itemCount": null,
"fans": null,
"sellerNick": "欧美专卖ilu",
"shopId": "58641442",
"shopName": "SINCETHEN从那以后",
"shopAppUrl": null,
"start_time": null,
"url": null,
"userId": "267096381"
}
},
"count": {
"remain": "992",
"use": "8"
}
}
淘口令转商品ID
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/taobao/token2iid?api_token={}&c_type={}&token={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、token:需要查询的口令
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 633082319414 | 接口返回商品id |
GET https://api.ouotool.com/api/ebp/taobao/token2iid?api_token=api_token&c_type=1&token=3.0微CkuyXRrg7iF啊
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/taobao/token2iid?api_token=api_token&c_type=1&token=3.0微CkuyXRrg7iF啊'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"iid": "633082319414"
},
"count": {
"remain": "999",
"use": "1"
}
}
更新时间:2021/7/1
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/tmall/list?api_token={}&c_type={}&keyword={}&page={}&page_size={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、keyword:需要查询商品列表的关键字 (关键词最长20个字符)
4、page:页码数 (页码最多100页)
5、page_size:每页商品数量 (每页最多50条)
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
remain | Number | 1000 | 当天剩余次数 |
use | Number | 2 | 当天使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | String | 9878 | 搜索数量 |
list | List | [] | 搜索结果列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 645053480356 | 商品id |
title | String | 【小米281】小米电视A55 55英寸4K超高清HDR智能网络液晶Redmi | 商品标题 |
url | String | null | 商品详情url |
sellerId | Number | null | 店铺id |
shopName | String | null | 店铺名称 |
sellerNick | String | 苏宁易购官方旗舰店 | 卖家名称 |
pic | String | http://img.alicdn.com/bao/uploaded/i2/2616970884/O1CN01bCr7z91IOunvDaaT4_!!2616970884.jpg | 商品图片url |
images | List | [] | 商品图片列表 |
volume | Number | 2000 | 销量 |
price | String | 2199.0 | 价格区间 |
originalPrice | String | 2199.0 | 原价 |
reservePrice | String | null | 最低价格 |
mobilePrice | String | 2199.0 | 移动端价格 |
categoryId | String | null | 分类id |
categoryName | String | null | 分类名称 |
firstCategoryId | String | null | 一级分类id |
firstCategoryName | String | null | 一级分类名称 |
location | String | null | 市 |
GET https://api.ouotool.com/api/ebp/tmall/list?api_token=api_token&c_type=1&keyword=小米
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/tmall/list?api_token=api_token&c_type=1&keyword=小米'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"total": "595794",
"list": [
{
"iid": "645053480356",
"title": "【小米281】小米电视A55 55英寸4K超高清HDR智能网络液晶Redmi",
"sellerId": "2616970884",
"sellerNick": "苏宁易购官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/2616970884/O1CN01bCr7z91IOunvDaaT4_!!2616970884.jpg",
"images": [],
"volume": "2000+",
"price": "2199.0",
"originalPrice": "2199.0",
"reservePrice": null,
"mobilePrice": "2199.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=645053480356&skuId=4820534806273",
"location": "江苏 南京"
},
{
"iid": "607337035875",
"title": "小米电视E43S 43英寸4K超高清全面屏蓝牙语音32GB大储存液晶电视",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/1714128138/O1CN01QCHb7y29zFmjpO99v_!!0-item_pic.jpg",
"images": [],
"volume": "4000+",
"price": "1799.0",
"originalPrice": "1799.0",
"reservePrice": null,
"mobilePrice": "1799.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=607337035875&skuId=4255272088565",
"location": "北京"
},
{
"iid": "645452521555",
"title": "【小米281】小米电视A43 43英寸全高清智能立体声8GB液晶Redmi",
"sellerId": "2616970884",
"sellerNick": "苏宁易购官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/2616970884/O1CN01Tj9lCU1IOuntFNjEO_!!2616970884.jpg",
"images": [],
"volume": "1000+",
"price": "1299.0",
"originalPrice": "1299.0",
"reservePrice": null,
"mobilePrice": "1299.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=645452521555&skuId=4824907203844",
"location": "江苏 南京"
},
{
"iid": "628937311146",
"title": "小米电视A50 50英寸4K超高清HDR智能网络WiFi液晶Redmi电视红米",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN016ZjbqG29zFoif4lbL_!!0-item_pic.jpg",
"images": [],
"volume": "1000+",
"price": "1999.0",
"originalPrice": "1999.0",
"reservePrice": null,
"mobilePrice": "1999.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=628937311146&skuId=4459959504726",
"location": "北京"
},
{
"iid": "628487523187",
"title": "小米米家空气净化器X 甲醛分解家用除醛卧室客厅除异味净化机新房",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01TcOJ3S29zFppk6skq_!!1714128138.jpg",
"images": [],
"volume": "500+",
"price": "1799.0",
"originalPrice": "1799.0",
"reservePrice": null,
"mobilePrice": "1799.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=628487523187&skuId=4650922910263",
"location": "北京"
},
{
"iid": "642900199297",
"title": "小米电视EA40英寸高清智能金属全面屏蓝牙语音液晶平板电视",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01imw81v29zFr6q0yWz_!!0-item_pic.jpg",
"images": [],
"volume": "1000+",
"price": "1299.0",
"originalPrice": "1299.0",
"reservePrice": null,
"mobilePrice": "1299.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=642900199297&skuId=4616426536439",
"location": "北京"
},
{
"iid": "625525171566",
"title": "小米Redmi小爱触屏音箱Pro8小爱同学大屏蓝牙音响AI智能机器人",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN016iJq7r29zFs4pgg7d_!!0-item_pic.jpg",
"images": [],
"volume": "1000+",
"price": "599.0",
"originalPrice": "599.0",
"reservePrice": null,
"mobilePrice": "599.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=625525171566&skuId=4437341013128",
"location": "北京"
},
{
"iid": "594813345116",
"title": "小米电视E55C 55英寸4K超高清全面屏HDR智能蓝牙语音液晶平板电视",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01soWsVt29zFjIEKfU2_!!0-item_pic.jpg",
"images": [],
"volume": 4039,
"price": "2299.00",
"originalPrice": "2199.0",
"reservePrice": null,
"mobilePrice": "2199.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=594813345116&skuId=4121391832773",
"location": "北京"
},
{
"iid": "628476771994",
"title": "小米电视A32 32英寸高清智能网络立体声1+8GB液晶Redmi电视红米",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01ddxRV629zFoJidKJC_!!0-item_pic.jpg",
"images": [],
"volume": "2000+",
"price": "849.0",
"originalPrice": "849.0",
"reservePrice": null,
"mobilePrice": "849.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=628476771994&skuId=4631519443105",
"location": "北京"
},
{
"iid": "612449812038",
"title": "小米小爱同学Pro智能音箱万能遥控声控蓝牙音箱小艾同学机器人",
"sellerId": "725677994",
"sellerNick": "天猫超市",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/2206686532409/O1CN01MOzGzr1TfMoGmmgon_!!2206686532409-0-picassoopen.jpg",
"images": [],
"volume": "300+",
"price": "299.0",
"originalPrice": "299.0",
"reservePrice": null,
"mobilePrice": "299.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=612449812038&skuId=4485906179709",
"location": "上海"
},
{
"iid": "612496884580",
"title": "小米小爱同学智能音箱",
"sellerId": "725677994",
"sellerNick": "天猫超市",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i1/2206686532409/O1CN01JvMjRt1TfMoTO2Fmu_!!2206686532409-0-picassoopen.jpg",
"images": [],
"volume": "600+",
"price": "99.0",
"originalPrice": "99.0",
"reservePrice": null,
"mobilePrice": "99.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=612496884580&skuId=4482965838110",
"location": "上海"
},
{
"iid": "626248551623",
"title": "小米电视E32S 32英寸高清智能全面屏蓝牙语音网络液晶平板电视",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN01bgJ7Ws29zFnjq6cOu_!!2-item_pic.png",
"images": [],
"volume": 453,
"price": "1099.00",
"originalPrice": "1099.0",
"reservePrice": null,
"mobilePrice": "1099.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=626248551623&skuId=4608267059072",
"location": "北京"
},
{
"iid": "562275459942",
"title": "小米空气净化器2S新房家用除菌雾霾粉尘米家除甲醛净化机滤芯Pro",
"sellerId": "2755369392",
"sellerNick": "miui小米岸越专卖店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i4/2755369392/TB2zXkuuBjTBKNjSZFuXXb0HFXa_!!2755369392-0-item_pic.jpg",
"images": [],
"volume": "200+",
"price": "599.0",
"originalPrice": "599.0",
"reservePrice": null,
"mobilePrice": "599.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=562275459942&skuId=4682225789662",
"location": "上海"
},
{
"iid": "619473588855",
"title": "小米电视机E65X全面屏65英寸4k超高清液晶屏幕平板客厅大屏智能",
"sellerId": "2208097165474",
"sellerNick": "地泽大家电专营店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/2208097165474/O1CN016D1Dv01qJ8kXYU5jP_!!2208097165474.jpg",
"images": [],
"volume": "95",
"price": "2999.0",
"originalPrice": "2999.0",
"reservePrice": null,
"mobilePrice": "2999.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=619473588855&skuId=4378032060359",
"location": "北京"
},
{
"iid": "609515076349",
"title": "小米小爱触屏音箱小爱同学智能8寸音响AI家务男蓝牙低音炮机器人",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i2/1714128138/O1CN01rrK6yx29zFrmrD88G_!!1714128138.jpg",
"images": [],
"volume": 1018,
"price": "599.00",
"originalPrice": "599.0",
"reservePrice": null,
"mobilePrice": "599.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=609515076349&skuId=4317446433468",
"location": "北京"
},
{
"iid": "570688590481",
"title": "小米电视4C 32英寸wifi智能高清网络家用液晶平板电视机43",
"sellerId": "2616970884",
"sellerNick": "苏宁易购官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/2616970884/TB1UoUPy1uSBuNjy1XcXXcYjFXa_!!0-item_pic.jpg",
"images": [],
"volume": 1954,
"price": "999.00",
"originalPrice": "888.0",
"reservePrice": null,
"mobilePrice": "888.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=570688590481&skuId=3848662674848",
"location": "江苏 南京"
},
{
"iid": "596155584482",
"title": "小米指纹锁智能门锁 推拉式密码锁家用防盗门电子锁指纹锁小米10开锁米家APP智能控制",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/1714128138/O1CN01wYKtPb29zFs7Spb7d_!!1714128138.jpg",
"images": [],
"volume": 604,
"price": "1599",
"originalPrice": "1699.0",
"reservePrice": null,
"mobilePrice": "1699.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=596155584482&skuId=4632109646672",
"location": "北京"
},
{
"iid": "585548377066",
"title": "小米小爱音箱HD 小爱同学智能音箱蓝牙AI智能机器人音响语音家用",
"sellerId": "1714128138",
"sellerNick": "小米官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/1714128138/O1CN01Ce01wD29zFqmJ6tMQ_!!1714128138.jpg",
"images": [],
"volume": "900+",
"price": "599.0",
"originalPrice": "599.0",
"reservePrice": null,
"mobilePrice": "599.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=585548377066&skuId=4747501659680",
"location": "北京"
},
{
"iid": "645803530058",
"title": "【小米281】小米电视EA55 55英寸4K超高清金属全面屏智慧语音",
"sellerId": "2616970884",
"sellerNick": "苏宁易购官方旗舰店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i1/1714128138/O1CN01LWqsnV29zFr6G9tDK_!!2-item_pic.png",
"images": [],
"volume": "400+",
"price": "2399.0",
"originalPrice": "2399.0",
"reservePrice": null,
"mobilePrice": "2399.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=645803530058&skuId=4820531538985",
"location": "江苏 南京"
},
{
"iid": "636576205177",
"title": "小米电视65英寸E65X/C全面屏4k高清智能语音网络平板液晶电视机",
"sellerId": "4118523471",
"sellerNick": "小米阳光雨尉专卖店",
"shopName": null,
"pic": "http://img.alicdn.com/bao/uploaded/i3/4118523471/O1CN01SfcQXk1bVlPYDjmB4_!!0-item_pic.jpg",
"images": [],
"volume": "49",
"price": "2799.0",
"originalPrice": "2799.0",
"reservePrice": null,
"mobilePrice": "2799.0",
"categoryId": null,
"categoryName": null,
"firstCategoryId": null,
"firstCategoryName": null,
"url": "http://detail.tmall.com/item.htm?id=636576205177&skuId=4739869015450",
"location": "北京"
}
]
},
"count": {
"remain": "986",
"use": "14"
}
}
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/tmall/detail?api_token={}&c_type={}&iid={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、iid:需要查询商品的id
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | String | 9878 | 搜索数量 |
list | List | [] | 搜索结果列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 635283396128 | 商品id |
title | String | 雅戈尔短袖衬衫夏季新男士商务休闲新疆棉DP+免烫男装上班白衬衣 | 商品标题 |
price | String | 369.00 | 商品价格 |
sellerNick | String | 雅戈尔官方旗舰店 | 卖家名称 |
cid | String | 50011123 | 分类id |
originalPrice | String | 720.00 | 原价 |
pic | String | 图片url | |
video | String | 视频url | |
attributes | Json | 产品参数 | 产品参数 |
brandId | String | 29531 | 品牌id |
categoryId | Number | 50011123 | 分类id |
commentCount | Number | 3126 | 商品评论数量 |
favoriteCount | Number | 5302 | 收藏数 |
detail_url | String | https://detail.tmall.com/item.htm?id=616171851004 | 商品详情url |
emsFee | String | ems快递费用 | |
expressFee | String | 快递费 | |
propImg | Json | {} | sku图片 |
skuText | String | sku说明 | |
volume | number | 5000 | 销量 |
stock | number | null | 库存 |
descUrl | String | 详情描述url | |
descPCUrl | String | 详情描述PC端url | |
shopUrl | String | 店铺url | |
sku | Json | {} | sku |
skus | Json | {} | sku详情 |
images | Json | {} | 图片 |
seller | Json | {} | 店铺信息 |
GET https://api.ouotool.com/api/ebp/taobao/detail?api_token=api_token&c_type=1&iid=616171851004
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/taobao/detail?api_token=api_token&c_type=1&iid=616171851004'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"iid": "616171851004",
"title": "雅戈尔短袖衬衫夏季新男士商务休闲新疆棉DP+免烫男装上班白衬衣",
"price": "369",
"sellerNick": "雅戈尔官方旗舰店",
"cid": "50011123",
"originalPrice": "720.00",
"pic": "//img.alicdn.com/imgextra/i4/1639178414/O1CN01hfcIej2C1fBbEXdvj_!!1639178414.jpg",
"video": null,
"attributes": [
{
"name": "品牌",
"value": "Youngor/雅戈尔"
},
{
"name": "材质",
"value": "棉"
},
{
"name": "棉含量",
"value": "95%以上"
},
{
"name": "尺码",
"value": "37 38 39 40 41 42 43 44 46 45"
},
{
"name": "领型",
"value": "尖领(常规)"
},
{
"name": "颜色",
"value": "白色素色 浅蓝素色 红色素色 藏青素色 灰蓝素色 黑色素色"
},
{
"name": "货号",
"value": "GSDD104984BJY"
},
{
"name": "基础风格",
"value": "商务绅士"
},
{
"name": "适用季节",
"value": "夏季"
},
{
"name": "上市年份季节",
"value": "2020年夏季"
},
{
"name": "袖长",
"value": "短袖"
},
{
"name": "厚薄",
"value": "常规"
},
{
"name": "适用场景",
"value": "上班"
},
{
"name": "版型",
"value": "修身"
},
{
"name": "服装款式细节",
"value": "其他"
},
{
"name": "适用对象",
"value": "青年"
},
{
"name": "销售渠道类型",
"value": "纯电商(只在线上销售)"
},
{
"name": "材质成分",
"value": "棉96% 聚氨酯弹性纤维(氨纶)4%"
}
],
"brandId": "29531",
"categoryId": "50011123",
"commentCount": "3126",
"favoriteCount": "5302",
"detail_url": "https://detail.tmall.com/item.htm?id=616171851004",
"emsFee": 0,
"expressFee": 0,
"propImg": [
{
"id": 0,
"position": 0,
"properties": "1627207:145525918",
"url": "//img.alicdn.com/imgextra/i1/1639178414/O1CN01dt8glC2C1fAzKxALV_!!1639178414.jpg"
},
{
"id": 0,
"position": 0,
"properties": "1627207:477058354",
"url": "//img.alicdn.com/imgextra/i2/1639178414/O1CN01VIoECJ2C1fAzL0vE0_!!1639178414.jpg"
},
{
"id": 0,
"position": 0,
"properties": "1627207:201944562",
"url": "//img.alicdn.com/imgextra/i4/1639178414/O1CN01eGkkNE2C1fBD2Ucx5_!!1639178414.jpg"
},
{
"id": 0,
"position": 0,
"properties": "1627207:519736568",
"url": "//img.alicdn.com/imgextra/i4/1639178414/O1CN01nIcMuL2C1fB7zTivW_!!1639178414.jpg"
},
{
"id": 0,
"position": 0,
"properties": "1627207:1356540623",
"url": "//img.alicdn.com/imgextra/i1/1639178414/O1CN01OYfjLc2C1f9snOhOD_!!1639178414.jpg"
},
{
"id": 0,
"position": 0,
"properties": "1627207:170328041",
"url": "//img.alicdn.com/imgextra/i1/1639178414/O1CN016TwkNe2C1fB5SFGYq_!!1639178414.jpg"
}
],
"skuText": "请选择颜色 尺码 ",
"volume": 5000,
"stock": null,
"descUrl": "//h5.m.taobao.com/app/detail/desc.html?_isH5Des=true#!id=616171851004&type=0&f=icoss575201260021838c79f841ee9&sellerType=B",
"descPCUrl": "//h5.m.taobao.com/app/detail/desc.html?_isH5Des=true#!id=616171851004&type=1&f=icoss17558061846d0811f3d44756f6&sellerType=B",
"shopUrl": null,
"sku": [
{
"name": "尺码",
"children": [
{
"sku_id": "20509:29542",
"name": "37"
},
{
"sku_id": "20509:28388",
"name": "38"
},
{
"sku_id": "20509:672",
"name": "39"
},
{
"sku_id": "20509:28389",
"name": "40"
},
{
"sku_id": "20509:28390",
"name": "41"
},
{
"sku_id": "20509:28391",
"name": "42"
},
{
"sku_id": "20509:28392",
"name": "43"
},
{
"sku_id": "20509:28393",
"name": "44"
},
{
"sku_id": "20509:28394",
"name": "45"
},
{
"sku_id": "20509:662626373",
"name": "46"
}
]
},
{
"name": "颜色",
"children": [
{
"sku_id": "1627207:145525918",
"name": "白色素色"
},
{
"sku_id": "1627207:477058354",
"name": "浅蓝素色"
},
{
"sku_id": "1627207:201944562",
"name": "红色素色"
},
{
"sku_id": "1627207:519736568",
"name": "藏青素色"
},
{
"sku_id": "1627207:1356540623",
"name": "灰蓝素色"
},
{
"sku_id": "1627207:170328041",
"name": "黑色素色"
}
]
}
],
"skus": [
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:145525918",
"propertiesName": "20509:29542:尺码:37;1627207:145525918:颜色:白色素色",
"quantity": "7",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:145525918",
"propertiesName": "20509:28388:尺码:38;1627207:145525918:颜色:白色素色",
"quantity": "186",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:145525918",
"propertiesName": "20509:672:尺码:39;1627207:145525918:颜色:白色素色",
"quantity": "264",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:145525918",
"propertiesName": "20509:28389:尺码:40;1627207:145525918:颜色:白色素色",
"quantity": "124",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:145525918",
"propertiesName": "20509:28390:尺码:41;1627207:145525918:颜色:白色素色",
"quantity": "112",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:145525918",
"propertiesName": "20509:28391:尺码:42;1627207:145525918:颜色:白色素色",
"quantity": "182",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:145525918",
"propertiesName": "20509:28392:尺码:43;1627207:145525918:颜色:白色素色",
"quantity": "31",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:145525918",
"propertiesName": "20509:28393:尺码:44;1627207:145525918:颜色:白色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:145525918",
"propertiesName": "20509:28394:尺码:45;1627207:145525918:颜色:白色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:145525918",
"propertiesName": "20509:662626373:尺码:46;1627207:145525918:颜色:白色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:477058354",
"propertiesName": "20509:29542:尺码:37;1627207:477058354:颜色:浅蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:477058354",
"propertiesName": "20509:28388:尺码:38;1627207:477058354:颜色:浅蓝素色",
"quantity": "124",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:477058354",
"propertiesName": "20509:672:尺码:39;1627207:477058354:颜色:浅蓝素色",
"quantity": "258",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:477058354",
"propertiesName": "20509:28389:尺码:40;1627207:477058354:颜色:浅蓝素色",
"quantity": "204",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:477058354",
"propertiesName": "20509:28390:尺码:41;1627207:477058354:颜色:浅蓝素色",
"quantity": "136",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:477058354",
"propertiesName": "20509:28391:尺码:42;1627207:477058354:颜色:浅蓝素色",
"quantity": "115",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:477058354",
"propertiesName": "20509:28392:尺码:43;1627207:477058354:颜色:浅蓝素色",
"quantity": "36",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:477058354",
"propertiesName": "20509:28393:尺码:44;1627207:477058354:颜色:浅蓝素色",
"quantity": "12",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:477058354",
"propertiesName": "20509:28394:尺码:45;1627207:477058354:颜色:浅蓝素色",
"quantity": "7",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:477058354",
"propertiesName": "20509:662626373:尺码:46;1627207:477058354:颜色:浅蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:201944562",
"propertiesName": "20509:29542:尺码:37;1627207:201944562:颜色:红色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:201944562",
"propertiesName": "20509:28388:尺码:38;1627207:201944562:颜色:红色素色",
"quantity": "23",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:201944562",
"propertiesName": "20509:672:尺码:39;1627207:201944562:颜色:红色素色",
"quantity": "47",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:201944562",
"propertiesName": "20509:28389:尺码:40;1627207:201944562:颜色:红色素色",
"quantity": "41",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:201944562",
"propertiesName": "20509:28390:尺码:41;1627207:201944562:颜色:红色素色",
"quantity": "39",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:201944562",
"propertiesName": "20509:28391:尺码:42;1627207:201944562:颜色:红色素色",
"quantity": "42",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:201944562",
"propertiesName": "20509:28392:尺码:43;1627207:201944562:颜色:红色素色",
"quantity": "20",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:201944562",
"propertiesName": "20509:28393:尺码:44;1627207:201944562:颜色:红色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:201944562",
"propertiesName": "20509:28394:尺码:45;1627207:201944562:颜色:红色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:201944562",
"propertiesName": "20509:662626373:尺码:46;1627207:201944562:颜色:红色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:519736568",
"propertiesName": "20509:29542:尺码:37;1627207:519736568:颜色:藏青素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:519736568",
"propertiesName": "20509:28388:尺码:38;1627207:519736568:颜色:藏青素色",
"quantity": "39",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:519736568",
"propertiesName": "20509:672:尺码:39;1627207:519736568:颜色:藏青素色",
"quantity": "77",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:519736568",
"propertiesName": "20509:28389:尺码:40;1627207:519736568:颜色:藏青素色",
"quantity": "96",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:519736568",
"propertiesName": "20509:28390:尺码:41;1627207:519736568:颜色:藏青素色",
"quantity": "58",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:519736568",
"propertiesName": "20509:28391:尺码:42;1627207:519736568:颜色:藏青素色",
"quantity": "19",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:519736568",
"propertiesName": "20509:28392:尺码:43;1627207:519736568:颜色:藏青素色",
"quantity": "4",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:519736568",
"propertiesName": "20509:28393:尺码:44;1627207:519736568:颜色:藏青素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:519736568",
"propertiesName": "20509:28394:尺码:45;1627207:519736568:颜色:藏青素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:519736568",
"propertiesName": "20509:662626373:尺码:46;1627207:519736568:颜色:藏青素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:1356540623",
"propertiesName": "20509:29542:尺码:37;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:1356540623",
"propertiesName": "20509:28388:尺码:38;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:1356540623",
"propertiesName": "20509:672:尺码:39;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:1356540623",
"propertiesName": "20509:28389:尺码:40;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:1356540623",
"propertiesName": "20509:28390:尺码:41;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:1356540623",
"propertiesName": "20509:28391:尺码:42;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:1356540623",
"propertiesName": "20509:28392:尺码:43;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:1356540623",
"propertiesName": "20509:28393:尺码:44;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:1356540623",
"propertiesName": "20509:28394:尺码:45;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:1356540623",
"propertiesName": "20509:662626373:尺码:46;1627207:1356540623:颜色:灰蓝素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:29542;1627207:170328041",
"propertiesName": "20509:29542:尺码:37;1627207:170328041:颜色:黑色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28388;1627207:170328041",
"propertiesName": "20509:28388:尺码:38;1627207:170328041:颜色:黑色素色",
"quantity": "31",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:672;1627207:170328041",
"propertiesName": "20509:672:尺码:39;1627207:170328041:颜色:黑色素色",
"quantity": "87",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28389;1627207:170328041",
"propertiesName": "20509:28389:尺码:40;1627207:170328041:颜色:黑色素色",
"quantity": "86",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28390;1627207:170328041",
"propertiesName": "20509:28390:尺码:41;1627207:170328041:颜色:黑色素色",
"quantity": "76",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28391;1627207:170328041",
"propertiesName": "20509:28391:尺码:42;1627207:170328041:颜色:黑色素色",
"quantity": "58",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28392;1627207:170328041",
"propertiesName": "20509:28392:尺码:43;1627207:170328041:颜色:黑色素色",
"quantity": "12",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28393;1627207:170328041",
"propertiesName": "20509:28393:尺码:44;1627207:170328041:颜色:黑色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:28394;1627207:170328041",
"propertiesName": "20509:28394:尺码:45;1627207:170328041:颜色:黑色素色",
"quantity": "0",
"skuId": null,
"stock": null
},
{
"originalPrice": "720.00",
"price": "369",
"properties": "20509:662626373;1627207:170328041",
"propertiesName": "20509:662626373:尺码:46;1627207:170328041:颜色:黑色素色",
"quantity": "0",
"skuId": null,
"stock": null
}
],
"images": {
"item": [
"//img.alicdn.com/imgextra/i4/1639178414/O1CN01hfcIej2C1fBbEXdvj_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i4/1639178414/O1CN011qp2RX2C1f6OQf7fd_!!1639178414-0-lubanu-s.jpg",
"//img.alicdn.com/imgextra/i2/1639178414/O1CN019TwJed2C1fAoKGbHe_!!1639178414-0-lubanu-s.jpg",
"//img.alicdn.com/imgextra/i3/1639178414/O1CN017lwW2l2C1f5uUHi7L_!!1639178414-0-lubanu-s.jpg",
"//img.alicdn.com/imgextra/i2/1639178414/O1CN016Q4Yrz2C1fASrrq19_!!1639178414-0-lubanu-s.jpg"
],
"prop": [
"//img.alicdn.com/imgextra/i1/1639178414/O1CN01dt8glC2C1fAzKxALV_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i2/1639178414/O1CN01VIoECJ2C1fAzL0vE0_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i4/1639178414/O1CN01eGkkNE2C1fBD2Ucx5_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i4/1639178414/O1CN01nIcMuL2C1fB7zTivW_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i1/1639178414/O1CN01OYfjLc2C1f9snOhOD_!!1639178414.jpg",
"//img.alicdn.com/imgextra/i1/1639178414/O1CN016TwkNe2C1fB5SFGYq_!!1639178414.jpg"
],
"desc": []
},
"seller": {
"itemCount": "1632",
"fans": "129.3万",
"sellerNick": "雅戈尔官方旗舰店",
"shopId": "102920559",
"shopName": "雅戈尔官方旗舰店",
"shopAppUrl": "tmall://page.tm/shop?item_id=616171851004&shopId=102920559",
"start_time": "2013-03-21 16:15:29",
"url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=1639178414&item_id=616171851004",
"userId": "1639178414"
}
},
"count": {
"remain": "984",
"use": "16"
}
}
更新时间:2021/7/1
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/1688/list?api_token={}&c_type={}&keyword={}&page={}&page_size={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、keyword:需要查询商品列表的关键字 (关键词最长20个字符)
4、page:页码数 (页码最多100页)
5、page_size:每页商品数量 (每页最多50条)
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
remain | Number | 1000 | 当天剩余次数 |
use | Number | 2 | 当天使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | String | 9878 | 搜索数量 |
list | List | [] | 搜索结果列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 594884697867 | 商品id |
itemId | String | 594884697867 | 商品id |
title | String | 燕之坊山西黄小米1kg 山西五谷杂粮粗粮粥米 黄小米批发 | 商品标题 |
subject | String | 燕之坊山西黄小米1kg 山西五谷杂粮粗粮粥米 黄小米批发 | 商品标题1 |
simpleSubject | String | 燕之坊山西黄小米1kg 山西五谷杂粮粗粮粥米 黄小米批发 | 商品标题2 |
dealQuantity | String | 3 | 起批量 |
url | String | https://detail.1688.com/offer/594884697867.html | 商品url |
cid | String | 10026 | 分类id |
city | String | 合肥市 | 市 |
province | String | 安徽 | 省 |
companyName | String | 安徽燕之坊电子商务有限公司 | 公司名称 |
companyNick | String | 安徽燕之坊电子商务有限公司 | 店家名 |
smallImage | String | https://cbu01.alicdn.com/img/ibank/O1CN01KTYuqb1K4siZH4Vt0_!!4206271111-0-cib.290x290xz.jpg | 小图url |
pic | String | https://cbu01.alicdn.com/img/ibank/O1CN01KTYuqb1K4siZH4Vt0_!!4206271111-0-cib.jpg | 图片url |
memberId | String | b2b-42062711114388d | |
offerSuttleWeight | String | 1.0 | |
offerWeight | String | 1.0 | |
category | String | 10026 | 分类 |
price | String | 17.8 | 价格 |
prices | List | [{"quantity": "3~299","value": "21.50"},{"quantity": "≥300","value": "17.80"}] | 起批价格 |
saleQuantity | String | 3718 | 销量 |
unit | String | 件 | 单位 |
tags | String | 210946,3793921,3774977,3775489 | 标签 |
userid | String | 4206271111 | 用户id |
GET https://api.ouotool.com/api/ebp/1688/list?api_token=api_token&c_type=1&keyword=小米
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/1688/list?api_token=api_token&c_type=1&keyword=小米'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"total": "2000",
"list": [
{
"iid": "594884697867",
"itemId": "594884697867",
"title": "燕之坊山西黄小米1kg 山西五谷杂粮粗粮粥米 黄小米批发",
"subject": "燕之坊山西黄<font color=red>小米</font>1kg 山西五谷杂粮粗粮粥米 黄<font color=red>小米</font>批发",
"simpleSubject": "燕之坊山西黄小米1kg 山西五谷杂粮粗粮粥米 黄小米批发",
"dealQuantity": "3",
"url": "https://detail.1688.com/offer/594884697867.html",
"cid": "10026",
"city": "合肥市",
"province": "安徽",
"companyName": "安徽燕之坊电子商务有限公司",
"companyNick": "安徽燕之坊电子商务有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01KTYuqb1K4siZH4Vt0_!!4206271111-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01KTYuqb1K4siZH4Vt0_!!4206271111-0-cib.jpg",
"memberId": "b2b-42062711114388d",
"offerSuttleWeight": "1.0",
"offerWeight": "1.0",
"category": "10026",
"price": "17.8",
"prices": [
{
"quantity": "3~299",
"value": "21.50"
},
{
"quantity": "≥300",
"value": "17.80"
}
],
"saleQuantity": "3707",
"unit": "件",
"tags": "210946,3793921,3774977,3775489",
"userid": "4206271111"
},
{
"iid": "558351722601",
"itemId": "558351722601",
"title": "黄小米 农家小米粥杂粮 小黄米新米月子米宝宝米500g散装批发",
"subject": "黄<font color=red>小米</font> 农家<font color=red>小米</font>粥杂粮 小黄米新米月子米宝宝米500g散装批发",
"simpleSubject": "黄小米 农家小米粥杂粮 小黄米新米月子米宝宝米500g散装批发",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/558351722601.html",
"cid": "10021",
"city": "中牟县",
"province": "河南",
"companyName": "遂平县魏家五谷养生磨坊",
"companyNick": "遂平县魏家五谷养生磨坊",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/879/589/13560985978_1765094436.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/879/589/13560985978_1765094436.jpg",
"memberId": "b2b-3085309790c7dd7",
"offerSuttleWeight": "0.5",
"offerWeight": "0.5",
"category": "10021",
"price": "3.7",
"prices": [
{
"quantity": "2~99",
"value": "4.90"
},
{
"quantity": "100~1999",
"value": "3.90"
},
{
"quantity": "≥2000",
"value": "3.70"
}
],
"saleQuantity": "467376",
"unit": "件",
"tags": "210946,218114,288258,3793921",
"userid": "3085309790"
},
{
"iid": "580892276424",
"itemId": "580892276424",
"title": "【燕之坊】黄金苗黄小米 定制加工黄小米 黄小米价格 批发黄小米",
"subject": "【燕之坊】黄金苗黄<font color=red>小米</font> 定制加工黄<font color=red>小米</font> 黄<font color=red>小米</font>价格 批发黄<font color=red>小米</font>",
"simpleSubject": "【燕之坊】黄金苗黄小米 定制加工黄小米 黄小米价格 批发黄小米",
"dealQuantity": "3",
"url": "https://detail.1688.com/offer/580892276424.html",
"cid": "10023",
"city": "合肥市",
"province": "安徽",
"companyName": "安徽燕之坊电子商务有限公司",
"companyNick": "安徽燕之坊电子商务有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01nKZmBh1K4si2ojKeQ_!!4206271111-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01nKZmBh1K4si2ojKeQ_!!4206271111-0-cib.jpg",
"memberId": "b2b-42062711114388d",
"offerSuttleWeight": "1.0",
"offerWeight": "1.0",
"category": "10023",
"price": "14.8",
"prices": [
{
"quantity": "3~299",
"value": "17.80"
},
{
"quantity": "≥300",
"value": "14.80"
}
],
"saleQuantity": "8181",
"unit": "件",
"tags": "210946,3793921,3774977,3775489",
"userid": "4206271111"
},
{
"iid": "561800473611",
"itemId": "561800473611",
"title": "沙杨河熟五谷杂粮 厂家批发生产销售 低温烘焙各种五谷杂粮批发",
"subject": "沙杨河熟五谷杂粮 厂家批发生产销售 低温烘焙各种五谷杂粮批发",
"simpleSubject": "沙杨河熟五谷杂粮 厂家批发生产销售 低温烘焙各种五谷杂粮批发",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/561800473611.html",
"cid": "105",
"city": "德州市",
"province": "山东",
"companyName": "德州市德城区沙杨种植农民专业合作社",
"companyNick": "德州市德城区沙杨种植农民专业合作社",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2017/890/686/6853686098_1523560906.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2017/890/686/6853686098_1523560906.jpg",
"memberId": "b2b-3403401990687d3",
"offerSuttleWeight": "0.5",
"offerWeight": "2.5",
"category": "105",
"price": "17.0",
"prices": [
{
"quantity": "≥2",
"value": "17.00"
}
],
"saleQuantity": "62692",
"unit": "件",
"tags": "210946,218114,3793921,3775489",
"userid": "3403401990"
},
{
"iid": "589545244129",
"itemId": "589545244129",
"title": "米脂黄小米500g新货云南农家自产小黄米月子米小米粥批发五谷杂粮",
"subject": "米脂黄<font color=red>小米</font>500g新货云南农家自产小黄米月子米<font color=red>小米</font>粥批发五谷杂粮",
"simpleSubject": "米脂黄小米500g新货云南农家自产小黄米月子米小米粥批发五谷杂粮",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/589545244129.html",
"cid": "10026",
"city": "昆明市",
"province": "云南",
"companyName": "云南典洛商贸有限公司",
"companyNick": "云南典洛商贸有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/540/909/22488909045_492287149.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/540/909/22488909045_492287149.jpg",
"memberId": "b2b-22006312524252ed30",
"offerSuttleWeight": "0.5",
"offerWeight": "0.5",
"category": "10026",
"price": "4.88",
"prices": [
{
"quantity": "2~49",
"value": "4.98"
},
{
"quantity": "≥50",
"value": "4.88"
}
],
"saleQuantity": "5093",
"unit": "件",
"tags": "210946,305538,306562,545217",
"userid": "2200631252425"
},
{
"iid": "524601167488",
"itemId": "524601167488",
"title": "十余亩 小黄米 山西沁州小米 黄小米 月子米 宝宝米 五谷杂粮",
"subject": "十余亩 小黄米 山西沁州<font color=red>小米</font> 黄<font color=red>小米</font> 月子米 宝宝米 五谷杂粮",
"simpleSubject": "十余亩 小黄米 山西沁州小米 黄小米 月子米 宝宝米 五谷杂粮",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/524601167488.html",
"cid": "201157708",
"city": "合肥市",
"province": "安徽",
"companyName": "合肥九陌农业科技有限公司",
"companyNick": "合肥九陌农业科技有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2017/404/523/4830325404_1721196372.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2017/404/523/4830325404_1721196372.jpg",
"memberId": "b2b-2695126401c0da9",
"offerSuttleWeight": "0.39",
"offerWeight": "0.39",
"category": "201157708",
"price": "5.0",
"prices": [
{
"quantity": "2~9",
"value": "6.00"
},
{
"quantity": "10~69",
"value": "5.50"
},
{
"quantity": "≥70",
"value": "5.00"
}
],
"saleQuantity": "16661",
"unit": "件",
"tags": "210946,218114,3793921,3775489",
"userid": "2695126401"
},
{
"iid": "629401034391",
"itemId": "629401034391",
"title": "黄小米粥小黄米500g新小米山西特产忻州批发OEM代工贴牌黄小米",
"subject": "黄<font color=red>小米</font>粥小黄米500g新<font color=red>小米</font>山西特产忻州批发OEM代工贴牌黄<font color=red>小米</font>",
"simpleSubject": "黄小米粥小黄米500g新小米山西特产忻州批发OEM代工贴牌黄小米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/629401034391.html",
"cid": "201157708",
"city": "繁峙县",
"province": "山西",
"companyName": "繁峙县懿康土特产有限公司",
"companyNick": "繁峙县懿康土特产有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/004/700/22124007400_1607311480.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/004/700/22124007400_1607311480.jpg",
"memberId": "b2b-220933126108667425",
"offerSuttleWeight": "0.7",
"offerWeight": "0.7",
"category": "201157708",
"price": "5.3",
"prices": [
{
"quantity": "2~999",
"value": "6.30"
},
{
"quantity": "1000~1999",
"value": "5.80"
},
{
"quantity": "≥2000",
"value": "5.30"
}
],
"saleQuantity": "3370",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "2209331261086"
},
{
"iid": "608047772448",
"itemId": "608047772448",
"title": "【哥从陕北来】陕北米脂黄小米 五谷杂粮现磨黄小米宝宝月子新米",
"subject": "【哥从陕北来】陕北米脂黄<font color=red>小米</font> 五谷杂粮现磨黄<font color=red>小米</font>宝宝月子新米",
"simpleSubject": "【哥从陕北来】陕北米脂黄小米 五谷杂粮现磨黄小米宝宝月子新米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/608047772448.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01ZoB1OJ1Gqjd4bzOyk_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01ZoB1OJ1Gqjd4bzOyk_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "2.7",
"offerWeight": "2.7",
"category": "10023",
"price": "12.0",
"prices": [
{
"quantity": "≥2",
"value": "12.00"
}
],
"saleQuantity": "5165",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "3343720674"
},
{
"iid": "580741439718",
"itemId": "580741439718",
"title": "【歌从陕北来】米脂小米500g真空黑小米现磨小米月子米宝宝米新米",
"subject": "【歌从陕北来】米脂<font color=red>小米</font>500g真空黑<font color=red>小米</font>现磨<font color=red>小米</font>月子米宝宝米新米",
"simpleSubject": "【歌从陕北来】米脂小米500g真空黑小米现磨小米月子米宝宝米新米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/580741439718.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01mbn2iO1GqjdHKJooL_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01mbn2iO1GqjdHKJooL_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "2.7",
"offerWeight": "2.7",
"category": "10023",
"price": "8.2",
"prices": [
{
"quantity": "2~4",
"value": "11.80"
},
{
"quantity": "5~9999",
"value": "9.50"
},
{
"quantity": "≥10000",
"value": "8.20"
}
],
"saleQuantity": "2085",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "3343720674"
},
{
"iid": "628807712798",
"itemId": "628807712798",
"title": "新货袋装220g薏米 薏米仁薏苡茶五谷杂粮现货一件代发 批发薏仁米",
"subject": "新货袋装220g薏米 薏米仁薏苡茶五谷杂粮现货一件代发 批发薏仁米",
"simpleSubject": "新货袋装220g薏米 薏米仁薏苡茶五谷杂粮现货一件代发 批发薏仁米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/628807712798.html",
"cid": "10026",
"city": "上海市",
"province": "上海",
"companyName": "上海宽处食品有限公司",
"companyNick": "上海宽处食品有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/005/682/23523286500_118214373.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/005/682/23523286500_118214373.jpg",
"memberId": "b2b-41384515396955f",
"offerSuttleWeight": "0.3",
"offerWeight": "0.3",
"category": "10026",
"price": "8.42",
"prices": [
{
"quantity": "≥2",
"value": "8.42"
}
],
"saleQuantity": "615",
"unit": "件",
"tags": "210946,268866,305538,282114",
"userid": "4138451539"
},
{
"iid": "571701668762",
"itemId": "571701668762",
"title": "老农帝国 东北黄小米新米250g 月子米小黄米小米粥",
"subject": "老农帝国 东北黄<font color=red>小米</font>新米250g 月子米小黄米<font color=red>小米</font>粥",
"simpleSubject": "老农帝国 东北黄小米新米250g 月子米小黄米小米粥",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/571701668762.html",
"cid": "10023",
"city": "哈尔滨市",
"province": "黑龙江",
"companyName": "黑龙江省老农帝国粮油进出口贸易有限公司",
"companyNick": "黑龙江省老农帝国粮油进出口贸易有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2018/834/558/9302855438_1308177094.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2018/834/558/9302855438_1308177094.jpg",
"memberId": "b2b-29172665626018b",
"offerSuttleWeight": "0.25",
"offerWeight": "0.25",
"category": "10023",
"price": "4.0",
"prices": [
{
"quantity": "2~19",
"value": "4.50"
},
{
"quantity": "20~199",
"value": "4.40"
},
{
"quantity": "≥200",
"value": "4.00"
}
],
"saleQuantity": "2566",
"unit": "件",
"tags": "236034,210946,236546,3793921",
"userid": "2917266562"
},
{
"iid": "591446093747",
"itemId": "591446093747",
"title": "黄小米 400克 双层真空装 月子米 宝宝米五谷杂粮 新米 礼品赠品",
"subject": "黄<font color=red>小米</font> 400克 双层真空装 月子米 宝宝米五谷杂粮 新米 礼品赠品",
"simpleSubject": "黄小米 400克 双层真空装 月子米 宝宝米五谷杂粮 新米 礼品赠品",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/591446093747.html",
"cid": "201157708",
"city": "聊城市",
"province": "山东",
"companyName": "山东山满田生态农业有限公司",
"companyNick": "山东山满田生态农业有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2019/016/685/11258586610_2053237023.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2019/016/685/11258586610_2053237023.jpg",
"memberId": "b2b-220078268953277136",
"offerSuttleWeight": "0.4",
"offerWeight": "0.4",
"category": "201157708",
"price": "4.4",
"prices": [
{
"quantity": "2~59",
"value": "5.40"
},
{
"quantity": "60~599",
"value": "4.90"
},
{
"quantity": "≥600",
"value": "4.40"
}
],
"saleQuantity": "9640",
"unit": "袋",
"tags": "210946,3793921,3775489,3791361",
"userid": "2200782689532"
},
{
"iid": "559675715150",
"itemId": "559675715150",
"title": "陕北米脂黄小米25公斤散装新小米孕妇宝宝农家小黄米杂粮厂家批发",
"subject": "陕北米脂黄<font color=red>小米</font>25公斤散装新<font color=red>小米</font>孕妇宝宝农家小黄米杂粮厂家批发",
"simpleSubject": "陕北米脂黄小米25公斤散装新小米孕妇宝宝农家小黄米杂粮厂家批发",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/559675715150.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN018ObLEH1Gqjd6TZfRi_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN018ObLEH1Gqjd6TZfRi_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "25.0",
"offerWeight": "25.0",
"category": "10023",
"price": "330.0",
"prices": [
{
"quantity": "2~9",
"value": "350.00"
},
{
"quantity": "≥10",
"value": "330.00"
}
],
"saleQuantity": "1289",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "3343720674"
},
{
"iid": "622044386526",
"itemId": "622044386526",
"title": "黄小米真空装500克 小米家庭食用有机小米 五谷杂粮小米粥 月子米",
"subject": "黄<font color=red>小米</font>真空装500克 <font color=red>小米</font>家庭食用有机<font color=red>小米</font> 五谷杂粮<font color=red>小米</font>粥 月子米",
"simpleSubject": "黄小米真空装500克 小米家庭食用有机小米 五谷杂粮小米粥 月子米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/622044386526.html",
"cid": "201157708",
"city": "长治市",
"province": "山西",
"companyName": "沁县沁谷香农业开发有限公司",
"companyNick": "沁县沁谷香农业开发有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/555/194/17190491555_1871736190.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/555/194/17190491555_1871736190.jpg",
"memberId": "b2b-3416065124af4e9",
"offerSuttleWeight": "0.5",
"offerWeight": "0.5",
"category": "201157708",
"price": "9.0",
"prices": [
{
"quantity": "2~99",
"value": "10.00"
},
{
"quantity": "100~999",
"value": "9.50"
},
{
"quantity": "≥1000",
"value": "9.00"
}
],
"saleQuantity": "1962",
"unit": "袋",
"tags": "210946,3793921,3775489,3791361",
"userid": "3416065124"
},
{
"iid": "563980518892",
"itemId": "563980518892",
"title": "【窑洞小院】陕北米脂黑小米500克2020年新米宝宝米月子米真空",
"subject": "【窑洞小院】陕北米脂黑<font color=red>小米</font>500克2020年新米宝宝米月子米真空",
"simpleSubject": "【窑洞小院】陕北米脂黑小米500克2020年新米宝宝米月子米真空",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/563980518892.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01ERfjK31GqjdCpnkuj_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01ERfjK31GqjdCpnkuj_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "1.0",
"offerWeight": "1.0",
"category": "10023",
"price": "11.9",
"prices": [
{
"quantity": "≥2",
"value": "11.90"
}
],
"saleQuantity": "43410",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "3343720674"
},
{
"iid": "563262856212",
"itemId": "563262856212",
"title": "【哥从陕北来】陕北米脂黄小米5斤布袋 新米月子米宝宝米厂家直供",
"subject": "【哥从陕北来】陕北米脂黄<font color=red>小米</font>5斤布袋 新米月子米宝宝米厂家直供",
"simpleSubject": "【哥从陕北来】陕北米脂黄小米5斤布袋 新米月子米宝宝米厂家直供",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/563262856212.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01k7cuOR1GqjdFXe4cW_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01k7cuOR1GqjdFXe4cW_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "2.7",
"offerWeight": "2.7",
"category": "10023",
"price": "50.0",
"prices": [
{
"quantity": "≥2",
"value": "50.00"
}
],
"saleQuantity": "3447",
"unit": "件",
"tags": "210946,3793921,3775489,3791361",
"userid": "3343720674"
},
{
"iid": "591633897425",
"itemId": "591633897425",
"title": "三味小米390克 双层真空包装 杂粮粥米组合 厂家 五谷杂粮滋补粥",
"subject": "三味<font color=red>小米</font>390克 双层真空包装 杂粮粥米组合 厂家 五谷杂粮滋补粥",
"simpleSubject": "三味小米390克 双层真空包装 杂粮粥米组合 厂家 五谷杂粮滋补粥",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/591633897425.html",
"cid": "10021",
"city": "聊城市",
"province": "山东",
"companyName": "山东山满田生态农业有限公司",
"companyNick": "山东山满田生态农业有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2019/467/251/11297152764_2053237023.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2019/467/251/11297152764_2053237023.jpg",
"memberId": "b2b-220078268953277136",
"offerSuttleWeight": "0.39",
"offerWeight": "0.39",
"category": "10021",
"price": "5.5",
"prices": [
{
"quantity": "2~59",
"value": "6.50"
},
{
"quantity": "60~599",
"value": "6.00"
},
{
"quantity": "≥600",
"value": "5.50"
}
],
"saleQuantity": "1132",
"unit": "件",
"tags": "210946,276354,278082,272514",
"userid": "2200782689532"
},
{
"iid": "566406161719",
"itemId": "566406161719",
"title": "厂家直销五谷杂粮沁州黄小米 小黄米 月子小米杂粮可oem代加工",
"subject": "厂家直销五谷杂粮沁州黄<font color=red>小米</font> 小黄米 月子<font color=red>小米</font>杂粮可oem代加工",
"simpleSubject": "厂家直销五谷杂粮沁州黄小米 小黄米 月子小米杂粮可oem代加工",
"dealQuantity": "3",
"url": "https://detail.1688.com/offer/566406161719.html",
"cid": "10023",
"city": "合肥市",
"province": "安徽",
"companyName": "合肥正光农产品贸易有限公司",
"companyNick": "合肥正光农产品贸易有限公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2018/016/300/8662003610_210993556.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2018/016/300/8662003610_210993556.jpg",
"memberId": "b2b-2835196938e8585",
"offerSuttleWeight": "1.0",
"offerWeight": "1.0",
"category": "10023",
"price": "4.7",
"prices": [
{
"quantity": "3~99",
"value": "6.00"
},
{
"quantity": "100~999",
"value": "5.00"
},
{
"quantity": "≥1000",
"value": "4.70"
}
],
"saleQuantity": "4086",
"unit": "件",
"tags": "231490,218114,210946,235906",
"userid": "2835196938"
},
{
"iid": "580742503128",
"itemId": "580742503128",
"title": "【窑洞小院】陕北米脂黄小米 1斤五谷杂粮现磨黄小米宝宝月子米",
"subject": "【窑洞小院】陕北米脂黄<font color=red>小米</font> 1斤五谷杂粮现磨黄<font color=red>小米</font>宝宝月子米",
"simpleSubject": "【窑洞小院】陕北米脂黄小米 1斤五谷杂粮现磨黄小米宝宝月子米",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/580742503128.html",
"cid": "10023",
"city": "米脂县",
"province": "陕西",
"companyName": "米脂县巧媳妇农产品开发有限责任公司",
"companyNick": "米脂县巧媳妇农产品开发有限责任公司",
"smallImage": "https://cbu01.alicdn.com/img/ibank/O1CN01sz8nEf1Gqjd74L5UH_!!3343720674-0-cib.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/O1CN01sz8nEf1Gqjd74L5UH_!!3343720674-0-cib.jpg",
"memberId": "b2b-3343720674d30c7",
"offerSuttleWeight": "2.7",
"offerWeight": "2.7",
"category": "10023",
"price": "6.5",
"prices": [
{
"quantity": "2~4",
"value": "12.00"
},
{
"quantity": "5~99999",
"value": "8.50"
},
{
"quantity": "≥100000",
"value": "6.50"
}
],
"saleQuantity": "114785",
"unit": "件",
"tags": "210946,302274,306562,306498",
"userid": "3343720674"
},
{
"iid": "564764345951",
"itemId": "564764345951",
"title": "当季新米黄小米5斤装杂粮小米粥宝宝月子米农家自产小黄米现货",
"subject": "当季新米黄<font color=red>小米</font>5斤装杂粮<font color=red>小米</font>粥宝宝月子米农家自产小黄米现货",
"simpleSubject": "当季新米黄小米5斤装杂粮小米粥宝宝月子米农家自产小黄米现货",
"dealQuantity": "2",
"url": "https://detail.1688.com/offer/564764345951.html",
"cid": "10021",
"city": "武城县",
"province": "山东",
"companyName": "武城县李家户家桂食品批发商行",
"companyNick": "武城县李家户家桂食品批发商行",
"smallImage": "https://cbu01.alicdn.com/img/ibank/2020/356/151/17635151653_488953809.290x290xz.jpg",
"pic": "https://cbu01.alicdn.com/img/ibank/2020/356/151/17635151653_488953809.jpg",
"memberId": "b2b-34064979730b8e5",
"offerSuttleWeight": "2.5",
"offerWeight": "2.5",
"category": "10021",
"price": "34.8",
"prices": [
{
"quantity": "2~9",
"value": "35.80"
},
{
"quantity": "≥10",
"value": "34.80"
}
],
"saleQuantity": "131",
"unit": "件",
"tags": "210946,268866,504641",
"userid": "3406497973"
}
]
},
"count": {
"remain": "998",
"use": "2"
}
}
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/1688/detail?api_token={}&c_type={}&iid={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、iid:需要查询商品的id
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
remain | Number | 1000 | 当天剩余次数 |
use | Number | 2 | 当天使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | Number | 635283396128 | 商品id |
cateName | String | 女式卫衣、绒衫 | 商品分类 |
video | String | https://cloud.video.taobao.com/play/u/2207970768641/p/1/e/6/t/1/274319603024.mp4 | 商品视频 |
title | String | 2021春秋新款中长款圆领卫衣女宽松休闲时尚外贸批发韩版女装上衣 | 商品标题 |
detailUrl | String | https://detail.1688.com/offer/635283396128.html | 详细url |
supplierId | Number | 港姐的黄人馆 | 商家名称 |
supplierUserId | Number | 2207970768641 | 商家id |
sendAddress | String | 广东省 揭阳市 | 发货地址 |
attributes | Json | 产品参数 | 产品参数 |
description | String | 商品描述 | |
images | Json | 商品图片 | |
sku | Json | 商品库存信息 |
GET https://api.ouotool.com/api/ebp/1688/detail?api_token=api_token&c_type=1&iid=635283396128
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/1688/detail?api_token=api_token&c_type=1&iid=635283396128'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 1,
"message": "success",
"data": {
"status": 1,
"code": 200,
"msg": "success",
"data": {
"iid": 635283396128,
"cateName": "女式卫衣、绒衫",
"video": "https://cloud.video.taobao.com/play/u/2207970768641/p/1/e/6/t/1/274319603024.mp4",
"title": "2021春秋新款中长款圆领卫衣女宽松休闲时尚外贸批发韩版女装上衣",
"detailUrl": "https://detail.1688.com/offer/635283396128.html",
"supplierId": "港姐的黄人馆",
"supplierUserId": "2207970768641",
"sendAddress": "广东省 揭阳市",
"attributes": [
{
"attributeID": 1398,
"isCustom": false,
"attributeName": "货号",
"value": "JS-Q18"
},
{
"attributeID": 346,
"isCustom": false,
"attributeName": "产地",
"value": "广州"
},
{
"attributeID": 2176,
"isCustom": false,
"attributeName": "品牌",
"value": "其他"
},
{
"attributeID": 20418023,
"isCustom": false,
"attributeName": "主图来源",
"value": "官方图片"
},
{
"attributeID": 100000691,
"isCustom": false,
"attributeName": "货源类别",
"value": "现货"
},
{
"attributeID": 7108,
"isCustom": false,
"attributeName": "是否库存",
"value": "是"
},
{
"attributeID": 8243,
"isCustom": false,
"attributeName": "库存类型",
"value": "整单"
},
{
"attributeID": 973,
"isCustom": false,
"attributeName": "风格",
"value": "百搭"
},
{
"attributeID": 2900,
"isCustom": false,
"attributeName": "图案",
"value": "字母"
},
{
"attributeID": 1811,
"isCustom": false,
"attributeName": "款式",
"value": "套头"
},
{
"attributeID": 42842855,
"isCustom": false,
"attributeName": "版型",
"value": "宽松型"
},
{
"attributeID": 2576403,
"isCustom": false,
"attributeName": "组合形式",
"value": "单件套"
},
{
"attributeID": 31610,
"isCustom": false,
"attributeName": "衣长",
"value": "中长款(65cm<衣长≤80cm)"
},
{
"attributeID": 7001,
"isCustom": false,
"attributeName": "袖长",
"value": "长袖"
},
{
"attributeID": 2917380,
"isCustom": false,
"attributeName": "袖型",
"value": "常规袖"
},
{
"attributeID": 20602,
"isCustom": false,
"attributeName": "领型",
"value": "圆领"
},
{
"attributeID": 7002,
"isCustom": false,
"attributeName": "厚薄",
"value": "普通"
},
{
"attributeID": 8614,
"isCustom": false,
"attributeName": "流行元素",
"value": "印花"
},
{
"attributeID": 8614,
"isCustom": false,
"attributeName": "流行元素",
"value": "拼接"
},
{
"attributeID": 1085,
"isCustom": false,
"attributeName": "工艺",
"value": "印花/印染"
},
{
"attributeID": 20666,
"isCustom": false,
"attributeName": "上市年份/季节",
"value": "2021年春季"
},
{
"attributeID": 100031521,
"isCustom": false,
"attributeName": "面料名称",
"value": "聚酯纤维"
},
{
"attributeID": 117130178,
"isCustom": false,
"attributeName": "主面料成分",
"value": "聚酯纤维(涤纶)"
},
{
"attributeID": 151816012,
"isCustom": false,
"attributeName": "主面料成分的含量",
"value": "91%-99%"
},
{
"attributeID": 100151342,
"isCustom": false,
"attributeName": "里料成分",
"value": "聚酯纤维(涤纶)"
},
{
"attributeID": 149164524,
"isCustom": false,
"attributeName": "里料成分含量",
"value": "91%-99%"
},
{
"attributeID": 154486525,
"isCustom": false,
"attributeName": "主面料产地是否进口",
"value": "否"
},
{
"attributeID": 3216,
"isCustom": false,
"attributeName": "颜色",
"value": "白色"
},
{
"attributeID": 3216,
"isCustom": false,
"attributeName": "颜色",
"value": "黑色"
},
{
"attributeID": 450,
"isCustom": false,
"attributeName": "尺码",
"value": "M"
},
{
"attributeID": 450,
"isCustom": false,
"attributeName": "尺码",
"value": "L"
},
{
"attributeID": 450,
"isCustom": false,
"attributeName": "尺码",
"value": "XL"
},
{
"attributeID": 450,
"isCustom": false,
"attributeName": "尺码",
"value": "XXL"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "ebay"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "亚马逊"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "wish"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "速卖通"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "独立站"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "LAZADA"
},
{
"attributeID": 182318189,
"isCustom": false,
"attributeName": "主要下游平台",
"value": "其他"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "非洲"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "欧洲"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "南美"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "东南亚"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "北美"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "东北亚"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "中东"
},
{
"attributeID": 193290002,
"isCustom": false,
"attributeName": "主要销售地区",
"value": "其他"
},
{
"attributeID": 193290003,
"isCustom": false,
"attributeName": "有可授权的自有品牌",
"value": "否"
},
{
"attributeID": 182282223,
"isCustom": false,
"attributeName": "是否跨境出口专供货源",
"value": "是"
},
{
"attributeID": 2534,
"isCustom": false,
"attributeName": "适合年龄",
"value": "18-24周岁"
},
{
"attributeID": 31524,
"isCustom": false,
"attributeName": "服装风格",
"value": "韩版"
},
{
"attributeID": 2489638,
"isCustom": false,
"attributeName": "风格类型",
"value": "都市休闲"
},
{
"attributeID": 151844178,
"isCustom": false,
"attributeName": "主面料成分2",
"value": "聚酯纤维(涤纶)"
},
{
"attributeID": 2600,
"isCustom": false,
"attributeName": "适用性别",
"value": "女"
},
{
"attributeID": 364,
"isCustom": false,
"attributeName": "产品类别",
"value": "卫衣/绒衫"
}
],
"description": "<div id=\"offer-template-0\"></div><div style=\"text-align: center;\"><img alt=\"i22UiPqjydTD2UeMXfepuoctkeTvh96fzF0C\" align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01IIUG3q2Dhd3Ws7R8S_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01gO9mYN2Dhd3WDJ0I6_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01BmHlff2Dhd3TOtzTr_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01l7KMGh2Dhd3VlPYC5_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01jtuGFz2Dhd3SDqhRa_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01LGIwX72Dhd3TzGANy_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01y6tQpE2Dhd3YwY7ij_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01xIUixq2Dhd3VxfAo1_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01xAmCY22Dhd3VxfExY_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01CqnS0R2Dhd3VxfAo0_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01UHcT1r2Dhd3VxgJUi_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01R77tIU2Dhd3aI820t_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Cd6cu92Dhd3NTtK8c_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Tsf53c2Dhd3YCbPJE_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01EFdure2Dhd3SDr2Gz_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN014t32MG2Dhd3avErdm_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01pWq1Wx2Dhd3WDJblM_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN014MCpad2Dhd3TzHyeU_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01aEvwcS2Dhd3Ws6MgL_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01D5DiyO2Dhd3bnLq5d_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN010kQpik2Dhd3X8XjlV_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01ugmHHQ2Dhd3Ws6IWo_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Hllhnr2Dhd3YwaP70_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Nmyasc2Dhd3WDHnW3_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01MKsWRb2Dhd3Ws6y5a_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01PzhDdB2Dhd3TzGyIw_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01a9wyHl2Dhd3VlN4NP_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01ZIfpqe2Dhd3bnMF58_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN019yFhNE2Dhd3bnKlZU_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN014BrL7T2Dhd3cEXvJY_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01V0u6m92Dhd3WDIfaW_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /><img align=\"absmiddle\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Wxiz2l2Dhd3SDtFXf_!!2207970768641-0-cib.jpg\" style=\"max-width: 750.0px;\" /></div>",
"images": {
"item": [
"https://cbu01.alicdn.com/img/ibank/O1CN01SUVcEc2Dhd3aI5Y6H_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01JYWJFk2Dhd3bnM6hK_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01gypiDn2Dhd3YwXJow_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01p32KZd2Dhd3YCbwVq_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01NSmIjh1Bs2eRcxck9_!!0-0-cib.jpg"
],
"prop": [],
"desc": [
"https://cbu01.alicdn.com/img/ibank/O1CN01IIUG3q2Dhd3Ws7R8S_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01gO9mYN2Dhd3WDJ0I6_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01BmHlff2Dhd3TOtzTr_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01l7KMGh2Dhd3VlPYC5_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01jtuGFz2Dhd3SDqhRa_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01LGIwX72Dhd3TzGANy_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01y6tQpE2Dhd3YwY7ij_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01xIUixq2Dhd3VxfAo1_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01xAmCY22Dhd3VxfExY_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01CqnS0R2Dhd3VxfAo0_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01UHcT1r2Dhd3VxgJUi_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01R77tIU2Dhd3aI820t_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Cd6cu92Dhd3NTtK8c_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Tsf53c2Dhd3YCbPJE_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01EFdure2Dhd3SDr2Gz_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN014t32MG2Dhd3avErdm_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01pWq1Wx2Dhd3WDJblM_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN014MCpad2Dhd3TzHyeU_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01aEvwcS2Dhd3Ws6MgL_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01D5DiyO2Dhd3bnLq5d_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN010kQpik2Dhd3X8XjlV_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01ugmHHQ2Dhd3Ws6IWo_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Hllhnr2Dhd3YwaP70_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Nmyasc2Dhd3WDHnW3_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01MKsWRb2Dhd3Ws6y5a_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01PzhDdB2Dhd3TzGyIw_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01a9wyHl2Dhd3VlN4NP_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01ZIfpqe2Dhd3bnMF58_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN019yFhNE2Dhd3bnKlZU_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN014BrL7T2Dhd3cEXvJY_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01V0u6m92Dhd3WDIfaW_!!2207970768641-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Wxiz2l2Dhd3SDtFXf_!!2207970768641-0-cib.jpg"
]
},
"sku": [
{
"quantity": 9999998,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855820,
"spec_id": "cef93beef156f1799e736c649f36efae",
"propertiesName": "颜色:白色;尺码:M;",
"image": ""
},
{
"quantity": 9999999,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855822,
"spec_id": "82114cbd2c10b5e97b01af1510807e2d",
"propertiesName": "颜色:白色;尺码:L;",
"image": ""
},
{
"quantity": 9999993,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855824,
"spec_id": "c45d8408137e34adf8e695250c42a2e9",
"propertiesName": "颜色:白色;尺码:XL;",
"image": ""
},
{
"quantity": 9999983,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855826,
"spec_id": "df78564262818d6eb0c428a37ab4a251",
"propertiesName": "颜色:白色;尺码:XXL;",
"image": ""
},
{
"quantity": 9999999,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855821,
"spec_id": "4b2120e532948daa11e58e09bb260801",
"propertiesName": "颜色:黑色;尺码:M;",
"image": ""
},
{
"quantity": 9999999,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855823,
"spec_id": "b99ece08861a79e13a4dba90e97ebff8",
"propertiesName": "颜色:黑色;尺码:L;",
"image": ""
},
{
"quantity": 9999994,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855825,
"spec_id": "5c337082186ff55b2d8267560ac89d59",
"propertiesName": "颜色:黑色;尺码:XL;",
"image": ""
},
{
"quantity": 9999983,
"consign_price": 17,
"price": 17,
"sku_id": 4726808855827,
"spec_id": "dc048f4577f72dd6b932615edef1fab6",
"propertiesName": "颜色:黑色;尺码:XXL;",
"image": ""
}
]
}
},
"count": {
"remain": "999",
"use": "1"
}
}
请求方式:get
请求地址:https://api.ouotool.com/api/ebp/1688/token2iid?api_token={}&c_type={}&token={}
1、api_token:购买本接口后获取的密钥
2、c_type:查询类型,目前只有一种类型,值为1
3、token:需要查询的口令
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
code | Number | 200 | 接口返回状态码 |
message | String | success | 请求是否成功 |
data | Json | {} | 返回商品信息 |
status | Number | 1 | |
count | Json | {} | 返回当日使用情况,remain是剩余次数,use是使用次数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
iid | String | 633082319414 | 接口返回商品id |
GET https://api.ouotool.com/api/ebp/taobao/token2iid?api_token=api_token&c_type=1&token=【春秋冬外穿针织马甲背心女新款韩版女装气质V领大码宽松毛衣外穿】复制¥WNGBl8T96wLay¥,打开【手机阿里】或【支付宝-点首页进行搜索】查看:https://qr.1688.com/share.html?secret=oDH9bCv8
xxxxxxxxxx
import requests
url = 'https://api.ouotool.com/api/ebp/taobao/token2iid?api_token=api_token&c_type=1&token=【春秋冬外穿针织马甲背心女新款韩版女装气质V领大码宽松毛衣外穿】复制¥WNGBl8T96wLay¥,打开【手机阿里】或【支付宝-点首页进行搜索】查看:https://qr.1688.com/share.html?secret=oDH9bCv8'
result = requests.get(url)
print(result.content.decode())
xxxxxxxxxx
{
"code": 200,
"message": "success",
"status": 1,
"data": {
"iid": "584641797277"
},
"count": {
"remain": "998",
"use": "2"
}
}