拼多多分类ID搜索商品数据分析接口(商品列表数据,商品销量数据,商品详情数据)代码对接教程如下:

1.公共参数

名称 类型 必须 描述(接口代码教程wx19970108018)
key String 调用key(必须以GET方式拼接在URL中,点击获取请求key和secret)
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版本

2.请求参数

请求参数:num_iid=1620002566

参数说明:num_iid:商品ID ;

备注:支持高并发请求接口,实时商品数据接口,整个页面上的商品详情数据均可以拿到

3.请求示例(CURL、PHP 、PHPsdk 、Java 、C# 、Python…)

//using System.Net.Security;
//using System.Security.Cryptography.X509Certificates;
private const String method = "GET";
static void Main(string[] args)
{String bodys = "";// 请求示例 url 默认请求参数已经做URL编码String url = "https://wx19970108018/pinduoduo/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=1620002566";HttpWebRequest httpRequest = null;HttpWebResponse httpResponse = null; if (url.Contains("https://")){ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(CheckValidationResult);httpRequest = (HttpWebRequest)WebRequest.CreateDefault(new Uri(url));}else{httpRequest = (HttpWebRequest)WebRequest.Create(url);}httpRequest.Method = method;if (0 < bodys.Length){byte[] data = Encoding.UTF8.GetBytes(bodys);using (Stream stream = httpRequest.GetRequestStream()){stream.Write(data, 0, data.Length);}}try{httpResponse = (HttpWebResponse)httpRequest.GetResponse();}catch (WebException ex){httpResponse = (HttpWebResponse)ex.Response;}Console.WriteLine(httpResponse.StatusCode);Console.WriteLine(httpResponse.Method);Console.WriteLine(httpResponse.Headers);Stream st = httpResponse.GetResponseStream();StreamReader reader = new StreamReader(st, Encoding.GetEncoding("utf-8"));Console.WriteLine(reader.ReadToEnd());Console.WriteLine("\n");
}
public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors)
{return true;
}

4.响应示例

