淘宝查排名V2版本API接口返回Api列表
同步手机淘宝最新搜索引擎,自定义页数查询商品排名,查询更快速、准确,稳定,排除千人千面个性化影响,排名更加客观真实,能准确的知道商品的实际排名和权重
请求地址
http://www.taoyanhao.com/Api/Rest.ashx?type=keywordRank
请求参数
| 名称 | 类型 | 必须 | 描述 |
|---|---|---|---|
| uid | string | 是 | 网站会员id |
| ticks | string | 是 | 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。 |
| key | string | 是 | 关键词 |
| matchValue | string | 是 | 对应MatchType参数,旺旺号或者商品id |
| MatchType | string | 是 | 查询模式:nick:按店铺,itemid:按商品 |
| sort | string | 否 | 排序方式:default:默认,_sale:销量,bid:价格升序,_bid:价格降序 |
| page | string | 是 | 页数,每页最多10条数据 |
| token | string | 是 | 本次请求的签名,算法为:MD5(uid+ticks+key+secret)。
【secret在会员中心里,点此查看】 |
返回结果
失败时:
{
"success": false,
"info": "非法请求"
}
成功时:
{
"list": [{
"id": "652973319395",
"title": "唯品会特卖清仓重磅连衣裙2021新款春夏高贵气质妈妈桑蚕丝裙子",
"pic": "http://g.search2.alicdn.com/img/bao/uploaded/i4/i4/2207867128027/O1CN01QtHt3K29APuue99ql_!!2207867128027.jpg",
"p4p": "false",
"confirmTrade": "200+人付款",
"index": 11,
"seller": "tb432618282",
"price": "1.68",
"tips": "",
"categoryName": "连衣裙",
"sold": "267",
"sames": "2",
"userId": "2207867128027",
"location": "",
"b2c": "0"
},
{
"id": "651075715459",
"title": "特价清仓重磅桑蚕丝阔太太2021春夏新款印花中老年妈妈装连衣裙女",
"pic": "http://g.search.alicdn.com/img/bao/uploaded/i4/i3/2208070181935/O1CN01kUq0WN1QAH4tNVZsz_!!2208070181935.jpg",
"p4p": "false",
"confirmTrade": "58人付款",
"index": 12,
"seller": "tb8597610262",
"price": "1.79",
"tips": "",
"categoryName": "连衣裙",
"sold": "58",
"sames": "3",
"userId": "2208070181935",
"location": "",
"b2c": "0"
}
...],
"hasNext": true,
"balance": "1947",
"success": true,
"time": "2021/10/26 11:28:07"
}
返回参数
| 名称 | 类型 | 描述 |
|---|