网站Alex排名查询
Alexa网站排名查询,提供网站Alexa排名查询,Alexa网站流量全球综合排名查询,Alexa网站访问量查询,网站页面浏览量查询服务。
免费API接口
API请求地址:
GET https://api.webmasterapi.com/v1/alexa-rank/[apiKey]/[site]
请求参数:
apiKey | [必需] | 您的apiKey。 |
site | [必需] | Website. |
https://api.webmasterapi.com/v1/alexa-rank/test-apiKey/google.com
API返回结果:
{
"code": 1,
"results": {
"url": "google.com",
"rank": "1",
"reach": "1",
"top_keywords": [
"gmail",
"google translate",
"google maps",
"google docs",
"google"
],
"similar_sites": [
"youtube.com",
"wikipedia.org",
"facebook.com",
"amazon.com",
"yahoo.com"
]
}
}