拼多多根據ID獲取商品詳情頁簡版資料 API 介面返回值說明

API測試Cris發表於2023-04-17

準備工作:

1)獲取一個key和secret。


2)然後登入請求地址選擇需要該介面。


3)輸入自己的key和secret,對介面進行測試。從而瞭解返回資訊,方便程式獲取。


item_get_easy-根據ID獲取商品詳情頁簡版資料

公共引數


名稱 型別 必須 描述

key String 呼叫key(必須以GET方式拼接在URL中)

secret String 呼叫金鑰(介面v;18870288846)

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=1620002566


引數說明:num_iid:商品ID ;



響應引數


Version: Date:


名稱 型別 必須 示例值 描述

num_iid


String 0 1999629976 商品ID

title


String 0 2019新款女裝短袖t恤女夏寬鬆韓版休閒上衣百搭蝙蝠衫五分袖體恤 商品標題

price


Float 0 8.8 價格

total_price


Float 0

orginal_price


Float 0 原價

nick


String 0 雅怡服飾1688 賣家暱稱

sales


Int 0 76 銷量

detail_url


String 0 寶貝連結

item_imgs


Mix 0 [{"url": "//t00img.yangkeduo.com/t05img/images/2018-06-28/24bcb29df1195edaea840afd3e1bdaf9.jpeg?imageMogr2/strip%7CimageView2/2/w/1300/q/80"}] 寶貝圖片列表

pic_url


String 0 //t00img.yangkeduo.com/t05img/images/2018-06-28/24bcb29df1195edaea840afd3e1bdaf9.jpeg?imageMogr2/thumbnail/150x/quality/50 寶貝圖片

seller_info


Mix 0 {"nick": "雅怡服飾1688", "city": "", "level": null, "rate": null, "score": 4.27, "delivery_score": 4.37, "item_score": 4.38, "shop_type": "", "user_num_id": "", "sid": 99033, "shop_name": "雅怡服飾1688", "zhuy": "", "menu": [] } 賣家資訊

shop_item


Mix 0 []

relate_items


Mix 0 []

 請求示例(Curl、PHP、PHPsdk、JAVA、C#、Python...)


<?php

 

// 請求示例 url 預設請求引數已經URL編碼處理

// 本示例程式碼未加密secret引數明文傳輸,若要加密請參考:;18870288846?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=1620002566";

$curl = curl_init();

curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);

curl_setopt($curl, CURLOPT_URL, $url);

curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,FALSE);

curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,FALSE);

curl_setopt($curl, CURLOPT_FAILONERROR, false);

curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);

curl_setopt($curl, CURLOPT_HEADER, true);

curl_setopt($curl, CURLOPT_ENCODING, "gzip");

var_dump(curl_exec($curl));

響應示例


響應示例

{

"num_iid": "1620002566",

"title": "【2件套】套裝秋冬新款仿獺兔毛釘珠皮草毛毛短外套加厚大衣女裝",

"price": "95.4",

"cid": 8456,

"desc_short": "【2件套】套裝秋冬新款仿獺兔毛釘珠皮草毛毛短外套加厚大衣女裝",

"total_price": "",

"orginal_price": "209.0",

"nick": "果果家氣質女裝",

"video": "",

"sales": "10萬+",

"detail_url": "

"item_imgs": {

"item_img": [

{

"url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg"

},

{

"url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/176019babfdecffa1d9f98f40b7e99b4.jpeg"

},

{

"url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/efb5db42397550bffd3211ca6f197498.jpeg"

},

{

"url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/d209ef7bcc9183c3bb8ca1dfdb108d49.jpeg"

},

{

"url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/74257ab65f3f00da7a90fde9042fe640.jpeg"

},

{

"url": "https://t00img.yangkeduo.com/goods/images/2019-08-17/e8fbd9cb-cc74-4caa-9380-84c46d27b008.jpg"

},

{

"url": "https://t00img.yangkeduo.com/goods/images/2019-08-17/d76f515b-e375-4060-b94e-cf64f6b0964e.jpg"

},

{

"url": "https://t00img.yangkeduo.com/goods/images/2019-08-17/f2f279b5-6000-4fbe-b99b-7c1cbd7884ea.jpg"

}

]

},

"pic_url": "http://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg",

"shop_id": "461742",

"_ddf": "yke",

"seller_info": {

"nick": "果果家氣質女裝",

"score": 31,

"delivery_score": "",

"item_score": "",

"shop_type": "",

"user_num_id": "461742",

"shop_name": "果果家氣質女裝",

"zhuy": "

"sid": "461742"

},

"error": "",

"reason": "",

"error_code": "0000",

"cache": 0,

"api_info": "today:42 max:10000 all[100=42+27+31];expires:2030-12-31",

"execution_time": "0.205",

"server_time": "Beijing/2023-02-18 10:51:34",

"client_ip": "106.6.33.48",

"call_args": [],

"api_type": "pinduoduo",

"translate_language": "zh-CN",

"translate_engine": "baidu",

"server_memory": "3.14MB",

"request_id": "gw-1.63f03d3629d72",

"last_id": "1558708792"

}

文章內容有限,歡迎私信溝通交流!


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70028219/viewspace-2946218/,如需轉載,請註明出處,否則將追究法律責任。

相關文章