开发者

Getting PageRank

开发者 https://www.devze.com 2022-12-23 12:12 出处:网络
How can I retrieve pagerank of any page indexed开发者_StackOverflow by google? Has Google any API or page for this?You can get the PageRank by using an HTTP request:

How can I retrieve pagerank of any page indexed开发者_StackOverflow by google? Has Google any API or page for this?


You can get the PageRank by using an HTTP request:

http://toolbarqueries.google.com/search?client=navclient-auto&hl=en&ch=61470319184&ie=UTF-8&oe=UTF-8&features=Rank&q=info:http://forums.digitalpoint.com/showthread.php%3Ft%3D164713

Just figure out what "ch" is used for and you should be good to go.

You could also try this site.


Check this article from MkYong on how to get PageRank in plain Java.

It gives an implementation of the Bob Jenkins hashing algorithm used to calculate the ch value.

0

精彩评论

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

关注公众号