谷歌网站根据搜索词排名

发布于 2024-08-28 10:58:52 字数 152 浏览 4 评论 0 原文

是否有可能(Google API 或其他东西)在给定搜索词的情况下获得网站的排名?该代码相当于在 Google 中搜索一个单词,然后浏览结果,直到找到您要查找的网站。

我所说的排名是指在找到的页面中的位置,例如搜索某个单词时该网站的排名为 4000。

谢谢!

is it possible (a Google API or something) to get the ranking of a website given a search word? It's the code equivalent of doing a Google search for a word, then browsing through the results until you find the website you look for.

By ranking I mean the position in the pages found, e.g. the site is number 4000 when searching for some word.

Thanks!

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

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

发布评论

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

评论(3

太阳公公是暖光 2024-09-04 10:58:52

不,没有这样的 API。原因之一是,随着个性化的不断发展,在任何给定时间都不可能有单一答案,即使对于同一位置的用户也是如此。

此外,由于针对搜索结果的自动查询违反了 Google 的 TOS,因此您最好手动搜索您的页面。

No, there is no such API. One reason for that is that with the growing personalization, it's unlikely that there is going to be a single answer at any given time, even for users in the same location.

Also, since automated queries against the search results are against Google's TOS, you would probably be better off just searching manually for your pages.

记忆消瘦 2024-09-04 10:58:52

如果您有 Google API 密钥,则可以使用该网站,尽管它也可以使用其他搜索引擎。

www.googlerankings.com

希望有帮助

If you have a Google API key, you can use this website, though it will also do other search engines.

www.googlerankings.com

Hope that helps

秉烛思 2024-09-04 10:58:52

通过 Google AJAX 搜索 API,您可以搜索并接收 JSON/XML 格式的结果,只需搜索关键字并检查目标网页的结果。

有一个 PHP 类:
http://bohuco.net/blog/2010 /07/google-ranking-checker-class-in-php/

Via Google AJAX Search API you can search and receive results as JSON/XML, just search for your keywords and check the results for your landing page.

There is a PHP Class for it:
http://bohuco.net/blog/2010/07/google-ranking-checker-class-in-php/

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