How may I get the ranking statistics of a particular website using PHP, I'm talking about services like statbrain.com. I know I'll have to use other sources like Google, Yahoo and Alexa etc and that's what I want to know, how do I use these sources to get the data?

Things I would like to know are number of visitors, Google PageRank, backlinks etc...

Any ideas and hints will be really appreciated

link|improve this question

67% accept rate
feedback

6 Answers

up vote 2 down vote accepted
link|improve this answer
feedback

There is the paying Linkscape from Seomoz or the free majesticSEO (if you confirm ownership of a domain).

MajesticSEO has a bigger backlink index and an API (need to login!).

MajesticSEO offers free basic data about a domain, ie for stackoverflow.com

link|improve this answer
feedback

You could have your PHP script connect to another website that can calculate the ranks of a particular page, and then scrape the answer. However this would be worse than simply going to the site itself.

link|improve this answer
feedback

you should use the Google Webmasters tools API in combination with the Google Analytics API. It will get you the info you need.

link|improve this answer
feedback

You can get Alexa Rank using this Php Class to Retrieve Alexa Rank.

link|improve this answer
feedback

Try http://www.opensiteexplorer.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.