阿里巴巴熱賣商品推薦 API 返回值說明
item_search_popular- 熱賣商品推薦
alibaba.item_search_popular
公共引數
請求地址: +vx15870092527或qq1635608656
名稱 | 型別 | 必須 | 描述 |
---|---|---|---|
key | String | 是 | 呼叫key(必須以GET方式拼接在URL中) |
secret | String | 是 | 呼叫金鑰 |
api_name | String | 是 | API介面名稱(包括在請求地址中)[item_search,item_get,item_search_shop等] |
cache | String | 否 | [yes,no]預設yes,將呼叫快取的資料,速度比較快 |
result_type | String | 否 | [json,jsonu,xml,serialize,var_export]返回資料格式,預設為json,jsonu輸出的內容中文可以直接閱讀 |
lang | String | 否 | [cn,en,ru]翻譯語言,預設cn簡體中文 |
version | String | 否 | API版本 |
請求引數
請求引數:num_iid=62347145180
引數說明:num_iid:商品id
響應引數
Version: Date:
名稱 | 型別 | 必須 | 示例值 | 描述 |
---|---|---|---|---|
items |
item[] | 0 |
|
熱賣商品推薦 |
title |
String | 0 | Stocklot new cheap stylish sport sneakers casual shoes men for walking |
|
pic_url |
String | 0 | 寶貝圖片 | |
price |
Float | 0 | 3.00 - 3.50 | 價格 |
min_num |
String | 0 | 20 pairs | 銷量 |
num_iid |
Bigint | 0 | 1600523822040 | 寶貝ID |
detail_url |
String | 0 | // | 商品連結 |
請求示例
-- 請求示例 url 預設請求引數已經URL編碼處理curl -i "您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=62347145180"
響應示例
{ "item": [ { "num_iid": "1600523822040", "price": "$3.00 - $3.50", "pic_url": "", "title": "Stocklot new cheap stylish sport sneakers casual shoes men for walking", "min_num": "20 pairs", "detail_url": "//" }, { "num_iid": "1600306558465", "price": "$3.00 - $3.80", "pic_url": " "title": "new arrival lace up big size running sneakers pu white shoes men casual", "min_num": "1 pair", "detail_url": "// }, { "num_iid": "1600524858775", "price": "$2.80 - $3.50", "pic_url": " "title": "wholesale 2022 fashion sneakers for men custom unbrand breathable sport shoes cheapest", "min_num": "10 pairs", "detail_url": "// }, { "num_iid": "1600519019445", "price": "$2.50 - $3.15", "pic_url": " "title": "HOT SALE FASHION MEN WALKING SNEAKERS WHOLESALE 2022 SUMMER SPORTS SHOES", "min_num": "1 pair", "detail_url": "// }, { "num_iid": "1600478873908", "price": "$0.80 - $1.30", "pic_url": " "title": "black men shoes hot sale china factory cheapest knitting running lace up men sport shoes", "min_num": "2 pairs", "detail_url": "// }, { "num_iid": "1600442483624", "price": "$2.80 - $3.20", "pic_url": " "title": "wholesale china supplier stocklot stylish mens sneakers custom", "min_num": "10 pairs", "detail_url": "// }, { "num_iid": "1600246235485", "price": "$3.00 - $3.80", "pic_url": " "title": "fashion men casual shoes breathable walking shoes cheap injection sport shoes", "min_num": "1 pair", "detail_url": "// }, { "num_iid": "1600137168753", "price": "$3.30 - $3.50", "pic_url": " "title": "Autumn design no branded durable lace up casual shoes for men", "min_num": "1 pair", "detail_url": "//www.alibaba.com/product-detail/Autumn-design-no-branded-durable-lace_1600137168753.html" }, { "num_iid": "1600467760716", "price": "$2.50 - $3.60", "pic_url": "https://s.alicdn.com/@sc04/kf/H67a2e5dfe483421ca8e6c7c15138f99cu.jpg_220x220.jpg", "title": "low price customized logo durable fashion casual sneakers shoes men sports", "min_num": "1 pair", "detail_url": "//www.alibaba.com/product-detail/low-price-customized-logo-durable-fashion_1600467760716.html" }, { "num_iid": "1600229370606", "price": "$2.80 - $3.20", "pic_url": " "title": "china shoe making factory summer breathable new men stylish causal sport shoes", "min_num": "2 pairs", "detail_url": "// } ], "_ddf": "app", "error": "", "reason": "", "error_code": "0000", "cache": 0, "api_info": "today:22 max:5000 all[37=22+10+5];expires:2023-04-25", "execution_time": "0.555", "server_time": "Beijing/2022-07-22 15:26:32", "client_ip": "106.6.33.140", "call_args": [], "api_type": "alibaba", "translate_language": "zh-CN", "translate_engine": "baidu", "server_memory": "0.84MB", "request_id": "gw-4.62da51281d9e8", "last_id": "1094095650"}
異常示例
{ "error": "item-not-found", "reason": "商品沒找到", "error_code": "2000", "success": 0, "cache": 0, "api_info": "today:0 max:10000", "execution_time": 0.081, "server_time": "Beijing/2020-06-10 23:44:00", "call_args": [], "api_type": "alibaba", "request_id": "4ee0ffc041242"}
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70026969/viewspace-2944552/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 阿里巴巴獲得商品詳情 API 返回值說明阿里API
- 商品詳情 API 返回值說明API
- 阿里巴巴按關鍵字搜尋商品 API 返回值說明阿里API
- 阿里巴巴中國站獲得商品快遞費用 API 返回值說明阿里API
- 淘寶/天貓獲取賣出的商品訂單列表 API 返回值說明API
- 阿里巴巴中國站按圖搜尋1688商品(拍立淘) API 返回值說明阿里API
- 根據關鍵詞取商品列表API返回值說明API
- 易貝獲得EBAY商品詳情 API 返回值說明API
- 京東獲得JD商品詳情 API 返回值說明API
- 1688API介面:阿里巴巴中國站按圖搜尋1688商品(拍立淘) API 返回值說明API阿里
- 拼多多根據ID取商品詳情 API 返回值說明API
- 京東按關鍵字搜尋商品 API 返回值說明API
- 1688API介面分享:獲得店鋪的所有商品 API 返回值說明API
- 蝦皮shopee根據ID取商品詳情 API 返回值說明API
- 透過API介面獲取阿里巴巴商品詳情示例說明API阿里
- 淘寶/天貓搜尋同款的商品 API 介面返回值說明API
- 亞馬遜國際獲得AMAZON商品詳情 API 返回值說明亞馬遜API
- 淘寶/天貓獲得淘寶商品詳情 API 返回值說明API
- 唯品會按關鍵字搜尋vip商品 API 返回值說明API
- 如何用python語言獲得商品詳情資料API 返回值說明PythonAPI
- 亞馬遜國際按關鍵字搜尋商品 API 返回值說明亞馬遜API
- 京東按圖搜尋京東商品(拍立淘) API 返回值說明API
- 阿里巴巴中國站獲得公司檔案資訊 API 返回值說明阿里API
- 亞馬遜國際站獲得AMAZON商品詳情 API介面返回值說明亞馬遜API
- 電商API介面:lazada按關鍵字搜尋商品(引數、返回值說明)API
- 淘寶/天貓獲得淘寶商品快遞費用 API 返回值說明API
- 阿里巴巴中國站獲得工廠檔案資訊 API 返回值說明阿里API
- 阿里巴巴中國站獲得實力檔案資訊 API 返回值說明阿里API
- 淘寶/天貓獲取購買到的商品訂單列表 API 返回值說明API
- 淘寶/天貓按圖搜尋淘寶商品(拍立淘) API 返回值說明API
- 熱門API介面整理推薦API
- 淘寶/天貓獲得淘寶app商品詳情原資料 API 返回值說明APPAPI
- 網路爬蟲 淘寶/天貓獲得淘寶商品評論 API 返回值說明爬蟲API
- 蝦皮API介面根據關鍵詞取商品列表(商品詳情,庫存,排序,價格...)返回值及說明API排序
- 商品推薦
- 拼多多根據ID獲取商品詳情頁簡版資料 API 介面返回值說明API
- 攜程獲取景點詳情 API 返回值說明API
- 淘寶/天貓天天特價 API 返回值說明API