不使用Google API 显示Google 搜索?

发布于 2024-12-19 04:06:58 字数 100 浏览 1 评论 0原文

我想让谷歌浏览器在提供关键字时返回搜索结果并根据需要下载任何文件。我已经创建了下载器,需要有关搜索部分的帮助,如何处理?我想在 python 中执行此操作,因为我已经在其中创建了下载器。

I want to make Google browser which when supplied with key word returns search results and download any file as required. I have created the downloader need help on searching part how to about it? I want to do it in python as I have created the downloader in the same.

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

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

发布评论

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

评论(1

浸婚纱 2024-12-26 04:06:58

根据服务条款 (http://www.google.com/accounts/TOS) 第 5.3 节,您需要使用 API。

这是他们的自定义搜索 API,可用于搜索整个网络:http:// /code.google.com/apis/customsearch/v1/overview.html

As per Section 5.3 of the Terms of Service (http://www.google.com/accounts/TOS), you need to use the API.

Here's their custom search API, which can be used to search the whole web: http://code.google.com/apis/customsearch/v1/overview.html

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