Logo Alexa Ranking

Logo Alexa Ranking

Get Alexa
---
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"
  }