Getting Google PageRank via an API (PHP) [closed] Getting Google PageRank via an API (PHP) [closed] php php

Getting Google PageRank via an API (PHP) [closed]


I've published a Pagerank API that returns a json array, containing the checksum and the Pagerank of any URL.

I also have a bunch of related tools and a Google code project that might interest you.


  1. 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.

  2. 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.

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