Text search (XML to HTML)
documentedPerform a text search and receive results in HTML.
GET /search/xml/htmlYandex.XMLno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://yandex.com/search/xml/html?folderid={{$folder_id}}&apikey={{YANDEX_API_KEY}}&query={{$query}}&lr={{$lr}}&l10n={{$l10n}}&sortby={{$sortby}}&filter={{$filter}}&maxpassages={{$maxpassages}}&groupby={{$groupby}}&page={{$page}}" \
-X GET \
-H "Accept: text/html" \
-H "Authorization: Api-Key {{YANDEX_API_KEY}}"