阿里巴巴熱賣商品推薦 API 返回值說明

JenniferAB發表於2023-04-08

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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章