Getting Google PageRank via an API (PHP)

Henk Denneboom picture Henk Denneboom · Aug 28, 2009 · Viewed 51.3k times · Source

I have a list of domains and would like to get the:

  1. PageRank for all the domains. So just an integer, there must be an API that returns this.
  2. The number of results in Google
  3. The position of the word of the domainname. For example, "google.com" would be the position of the word "google". This could be position 20.

Answer

denislexic picture denislexic · Apr 18, 2011

This will have everything you need. https://github.com/eyecatchup/SEOstats

Amazing.