提供中文网站alexa排名查询、网站流量查询、网站访问量查询、网站页面浏览量查询服务。
接口地址:http(s)://分配的二级域名/alexa/
请求方式:GET
名称 | 位置 | 必填 | 示例 | 说明 |
---|---|---|---|---|
token | query / header | 是 | abcdefghijklmnopqrstuvwxyz012345 | 用户中心 -> 我的API 中获取 |
名称 | 位置 | 必填 | 示例 | 说明 |
---|---|---|---|---|
domains | query | 否 | 指定站点,多个用“|”隔开(一次最多能提交50个站点) |
返回成功示例
{ "code": 200000, "status": "success", "data": { "success": [ { "domain": "www.qq.com", "title": "QQ.COM", "description": "China's largest and most used Internet service portal owned by Tencent...", "categories": "互联网/门户网站", "absolute_path": "Top/World/Chinese_Simplified_CN/计算机/互联网/门户网站", "online_since": "04-May-1995", "adult_content": "NO", "language": "ZH-CN", "encoding": "", "rank": "6", "rank_cn": "2", "ip": "37,980,000", "pv": "134,449,200", "median_load_time": "3724", "percentile": "16", "links_in_count": "330365", "alexaUsageStatistic": { "alexa_3months": { "value": "6", "change": 0, "reach_rank_value": "6", "reach_rank_change": 0, "reach_permillion_value": "61,240", "reach_permillion_change": "+2.2", "pageviews_permillion_value": "6,153", "pageviews_permillion_change": "-1.41", "pageviews_rank_value": "7", "pageviews_rank_change": 0, "pageviews_peruser_value": "4", "pageviews_peruser_change": "-3.45" }, "alexa_1months": { ... }, "alexa_7days": { ... }, "alexa_1days": { ... } }, "subdomain": [ { "linkurl": "v.qq.com", "reach_ratio": "23.38", "page_views_ratio": "13.34", "user_ratio": "2.01" }, { "linkurl": "weixin.qq.com", "reach_ratio": "16.71", "page_views_ratio": "15.82", "user_ratio": "3.34" }, ... ], "countryRank": { "CN": { "country": "CN", "rank": "2", "page_views": "93.5", "users": "91.6" }, "US": { "country": "US", "rank": "101", "page_views": "1.8", "users": "1.7" }, ... } } ], "count": 1, "failed": [] } }