Yandex Market Search
yandex_searchSearch Yandex Market for products and receive current prices, ratings, and seller details. Compare costs across the Russian marketplace, including items unavailable on Wildberries or Ozon.
Instructions
Search Yandex Market and return products with both prices, ratings and sellers.
Yandex Market aggregates many sellers per product, which makes it the best single source for "what does this cost right now" across the Russian market — including goods Wildberries and Ozon do not carry.
Each result reports price_rub (what anyone pays) and price_with_plus
(requires a Yandex Plus subscription, typically 25-30% lower). Prefer
price_rub when quoting a price to a person.
Note rating_count counts star ratings, not written reviews; the written
count is available per product via yandex_card.
Error Format
On validation or transport/parse failure, raises ToolError with a JSON message describing the error code and whether it is retryable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. | |
| limit | No | Maximum products to return from the page. | |
| query | Yes | Free-text search query in Russian, e.g. 'iphone 15' or 'стиральная машина узкая'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Validation metadata. | |
| page | No | Page number this response covers. | |
| items | No | Products on this page, in display order. | |
| query | No | The search query, echoed back from the page. | |
| returned | No | Number of products in this response. | |
| page_count | No | Total pages available upstream. | |
| has_next_page | No | Whether a further page exists. | |
| total_available | No | Total matches upstream reports. |