Search code examples
phpsearch-engine

Query pagerank from Google API?


I have a script that calls the Google API server to return the top 8 results for any given query. However, the one piece of data that's missing is the pagerank.

I'd like to find out if its possible to add a querystring paramater to get the PR.

Here is my current query...

https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=8&q=search+engine+optimization

And based one a bit of research, I've found that some are using the "features=Rank" parameter, however, I see no difference in the results.

https://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=8&features=Rank&q=search+engine+optimization

Solution

  • No they do not provide any APIs

    However Web Ninja Google PageRank API will do somework for you

    Check out there page http://josh-fowler.com/?page_id=163