淘宝查排名API接口返回Api列表
同步手机淘宝最新搜索引擎,默认查询前10页商品排名,查询快速、准确,稳定,排除千人千面个性化影响,排名更加客观真实,能准确的知道商品的实际排名和权重
请求地址
http://www.taoyanhao.com/handler/api.ashx?type=ItemRank
请求参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
uid | String | 是 | 用户id,在淘测测登录后有显示 |
ticks | String | 是 | 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。 |
key | String | 是 | 关键词 |
MatchType | String | 是 | 查询模式:nick:按店铺,itemid:按商品 |
sid | String | 是 | 对应MatchType参数,旺旺号或者商品id |
sort | String | 是 | 排序方式:default:默认,_sale:销量,bid:价格升序,_bid:价格降序 |
token | String | 是 | 本次请求的签名,算法为:MD5(uid+ticks+MatchType+sid+key+secret)。
【secret在会员中心里,点此查看】 |
返回结果
失败时:
{ "success": false, "info": "非法请求" }
成功时:
{ "success": true, "info": "" }
返回参数
名称 | 类型 | 描述 |
---|