该接口支持最大并发量为1000次/分钟
参数 | 类型 | 请求参数参考值 | 是否必须 | 说明 |
apkey | String | xxxxxxx | 是 | 用户中心 - 系统设置 - 平台设置 中查看APKEY密钥 (点我获取)(*必要) |
pagesize | Number | 20 | 每页数量 | |
itemid | String | xxxx | 商品id | |
cat | String | 商品类目:0全部,1女装,2男装,3内衣,4美妆,5配饰,6鞋品,7箱包,8儿童,9母婴,10居家,11美食,12数码,13家电,14其他,15车品,16文体,17宠物 | ||
keyword | String | xxxx | 搜索词 | |
page | Number | 1 | 是 | 第几页,默认:1 |
返回参数 | 类型 | 参数说明 | 扩展说明 |
list | Json | 返回数据列表 | |
├ today_sale | Number | 当天销量 | |
├ short_title | String | 宝贝短标题 | |
├ num_iid | String | 商品id | |
├ tk_money | String | 预计可得(宝贝价格 * 佣金比例 / 100) | |
├ tk_rates | String | 佣金比例 | |
├ price | Number | 在售价 | |
├ pic | String | 宝贝主图原始图像 | |
├ activity_id | String | 优惠券id | |
├ my_cat | String | 分类id | |
├ coupon_endtime | Number | 优惠券结束时间 | |
├ coupon_starttime | Number | 优惠券开始时间 | |
├ title | String | 宝贝标题 | |
├ item_sale | Number | 宝贝月销量 | |
├ coupon_money | Number | 优惠券金额 | |
├ quanhoujia | Number | 券后价 | |
├ coupon_url | String | 优惠券链接 | |
├ first_order | Number | 首单礼金金额 | |
├ estimate_price | Number | 预估支付金额 | |
totalCount | Number | 总数量 |
{"code":200,"data":{"totalCount":2760,"currentPage":0,"perPage":1,"list":[{"estimate_prince":10,"coupon_url":"https://uland.taobao.com/quan/detail?sellerId=2206583431093&activityId=cc9c92b3d3324292ae6475448293a3e1","quanhoujia":5.09,"num_iid":"603732693174","pic":"https://img.alicdn.com/imgextra/i3/2206583431093/O1CN01fidYuX1JwdSvqMFMn_!!2206583431093.jpg","estimate_price":0.1,"item_sale":2224,"title":"Lastre奢宠修护净颜面膜女正品清洁补水保湿提拉紧致修复收缩毛孔","coupon_starttime":1596988800,"my_cat":1,"coupon_endtime":1597334399,"activity_id":"cc9c92b3d3324292ae6475448293a3e1","coupon_money":1000,"price":15.1,"coupon_num":"100000","tk_rates":"20.02","tk_money":"1.02","first_order":7,"short_title":"奢宠补水净颜修复面膜","today_sale":124}]},"msg":"success"}
code/http_status | 说明 |
200 | 数据获取成功 |
-1 | 数据获取失败 |
401 | IP没有添加白名单 |
429 | 访问次数超限 |
403 | 关键参数丢失 |
405 | 请求方式不对 |