使用 YQL 执行 Google 搜索
我希望使用 google.search 打开表格 执行 Google 搜索。无论查询条件如何,都没有结果。我还查看了使用 http://ajax.googleapis 的源代码.com/ajax/services/search/web?v=1.0 来执行 Google 搜索 - 但在 YQL 控制台中使用此 URL 会返回可疑的机器人错误。
任何有关如何使用 YQL 执行 Google 搜索的线索将不胜感激! 谢谢!
I am looking to perform a Google Search using the google.search open table. Regardless of the query term there are no results. I have also looked at the source code which uses http://ajax.googleapis.com/ajax/services/search/web?v=1.0 to perform the Google Search- but using this URL in the YQL console returns in a suspected bot error.
Any clues on how to use YQL to perform Google searches would be greatly appreciated!
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看
google.customsearch
。不过,您将需要一个 API 密钥。http://code.google.com/intl/de/apis /customsearch/v1/getting_started.html
You may want to look at
google.customsearch
instead. You will need an API key though.http://code.google.com/intl/de/apis/customsearch/v1/getting_started.html