网址权重综合
目标网站权重综合查询

接口地址 https://api.kit9.cn/api/comprehensive_weight/api.php

请求方式 GET/POST

返回格式 JSON

HTTP/HTTPS 支持

请求示例 https://api.kit9.cn/api/comprehensive_weight/api.php?url=qq.com

参数说明

参数 必填 类型 说明
urlString网址

返回参数

名称 类型 说明
code number 状态码 200为正常,其它为异常
msg string 状态说明
data array 数组
BaiduPCweight string 百度PC权重
Baidumobileweight string 百度手机权重
360pcweight string 360PC权重
360moveweight string 360手机权重
Shenmaweight string 神马权重
SogouPCweight string 搜狗PC权重
Sogoumobileweight string 搜狗手机权重
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": "success",
    "data": {
        "BaiduPCweight": {
            "weight": "9",
            "keywords": "415.9万(+6059)",
            "BaiduPC": "285.6万~456.3万IP",
            "onepage": "45.3万(+727)",
            "twopages": "72.2万(+1749)",
            "threepages": "85.3万(+200)",
            "fourpages": "107.3万(+1125)",
            "fivepages": "105.9万(+2258)"
        },
        "Baidumobileweight": {
            "weight": "9",
            "keywords": "451.7万(+3.3万)",
            "Baidumobile": "1409.2万~2251.1万IP",
            "onepage": "42.3万(+6477)",
            "twopages": "94.0万(+1.5万)",
            "threepages": "86.0万(+4025)",
            "fourpages": "115.6万(+3549)",
            "fivepages": "113.7万(+3739)"
        },
        "360pcweight": {
            "weight": "8",
            "keywords": "92.8万(+9134)",
            "360pc": "53.3万~85.1万IP",
            "onepage": "13.0万(-8614)",
            "twopages": "20.7万(-3191)",
            "threepages": "21.4万(+4992)",
            "fourpages": "20.5万(+7607)",
            "fivepages": "17.3万(+8340)"
        },
        "360moveweight": {
            "weight": "9",
            "keywords": "202.8万(+7.3万)",
            "360move": "158.3万~252.9万IP",
            "onepage": "30.0万(+1.7万)",
            "twopages": "43.7万(+1.9万)",
            "threepages": "46.2万(+1.3万)",
            "fourpages": "43.3万(+1.5万)",
            "fivepages": "39.5万(+8341)"
        },
        "Shenmaweight": {
            "weight": "9",
            "keywords": "110.1万(-2.6万)",
            "Shenma": "118.8万~189.7万IP",
            "onepage": "17.2万(+7217)",
            "twopages": "22.6万(-7866)",
            "threepages": "23.9万(-5503)",
            "fourpages": "24.8万(-6085)",
            "fivepages": "21.5万(-1.4万)"
        },
        "SogouPCweight": {
            "weight": "9",
            "keywords": "109.7万(+1.0万)",
            "SogouPC": "156.0万~249.1万IP",
            "onepage": "45.2万(-3356)",
            "twopages": "15.5万(+7734)",
            "threepages": "14.1万(+1300)",
            "fourpages": "17.9万(-715)",
            "fivepages": "17.1万(+5516)"
        },
        "Sogoumobileweight": {
            "weight": "9",
            "keywords": "357.8万(-3.9万)",
            "Sogoumobile": "1295.0万~2068.7万IP",
            "onepage": "71.7万(-8124)",
            "twopages": "71.6万(-7792)",
            "threepages": "71.6万(-7787)",
            "fourpages": "71.5万(-7883)",
            "fivepages": "71.4万(-7866)"
        },
        "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万)"
        }
    }
}