Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 228
Max Avatar asked May 16 '11 07:05

Max


2 Answers

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.

like image 104
Eli Bendersky Avatar answered Nov 13 '22 01:11

Eli Bendersky


https://yandex.com/dev/xml/doc/dg/concepts/about.html Since it's XML-based, any language will do.

like image 20
Alexandr Ulyev Avatar answered Nov 13 '22 02:11

Alexandr Ulyev