Yandex Market Product Card
yandex_cardRetrieve complete Yandex Market product details including price, discount, star-rating breakdown, and reviews with pros and cons. Input a product ID from search results.
Instructions
Fetch full detail for a Yandex Market product: prices, rating breakdown, reviews.
Two things here are hard to get anywhere else. The star distribution
(rating_stars) shows whether a 4.8 average hides a cluster of one-star
complaints. And reviews arrive with the card in one request, complete with
pros, cons and helpfulness votes.
Reviews are capped at the ~13 Yandex renders server-side; the remainder load through an API this connector deliberately does not touch.
Return Format
YandexCardResponse: {product_id, sku_id, title, brand, seller, description, image, price_rub, price_with_plus, price_before_discount_rub, discount_percent, currency, offers_count, rating, rating_count, review_count, rating_stars, reviews, url, meta}. price_rub is None when the page has no usable price — never 0. Review items carry author, rating, date, pros, cons, comment, votes_up, votes_down, photos.
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 |
|---|---|---|---|
| product_id | Yes | Numeric Yandex Market product id — take it from yandex_search results. | |
| include_reviews | No | Include the server-rendered reviews (first ~13). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| meta | No | ||
| brand | No | ||
| image | No | ||
| title | No | ||
| rating | No | ||
| seller | No | ||
| sku_id | No | ||
| reviews | No | ||
| currency | No | ||
| price_rub | No | ||
| product_id | No | ||
| description | No | ||
| offers_count | No | ||
| rating_count | No | ||
| rating_stars | No | ||
| review_count | No | ||
| price_with_plus | No | ||
| discount_percent | No | ||
| price_before_discount_rub | No |