/yandexmarket/products/reviews

POST /api/yandexmarket/products/reviews

Price: 20 credits

Get Yandex.Market product reviews by id (or product URL): rating, text, pros, cons, author, date, photos and helpfulness votes.

How to use it

Buyer reviews of one product card, by numeric id or product URL. Yandex groups sibling variants — the same item in another size or colour — under one card, so the feed can include reviews written for a sibling variant rather than the exact id you asked for; on an apparel listing most rows can be siblings. Each row's `product_id` is the id that review was written for, so compare it with the id you passed when that distinction matters to you. The feed is deliberately not narrowed to your id, because the grouping is the source's own and a shopper sees all of it. Rows arrive in the source's own ranking order: it is **not** chronological, and it rotates between calls, so two requests minutes apart return a different set of reviews in a different order. Position therefore means nothing — do not read the first row as the newest, and do not treat a given `count` as a stable slice you can page through. A review often carries only pros, only cons or only a comment, so read `pro`, `contra` and `text` together rather than expecting a single body. `created_at` is the Russian display date the site renders ('15 марта'), not a timestamp, and it omits the year for the current one, so it does not sort reliably either. `author` reads 'Имя скрыто' where the reviewer hid their name. Products with no reviews answer 412 rather than an empty list, and grey-market import listings routinely have none. A very long review feed is not served in full, so a large `count` can come back short of what you asked for.

Parameters

Request body

Response

Errors

Response headers