开发者

Query pagerank from Google API?

开发者 https://www.devze.com 2023-04-03 21:01 出处:网络
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 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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消