当前位置:API市场 > 淘宝商品基础信息查询

淘宝商品基础信息查询

查询淘宝商品基础信息,可应用于商品销售情况分析,电商选品分析,品牌口碑挖掘和竞争对手分析等。

接口状态: 正常 更新时间: 2022-08-08 <<暂不接受定制,接口费用不议价,同意后再联系>>
0.008/次

¥100/12500次
100元起充 / 开户费100元

  • 接口地址:https://www.taofake.com.cn/api/taobao/getProduct 获取私钥
  • 请求方式:POST/GET
  • 返回格式:JSON
  • 请求示例:https://www.taofake.com.cn/api/taobao/getProduct?itemid=[商品ID]&sign=[sign]&app_id=[APPID]&timestamp=[时间戳]
  • 接口备注:查询5次,计4次调用

请求参数说明:

名称类型必填示例值说明
itemidstring594528404934商品ID
stxystring1价格上调协议参数,不同意价格上调请勿调用,同意请将该参数传12022/08/08更新,错误码-2
signString67deebee082d446da21768c20e86310a3714eb8b为了验证用户身份,以及确保参数不被中间人篡改,需要传递调用者的数字签名。【小写】sign=sha1(itemid + app_id + appsecret + timestamp);
app_idString5b68434f29330淘发客应用id
timestampString1394276508客户端时间。
时间戳,格式如:1394276508

返回参数说明:

名称类型默认值说明
codeint
返回码
dataarray

├─ productIdstring
商品id
├─ shopLogostring
店铺LOGO
├─ productImgstring
商品主图
├─ shopNamestring
店铺名称
├─ rootCategoryIdstring
根分类ID
├─ productTitlestring
商品名称
├─ defPricestring
商品价格
├─ sellerIdstring
卖家ID
├─ brandIdstring
品牌ID
├─ shopIdstring
店铺ID
├─ shopTypestring
店铺类型
├─ shopWwstring
掌柜旺旺
├─ categoryIdstring
分类ID
msgstring
返回说明

JSON返回示例:

{
    "code": 0,
    "data": {
        "productId": "594528404934",
        "shopLogo": null,
        "productImg": "http://gw3.alicdn.com/tfscom/tuitui/i1/892607685/O1CN01CPtUpp26dmNh3Irw9_!!0-item_pic.jpg",
        "shopName": "皓月星辰灯饰",
        "rootCategoryId": null,
        "productTitle": "太阳能led树上小彩灯闪灯串灯家用装饰庭院阳台花园户外防水七彩",
        "defPrice": "13.79",
        "sellerId": "892607685",
        "brandId": null,
        "shopId": "105624161",
        "shopType": "C",
        "shopWw": "hilda1225",
        "categoryId": null
    },
    "msg": "success"
}