获取PageRank

发布于 2024-08-26 04:54:57 字数 61 浏览 5 评论 0原文

如何检索由 google 索引的任何页面的 pagerank? Google 有这方面的 API 或页面吗?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

睫毛溺水了 2024-09-02 04:54:57

您可以使用 HTTP 请求获取 PageRank:

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

只需弄清楚“ch”的用途即可。

您还可以尝试此网站

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.

无戏配角 2024-09-02 04:54:57

查看 MkYong 上的这篇文章如何用纯 Java 获取 PageRank。

它提供了用于计算 ch 值的 Bob Jenkins 哈希算法的实现。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文