Search code examples
pythonsearch-engine

Is there a search API for Yandex, preferably in python?


Is there an official API or semi-professional API to make searches on Yandex.com?


Solution

  • 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.