{"item": {"num_iid": "1620002566","title": "【2件套】套装秋冬新款仿獭兔毛钉珠皮草毛毛短外套加厚大衣女装","price": 95.4,"minGroupPrice": 115,"maxGroupPrice": 95.4,"total_price": "","desc_short": null,"cid": 8484,"orginal_price": 115,"nick": "果果家气质女装","num": 2201,"sales": 41000,"detail_url": "https://mobile.yangkeduo.com/goods1.html?goods_id=1620002566","desc": "<img src=\"https://t00img.yangkeduo.com/goods/images/2019-02-15/ddf6fe7b-b536-4183-932d-69a1189a3f59.png\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/20f659b04d3e7e5851c27ff9931c96fc.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2019-11-14/4420a8c3-49ed-46d8-ab55-15e7a638ca31.jpg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/26c3e9d5cfbaf4e8f13b2bdd38f48d71.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/0aa872fa74599dad7b6aefe6b6c035c0.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/6bc959e32a30424c7a5284a37676999c.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/1fa9861a8c99c5e9e8119fd2239fef5a.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/b62cabf1d2320c5761e3f4c15203fb20.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/6f6e54376a66cbc78e16700d4c424fe1.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/2f60753dfc875a6876adc35833a69d31.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/ae0116e589d8de712f8dafd0c356cefe.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/da910c98fcc8de1b4d2d1498cd7899fd.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/140349649d8b7d08c8e88bfbbaa2f900.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/a953bae2eeb7364ef3ef2976a97d07eb.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/4da59828136c3b1308aad0aa990778a7.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/4a365b61a80e47288c8609ccd5982396.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/cd0a8a96b783a51236812ce24c59a329.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/16008ac19768d05e7dee16406ff958a1.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/ef1d17b69ebf9449a8bb52459b168c26.jpeg\" style=\"width:100%;\"/><img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-4.630ecdeb03822&p=1778787141&k=i_key&t=1661914603\" style=\"display:none\" />","item_imgs": [{"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg"},{"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/176019babfdecffa1d9f98f40b7e99b4.jpeg"},{"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/efb5db42397550bffd3211ca6f197498.jpeg"},{"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/d209ef7bcc9183c3bb8ca1dfdb108d49.jpeg"},{"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/74257ab65f3f00da7a90fde9042fe640.jpeg"},{"url": "https://img.pddpic.com/goods/images/2019-08-17/e8fbd9cb-cc74-4caa-9380-84c46d27b008.jpg"},{"url": "https://img.pddpic.com/goods/images/2019-08-17/d76f515b-e375-4060-b94e-cf64f6b0964e.jpg"},{"url": "https://img.pddpic.com/goods/images/2019-08-17/f2f279b5-6000-4fbe-b99b-7c1cbd7884ea.jpg"}],"pic_url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg","props_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤)","prop_imgs": {"prop_img": [{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/801a2e23140bfe76229f02aab0a8a5fe.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/2f202934f16f0eee41257b77bf489262.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/48b30664f0f7e526ab1b956e813f25cf.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/3660b7893ca5cda1ffcea745d10b2506.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/a4a5a671afbb2d8e1f4c21c0ced3bea8.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"}]},"props": [{"name": "面料材质","value": "仿皮草"},{"name": "成分含量","value": "71%(含)—80%(含)"},{"name": "版型","value": "修身"},{"name": "领型","value": "圆领"},{"name": "衣长","value": "短款"},{"name": "是否带毛领","value": "不带毛领"},{"name": "主风格","value": "气质名媛"}],"skus": {"sku": [{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:119128","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)","quantity": 80,"sku_id": "57114357891"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:96784","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)","quantity": 32,"sku_id": "57114357892"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:33651","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)","quantity": 46,"sku_id": "57114357893"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:33652","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)","quantity": 6,"sku_id": "57114357894"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:33653","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)","quantity": 33,"sku_id": "57114357895"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115500378;1226:33656","properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)","quantity": 17,"sku_id": "57114357896"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:119128","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)","quantity": 1000,"sku_id": "57114357897"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:96784","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)","quantity": 117,"sku_id": "57114357898"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:33651","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)","quantity": 86,"sku_id": "57114357899"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:33652","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)","quantity": 689,"sku_id": "57114357900"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:33653","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)","quantity": 47,"sku_id": "57114357901"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:1115501666;1226:33656","properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)","quantity": 48,"sku_id": "57114357902"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:33653","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)","quantity": 0,"sku_id": "103851107853"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:33656","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)","quantity": 0,"sku_id": "103851107854"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:119128","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)","quantity": 0,"sku_id": "103851107855"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:96784","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)","quantity": 0,"sku_id": "103851107856"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:33651","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)","quantity": 0,"sku_id": "103851107857"},{"price": 95.4,"total_price": 0,"orginal_price": 115,"properties": "1215:105309781;1226:33652","properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)","quantity": 0,"sku_id": "103851107858"}]},"props_list": {"1215:1115500378": "颜色:粉色两件套(外套+裙子)","1215:1115501666": "颜色:米色两件套(外套+裙子)","1215:105309781": "颜色:蓝色两件套(外套+裙子)","1226:119128": "尺码:S(90斤以下)","1226:96784": "尺码:M(90-100斤)","1226:33651": "尺码:L(100-110斤)","1226:33652": "尺码:XL(110-120斤)","1226:33653": "尺码:2XL(120-130斤)","1226:33656": "尺码:3XL(130-140斤)"},"props_img": {"1215:1115500378": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg","1215:1115501666": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg","1215:105309781": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"},"property_alias": "","props_imgs": {"prop_img": [{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115500378","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:1115501666","url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/801a2e23140bfe76229f02aab0a8a5fe.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/2f202934f16f0eee41257b77bf489262.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/48b30664f0f7e526ab1b956e813f25cf.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/3660b7893ca5cda1ffcea745d10b2506.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/a4a5a671afbb2d8e1f4c21c0ced3bea8.jpeg"},{"properties": "1215:105309781","url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"}]},"location": null,"post_fee": 0,"seller_id": null,"shop_id": "461742","seller_info": {"nick": "果果家气质女装","user_num_id": "461742","sid": "461742","title": "","zhuy": "http://yangkeduo.com/mall_page.html?mall_id=461742","shop_name": "果果家气质女装"},"_ddf": "ha2","format_check": "ok","desc_img": ["https://t00img.yangkeduo.com/goods/images/2019-02-15/ddf6fe7b-b536-4183-932d-69a1189a3f59.png","https://t00img.yangkeduo.com/goods/images/2018-09-02/20f659b04d3e7e5851c27ff9931c96fc.jpeg","https://t00img.yangkeduo.com/goods/images/2019-11-14/4420a8c3-49ed-46d8-ab55-15e7a638ca31.jpg","https://t00img.yangkeduo.com/goods/images/2018-09-02/26c3e9d5cfbaf4e8f13b2bdd38f48d71.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/0aa872fa74599dad7b6aefe6b6c035c0.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/6bc959e32a30424c7a5284a37676999c.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/1fa9861a8c99c5e9e8119fd2239fef5a.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/b62cabf1d2320c5761e3f4c15203fb20.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/6f6e54376a66cbc78e16700d4c424fe1.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/2f60753dfc875a6876adc35833a69d31.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/ae0116e589d8de712f8dafd0c356cefe.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/da910c98fcc8de1b4d2d1498cd7899fd.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/140349649d8b7d08c8e88bfbbaa2f900.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/a953bae2eeb7364ef3ef2976a97d07eb.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/4da59828136c3b1308aad0aa990778a7.jpeg","https://t00img.yangkeduo.com/goods/images/2018-09-02/4a365b61a80e47288c8609ccd5982396.jpeg","https://t00img.yangkeduo.com/goods/images/2018-11-17/cd0a8a96b783a51236812ce24c59a329.jpeg","https://t00img.yangkeduo.com/goods/images/2018-11-17/16008ac19768d05e7dee16406ff958a1.jpeg","https://t00img.yangkeduo.com/goods/images/2018-11-17/ef1d17b69ebf9449a8bb52459b168c26.jpeg"],"shop_item": [],"relate_items": []},"error": "","secache": "38dc3c822554ca397f00e5e9b681e8fb","secache_time": 1661914603,"secache_date": "2022-08-31 10:56:43","translate_status": "","translate_time": 0,"language": {"default_lang": "cn","current_lang": "cn"},"reason": "","error_code": "0000","cache": 0,"api_info": "today:53 max:10100 all[96=53+10+33];expires:2030-12-31","execution_time": "0.119","server_time": "Beijing/2022-08-31 10:56:43","client_ip": "106.6.35.69","call_args": {"num_iid": "1620002566"},"api_type": "pinduoduo","translate_language": "zh-CN","translate_engine": "baidu","server_memory": "0.86MB","request_id": "gw-4.630ecdeb03822","last_id": "1186289087"
}

