Need API to get Google PageRank and Alexa Ranking

Started by mstdmstd, 03-31-2014, 01:20:26

Previous topic - Next topic

mstdmstdTopic starter


Hi All,
At page http://www.seomastering.com/google-alexa-rank-checker.php entering url I see Google PageRank and Alexa Ranking.
The question is if there is some API to get these data using php programmatically ?
  •  


Sevam

For the current site we have not API, but we have API for Russian mirror of our complex audit tool (absolutely the same).
You can see instructions here (use Google translator). You will get a lot of data, including PR and alexa rank.


guruquest

#2
As per reference of http://guruquest.net/question/php-get-alexa-rank-of-website/.

alexa rank api script php is available.

It's really very easy to use for anyone.

I am giving a small example to use this API.

<?php
    $domain 
"guruquest.net";
    
$api_link "http://data.alexa.com/data?cli=10&url=".$domain;
    
    
$resp file_get_contents($api_link);
    echo 
"<pre>";
    
print_r(json_decodejson_encode($resp)), 1);
    echo 
"</pre>";
?>

  •  

kaufenpreis



    There isn't an API. However, there are ways to do it, all potentially problematic. If you were willing to use Python, I recently discovered a script to do it.

    Google used to have a SOAP API, but no longer. Some people scrape the results. You can try to get it from the AJAX API, but there's not a public API for this.

    I don't understand you question here. Could you clarify and I'll update my answer?


steffidsouza46

A free tool to submit your site to major site ranking websites. https://www.shoutmeloud.com/get-free-traffic-to-blog.html. Claim verification is no longer so if any other option for this so tell me.


Mala123

There isn't a Programming interface. Nonetheless, there are ways of making it happen, all possibly tricky. In the event that you were able to utilize Python, I as of late found a content to make it happen.

    Google used to have a Cleanser Programming interface, yet all the same no more. Certain individuals scratch the outcomes. You can attempt to get it from the AJAX Programming interface, however there's not a public Programming interface for this.

    I don't comprehend you question here. Might you at some point explain and I'll refresh my response
  •  

markly32

There isn't a Programming interface. Nonetheless, there are ways of making it happen, all possibly tricky. In the event that you were able to utilize Python, I as of late found a content to make it happen.

firstdigiadd

Unfortunately, both Google PageRank and Alexa Traffic Rank are no longer publicly available through APIs. Google discontinued the PageRank technology and stopped updating it in 2016. Alexa's ranking data is proprietary and only available through the Alexa Traffic Rank widget or by purchasing access to the Alexa data.
  •