查询淘宝商品基础信息,可应用于商品销售情况分析,电商选品分析,品牌口碑挖掘和竞争对手分析等。
接口状态: 正常 更新时间: 2022-08-08 <<暂不接受定制,接口费用不议价,同意后再联系>>¥100/12500次
100元起充 / 开户费100元
请求参数说明:
| 名称 | 类型 | 必填 | 示例值 | 说明 |
|---|---|---|---|---|
| itemid | string | 是 | 594528404934 | 商品ID |
| stxy | string | 是 | 1 | 价格上调协议参数,不同意价格上调请勿调用,同意请将该参数传12022/08/08更新,错误码-2 |
| sign | String | 是 | 67deebee082d446da21768c20e86310a3714eb8b | 为了验证用户身份,以及确保参数不被中间人篡改,需要传递调用者的数字签名。【小写】sign=sha1(itemid + app_id + appsecret + timestamp); |
| app_id | String | 是 | 5b68434f29330 | 淘发客应用id |
| timestamp | String | 是 | 1394276508 | 客户端时间。 时间戳,格式如:1394276508 |
返回参数说明:
| 名称 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| code | int | 返回码 | |
| data | array | ||
| ├─ productId | string | 商品id | |
| ├─ shopLogo | string | 店铺LOGO | |
| ├─ productImg | string | 商品主图 | |
| ├─ shopName | string | 店铺名称 | |
| ├─ rootCategoryId | string | 根分类ID | |
| ├─ productTitle | string | 商品名称 | |
| ├─ defPrice | string | 商品价格 | |
| ├─ sellerId | string | 卖家ID | |
| ├─ brandId | string | 品牌ID | |
| ├─ shopId | string | 店铺ID | |
| ├─ shopType | string | 店铺类型 | |
| ├─ shopWw | string | 掌柜旺旺 | |
| ├─ categoryId | string | 分类ID | |
| msg | string | 返回说明 |
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"
}