用于查找搜索给定站点的 URL 格式的 Web API 或库?

发布于 2024-12-12 04:06:52 字数 392 浏览 0 评论 0原文

我正在编写一个应用程序,其功能允许用户从常见网站列表中进行选择,然后在输入框中键入查询并点击“搜索”。所以我需要能够获取 URL 格式以便在给定网站上进行搜索。例如,Google 是 http://www.google.com/search?q=x,而 Amazon 是 http://www.amazon.com /s/field-keywords=x

我希望我不必自己建立这些格式的列表。是否有任何库可以执行此操作,或者提供 API 的网站? Web 应用程序启动器 YubNub 有搜索许多网站的命令,但它们似乎没有公共 API。

I'm writing an app with a feature that will let the user choose from a list of common websites, then type a query in an entry box and hit "search." So I need to be able to get the URL format to make a search on a given website. For example, Google is http://www.google.com/search?q=x, while Amazon is http://www.amazon.com/s/field-keywords=x.

My hope is that I won't have to build a list of these formats myself. Are there any libraries for doing this, or sites that provide an API? The web app launcher YubNub has commands to search many sites, but they don't seem to have a public API.

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

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

发布评论

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

评论(1

深府石板幽径 2024-12-19 04:06:52

OpenSearch 文档旨在让您不必自己构建它 - 有许多许多站点的 OpenSearch 文档目录

对于大多数目的,我使用 MozDev 的 Mycroft 项目 来获取热门网站的搜索文档列表。

OpenSearch documents were designed to save you from having to build this yourself - there are a number of directories of OpenSearch documents for many sites.

For most purposes I use the Mycroft project from MozDev to get lists of popular sites' search documents.

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