API for reading Amazon Alexa rank?
Is there any API available to read Amazon Alexa website rank?
1 Answer
6 years ago by Divya
Following is the API to retrieve Alexa Rank for a website
http://data.alexa.com/data?cli=10&url=<domain_name>
Example: http://data.alexa.com/data?cli=10&url=fastfoodcoding.com
Response:
<!--
Need more Alexa data? Find our APIs here: https://aws.amazon.com/alexa/
-->
<ALEXA VER="0.9" URL="fastfoodcoding.com/" HOME="0" AID="=" IDN="fastfoodcoding.com/">
<SD>
<POPULARITY URL="fastfoodcoding.com/" TEXT="430687" SOURCE="panel"/>
<REACH RANK="477612"/>
<RANK DELTA="-77765"/>
<COUNTRY CODE="IN" NAME="India" RANK="32000"/>
</SD>
</ALEXA>
6 years ago by Karthik Divi