用于桌面应用程序的 Google 搜索 API。使用哪个 API 可以实现每天的最大请求数?
我正在构建一个应该经常查询 Google 搜索的应用程序。但我在选择应该使用哪个 API 时遇到了困难。它们有很多——AJAX、REST、Web、SOAP、自定义,也许还有其他东西。其中一些现已弃用。从该列表中,据我了解,只有 AJAX 和自定义搜索 API 不是。自定义搜索 API 每天有 100 个请求限制。数量非常少。我找不到 AJAX API 的任何已发布限制,但看起来我每小时只能执行 20 个请求左右。也不太好。
那么,我应该在桌面应用程序中使用哪个 API 才能获得尽可能多的信息?第二个问题:我还能做些什么来增加限制?也许设置适当的 http 标头、使用 API 密钥或其他东西?
I'm building an application that should query Google search very often. But i'm having trouble choosing which API i should use. There are so many of them - AJAX, REST, Web, SOAP, Custom and maybe something else. Some of them are deprecated now. From that list, from what i understand, only AJAX and Custom Search API are not. Custom Search API has 100 requests per day limit. Very small amount. I couldn't find any published limits for AJAX API, but it looks like i can do only 20 requests per hour or so. Also not so good.
So, which API should i use in desktop application to get as much as possible? And second question: what else i can do to increase the limit? Maybe set appropriate http headers, use API key or something else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论