Google 网络搜索 API(非自定义搜索)
因此谷歌在 2006 年撤回了 SOAP API,并在去年贬值了 REST API。尽管 REST api 仍然工作正常,但我想知道这里是否有人知道网络搜索的替代方案。我不是在谈论自定义搜索 API(那东西每天的查询次数限制为 100 次,这太可怕了)。
另外,我目前正在将 REST api 用于自定义应用程序。如果我在查询中传递搜索运算符(例如 inurl: 或 site:),我注意到会出现混合(且非常不可靠)的结果。有谁知道这些是否可以与 REST Api 一起使用?
So google pulled the SOAP API back in 2006, and depreciated the REST API last year. Even though the REST api still works fine, I was wondering if anyone here knows an alternative for the web search. I am not talking about Custom search API (that thing is horrible with a 100 queries/day limit).
Also, I am currently using the REST api for a custom application. I have noticed mixed (and very unreliable) results if I pass search operators such as inurl: or site: with my queries. Does anyone know if these even work with the REST Api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
搜索参数确实适用于 Google 已弃用的 REST API。但搜索结果通常与常规谷歌搜索的结果不同。很可能是因为两者不(也永远不会)使用相同的数据索引。
The search parameters do work for Googles deprecated REST API. But search results often do not equal the ones from a regular Google search. Most likely because the two do not (and never will) use the same data index.