拼多多分类ID搜索商品数据分析接口(商品列表数据,商品销量数据,商品详情数据)代码对接教程相关推荐

  1. 拼多多关键词搜索采集商品数据接口,拼多多分类ID搜索采集商品销量接口,拼多多上货接口,拼多多商品列表API接口

    可以通过关键词搜索接口采集商品列表详情页各项数据或者是用分类ID搜索采集商品列表数据,包含商品标题,skuid.价格.优惠价,收藏数.销量.SKU图.标题.详情页图片等页面上有的数据均可以拿到,大家都 ...

  2. 拼多多关键词搜索采集商品数据接口,拼多多分类ID搜索采集商品销量接口,拼多多上货接口

    可以通过关键词搜索接口采集商品列表详情页各项数据,包含商品标题,skuid.价格.优惠价,收藏数.月销售量.SKU图.标题.详情页图片等页面上有的数据均可以拿到,大家都知道,拼多多的反爬虫机制十分严, ...

  3. 拼多多关键词搜索商品详情分析接口(分类ID搜索精准商品数据)代码对接教程

    拼多多关键词搜索商品详情分析接口(分类ID搜索精准商品数据)代码对接教程如下: 1.公共参数 名称 类型 必须 描述(接口代码教程wx19970108018) key String 是 调用key(必 ...

  4. 淘宝京东拼多多抖音1688苏宁淘特等关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)

    淘宝京东拼多多抖音1688苏宁淘特等关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)代码对接如下: 1.公共参数 名称 类 ...

  5. 淘宝拼多多抖音1688苏宁淘特京东等关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)

    淘宝拼多多抖音1688苏宁淘特京东等关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)代码对接如下: 1.公共参数 名称 类 ...

  6. 淘宝拼多多抖音1688苏宁淘特京东等平台关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)

    淘宝拼多多抖音1688苏宁淘特京东等平台关键词搜索商品API接口(关键词搜索商品API接口,关键词搜索商品列表接口,分类ID搜索商品列表接口,关键词搜索商品销量接口)代码对接如下: 1.公共参数 名称 ...

  7. 淘宝/京东/拼多多/苏宁/抖音等平台详情数据分析接口(APP商品详情源数据接口代码对接教程)

    一.接口背景: 最近做一个电子商务平台的投标工作,写技术标过程中,配到客户做拼多多集成的接口,其中有一个需求就是监控品牌旗下商品价格,维权,具体需求如下描述: 1.零售价格.批销价格.代销价格.都存储 ...

  8. 拼多多搜索商品详情分析接口代码对接教程

    拼多多搜索商品详情分析接口代码对接教程如下: 1.公共参数 名称 类型 必须 描述(接口代码教程wx19970108018) key String 是 调用key(必须以GET方式拼接在URL中,点击 ...

  9. 淘宝关键词搜索商品接口分析商品价格走势(商品列表接口,商品销量接口,商品价格接口,分类ID采集商品数据接口)接口代码对接教程

    淘宝关键词搜索商品接口分析商品价格走势(商品列表接口,商品销量接口,商品价格接口,分类ID采集商品数据接口)接口代码对接教程如下: 1.公共参数 名称 类型 必须 描述(接口教程wx199701080 ...

最新文章

  1. 从单体迈向 Serverless 的避坑指南
  2. Uedit32安装教程附安装包资源
  3. 搜索引擎web spam类型及防治策略(version 0.9)
  4. LeetCode 5832. 构造元素不等于两相邻元素平均值的数组
  5. 运行javac编译报错:仅当显式请求注释处理时才接受类名称“xxxxxx”
  6. TortoiseSVN文件夹及文件图标不显示的解决办法
  7. html软件dr,了解HTML锚点 - osc_mbqdr3w5的个人空间 - OSCHINA - 中文开源技术交流社区...
  8. 3D世界相机防抖杆的机制探究
  9. matlab compass函数,Matlab基本函数-compass函数 | 学步园
  10. 手把手教你学单片机,学完马上能自己编写开发程序
  11. 踩过坑的可控硅设计 经验总结
  12. 线性表13|约瑟夫问题 – 数据结构和算法18
  13. MySQL课程超级团,值得再提一次。
  14. Markdown快速入门
  15. html css 写百度页面,Html+CSS练习(百度注册页面)--div布局实现
  16. [转]结婚戒指为什么戴在无名指?
  17. TIKTOK海外直播公会如何申
  18. 大家都在努力,你凭什么不努力?
  19. Day10-软件测试用例-等价划分法与边界值法
  20. 尚硅谷智慧校园-3、年级管理系统的实现

热门文章

  1. GitHub 下载神器强势回归!
  2. 2022—SWJTU-寒假ACM校队选拔赛第一场-题解
  3. ff14 人最多的服务器,记录FF14全服人数最少的服务器红茶川
  4. 安装算量软件快速选择计算图元
  5. 某同学使用计算机求,【判断题】某同学计算机考试成绩80分,这是统计指标值...
  6. 外媒:三星确认Galaxy S10 5G版4月5日开始销售
  7. Windows变量路径与通配符
  8. 无法连接虚拟设备 floppy0,因为主机上没有相应的设备。 您要在每次开启此虚拟机时都尝试连接此虚拟设备吗?
  9. CV笔记1:颜色空间介绍及转换
  10. 数据库设计三大范式之第一范式不可违反