查询域名权重
接口地址 https://yuanxiapi.cn/api/weight
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://yuanxiapi.cn/api/weight/?url=qq.com
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | String | 域名 |
返回参数
名称 | 类型 | 返回信息 |
---|---|---|
BaiduPCweight | String | 返回百度PC权重 |
Baidumobileweight | String | 返回百度手机权重 |
360pcweight | String | 返回360PC权重 |
360moveweight | String | 返回360手机权重 |
Shenmaweight | String | 返回神马权重 |
SogouPCweight | String | 返回搜狗PC权重 |
Sogoumobileweight | String | 返回搜狗PC权重 |
Headlineweight | String | 返回头条权重 |
BaiduPC | String | 返回百度PC预计来路 |
Baidumobile | String | 返回百度手机预计来路 |
360pc | String | 返回360PC预计来路 |
360move | String | 返回360手机预计来路 |
Shenma | String | 返回神马预计来路 |
SogouPC | String | 返回搜狗PC预计来路 |
Sogoumobile | String | 返回搜狗手机预计来路 |
Headline | String | 返回头条预计来路 |
onepage | String | 第一页 |
twopages | String | 第二页 |
threepages | String | 第三页 |
fourpages | String | 第四页 |
fivepages | String | 第五页 |
weight | String | 返回权重等级 |
keywords | String | 返回关键词数 |
返回示例
{ "code": 200, "msg": "查询成功", "data": { "BaiduPCweight": { "weight": "9", "keywords": "371.6万(+2.1万)", "BaiduPC": "404.9万~646.8万IP", "onepage": "55.0万(+9927)", "twopages": "63.5万(+5644)", "threepages": "76.6万(+4037)", "fourpages": "87.9万(+1586)", "fivepages": "88.7万(+269)" }, "Baidumobileweight": { "weight": "9", "keywords": "315.2万(+1.5万)", "Baidumobile": "772.7万~1234.3万IP", "onepage": "29.0万(+2215)", "twopages": "70.9万(+6894)", "threepages": "58.2万(+1674)", "fourpages": "75.4万(+1590)", "fivepages": "81.7万(+2748)" }, "360pcweight": { "weight": "8", "keywords": "98.3万(+5787)", "360pc": "67.6万~108.1万IP", "onepage": "18.7万(+1923)", "twopages": "24.8万(+1469)", "threepages": "19.9万(+1941)", "fourpages": "19.6万(+1544)", "fivepages": "15.3万(-1090)" }, "360moveweight": { "weight": "8", "keywords": "117.8万(+2.1万)", "360move": "60.5万~96.7万IP", "onepage": "24.9万(+3417)", "twopages": "24.9万(+3514)", "threepages": "24.8万(+3348)", "fourpages": "24.8万(+3420)", "fivepages": "18.4万(+6871)" }, "Shenmaweight": { "weight": "9", "keywords": "204.9万(-3.8万)", "Shenma": "189.2万~302.2万IP", "onepage": "55.2万(-7.4万)", "twopages": "64.9万(+3.2万)", "threepages": "31.4万(+7806)", "fourpages": "27.1万(-2435)", "fivepages": "26.3万(-1289)" }, "SogouPCweight": { "weight": "8", "keywords": "67.5万(+37.2万)", "SogouPC": "56.6万~90.4万IP", "onepage": "7.9万(+3.9万)", "twopages": "11.6万(+6.3万)", "threepages": "12.6万(+7.3万)", "fourpages": "17.6万(+10.0万)", "fivepages": "17.9万(+9.8万)" }, "Sogoumobileweight": { "weight": "9", "keywords": "111.3万(-14.1万)", "Sogoumobile": "448.2万~715.9万IP", "onepage": "60.0万(-7.4万)", "twopages": "10.9万(-1.4万)", "threepages": "7.3万(-1.0万)", "fourpages": "15.1万(-1.9万)", "fivepages": "18.1万(-2.3万)" }, "Headlineweight": { "weight": "8", "keywords": "63.2万(+27.7万)", "Headline": "47.7万", "onepage": "5.4万(+1.0万)", "twopages": "14.3万(+5.5万)", "threepages": "14.8万(+6.7万)", "fourpages": "15.0万(+7.3万)", "fivepages": "13.6万(+7.2万)" } } }