Logo Alexa Ranking

Logo Alexa Ranking

Update Feb-23 : Alexa Rank is gone
. This file is deprecated and is not being updated anymore.
This file was last updated on February 1, 2023.

Get Alexa
---

API doc (version 0.9.2)

Description
- Tool for know Alexa Ranking Top 1 million about a website.
- Limit : 5 requests per second. Once reached subsequent requests will result in error 429 (too many requests) until your quota is cleared.
Endpoint - Get Alexa Ranking from a website
http Request : GET https://api.codetabs.com/v1/alexa?web=domain.tld
examples :
https://api.codetabs.com/v1/alexa?web=github.com
https://api.codetabs.com/v1/alexa?web=expressjs.com

response :
  {
    "domain": "github.com",
    "rank"  : "63"
  }