HTML format of a text search response
In response to a text search query, Search API can return an HTML file with search results. This file is identical to the HTML page of the corresponding search results on the Yandex Search
Currently, you can get an HTML response only to queries submitted via the API v1.
Currently, response in HTML format is only available for queries made via the API v1.
A query result in HTML format contains more data than the result of a similar query in XML format: the HTML result includes ads, quick responses, and other elements which may appear in search results. The HTML response format is regularly updated together with the format of Yandex Search results.
See the example
Note
You can get a maximum of 1,000 search results per search query. Depending on the docs-in-group attribute value, each result may contain one to three documents. The maximum number of search results pages depends on the number of groups of documents per page, which is defined by the groups-on-page attribute. For example, if the groups-on-page
attribute is set to 10
, a maximum of 100 pages with search results can be generated.