淘宝/天猫API,item_search_shop-获得店铺的所有商品
item_search_shop-获得店铺的所有商品
公共参数
请求地址: console.open.onebound.cn/console/?i=…
| 名称 | 类型 | 必须 | 示例值 | 描述 |
|---|---|---|---|---|
| num_iid | Bigint | 0 | 579813460997 | 商品ID |
| pic_url | String | 0 | //img.alicdn.com/bao/uploaded/i3/478952498/O1CN011UK7q9WzgFGKQw8_!!478952498.jpg | 图片地址 |
| title | String | 0 | 英伦小皮鞋女复古2020秋冬新款网红毛毛鞋女百搭外穿粗跟中跟单鞋 | 店铺标题 |
| orginal_price | String | 0 | 398.00 | 优惠价 |
| price | Float | 0 | 148 | 价格 |
| sales | Int | 0 | 7 | 销量 |
| detail_url | String | 0 | //item.taobao.com/item.htm?id=579813460997 | 宝贝链接 |
-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/item_search_shop/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&shop_id=433655136&page=1&sort="
API 工具