Yandex 是否有搜索 API,最好是用 Python 编写的?
是否有官方 API 或半专业 API 可以在 Yandex.com 上进行搜索?
Is there an official API or semi-professional API to make searches on Yandex.com?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有官方 API - 这个,带有俄语文档(尽管 Google 翻译应该可能足以满足大多数需要)。该 API 基于 XML(带有 XML 内容的 HTTP POST 请求,此处提供架构),因此它与语言无关。
There's the official API - this one, with documentation in Russian (though Google Translate should probably be enough for most needs). The API is XML-based (HTTP POST requests with XML content, schema available here), so it's language agnostic.
由于 Yandex 禁用了 API 访问,因此无法通过官方方式获取搜索结果。
但是有很多第三方API,例如:
所有这些都是付费但有一些免费试用搜索。
Since Yandex disabled API access there is no possibility to get search results official way.
But there are lot of third party APIs, for example:
All of them are paid but have some free-trial searches.
https://yandex.com/dev/xml/doc/dg/概念/about.html
由于它是基于 XML 的,所以任何语言都可以。
https://yandex.com/dev/xml/doc/dg/concepts/about.html
Since it's XML-based, any language will do.