欢迎使用拼多多API接口(item_search-根据关键词取商品列表)
点击注册
你好! 这是你使用我们的拼多多API接口获取商品详细接口说明
开通账号联系:Q1140666069 V13879028982
请求参数:
响应参数:

响应示例:
{
"items": {
"keyword": "女装",
"page": "1",
"real_total_results": 300,
"total_results": 300,
"list_count": 20,
"item": [
{
"title": "【三件套】新款秋冬季女装套装裙皮草短外套搭打底衫毛衣配半身裙",
"pic_url": "https://t00img.yangkeduo.com/goods/images/2020-06-05/b15035efb5913e1e8b647422010522c1.jpeg",
"price": 134,
"promotion_price": 134,
"sales": 18000,
"num_iid": 43992967514,
"sample_id": "",
"seller_nick": "果果家气质女装",
"post_fee": "",
"area": "",
"detail_url": "http://yangkeduo.com/goods.html?goods_id=43992967514"
},
{
"title": "【2件套】套装秋冬新款仿獭兔毛钉珠皮草毛毛短外套加厚大衣女装",
"pic_url": "https://omsproductionimg.yangkeduo.com/images/2018-06-06/463c0e2a5580ba3266846e41fe3e444a.jpeg",
"price": 169,
"promotion_price": 169,
"sales": 40000,
"num_iid": 1620002566,
"sample_id": "",
"seller_nick": "果果家气质女装",
"post_fee": "",
"area": "",
"detail_url": "http://yangkeduo.com/goods.html?goods_id=1620002566"
},
{
"title": "仿水貂毛皮草外套女冬短款韩版修身显瘦百搭毛绒加厚新娘披肩礼服",
"pic_url": "https://omsproductionimg.yangkeduo.com/images/2018-01-03/1f3866498a067e00e39a38fe144ec5f3.jpeg",
"price": 88,
"promotion_price": 88,
"sales": 218,
"num_iid": 410684172,
"sample_id": "",
"seller_nick": "乐荣源淘衣坊",
"post_fee": "",
"area": "",
"detail_url": "http://yangkeduo.com/goods.html?goods_id=4106841%3C/pre%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%3C/article%3E%20%20%3Cscript%3E%20%20%20%20$(function()%20{%20%20%20%20%20%20setTimeout(function%20()%20{%20%20%20%20%20%20%20%20var%20mathcodeList%20=%20document.querySelectorAll('.htmledit_views img.mathcode');
if (mathcodeList.length > 0) {
for (let i = 0; i < mathcodeList.length; i++) {
if (mathcodeList[i].complete) {
if (mathcodeList[i].naturalWidth === 0 || mathcodeList[i].naturalHeight === 0) {
var alt = mathcodeList[i].alt;
alt = '\\(' + alt + '\\)';
var curSpan = $('');
curSpan.text(alt);
$(mathcodeList[i]).before(curSpan);
$(mathcodeList[i]).remove();
}
} else {
mathcodeList[i].onerror = function() {
var alt = mathcodeList[i].alt;
alt = '\\(' + alt + '\\)';
var curSpan = $('');
curSpan.text(alt);
$(mathcodeList[i]).before(curSpan);
$(mathcodeList[i]).remove();
};
}
}
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}, 500)
});

这篇博客介绍了如何使用拼多多API的item_search接口来根据关键词检索商品列表。内容包括了请求参数和响应参数的详细说明,以及一个响应示例,帮助开发者理解和使用该接口。
705

被折叠的 条评论
为什么被折叠?



