RegEdit
RegEdit

Reputation: 2162

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

Upvotes: 2

Views: 2271

Answers (2)

user149341
user149341

Reputation:

Google does not generally expose PageRank publicly. The closest they've gotten in the past is displaying a number which resembles PageRank in the Google Toolbar, and it's pretty well known that the values shown in there are per-site, not per-page, and are not updated frequently.

Upvotes: 0

Mike C
Mike C

Reputation: 60

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

Upvotes: 3

Related Questions