yandex_search_api_v2
Query Yandex Search API v2 via XMLRiver proxy for cleaner structured output. Returns parsed search results without SERP features, using official API semantics.
Instructions
Query Yandex Search API v2 (official) via XMLRiver proxy.
Use this when you need: cleaner structured output, no SERP-feature parsing overhead,
documented Yandex Search API semantics. Slightly more expensive than yandex_search
(~24 ₽/1k vs 25 ₽/1k on Basic tariff).
Do NOT use for: SERP features (knowledge graph, FAQ, related questions) — those
are not in the official API. Use yandex_search instead.
Returns:
Parsed search results dict similar to yandex_search but without addresults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. | |
| region | No | Yandex region ID (lr). Default 213 (Moscow). | |
| page | No | Page number (0-based). Default 0. | |
| group_count | No | Results per page (Yandex Search API). Default 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||