get_reviews
Retrieve buyer reviews and product ratings from letu.ru, including text, star ratings, pros/cons, verified purchases, and shop responses. Filter by rating or media for targeted feedback.
Instructions
Buyer reviews of a product: date, stars, text, pros, cons, likes, verified purchase, shop answer.
Also returns the product rating (all variants together) with the star split. Reviews are not linked to a variant (volume/shade). Buyer names and order numbers are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name as on letu.ru (e.g. 'Екатеринбург', 'Москва'). Default: LETU_CITY, else the city letu.ru assigns to this IP. Prices do not depend on the city; delivery, store stock and the variants available do. | |
| page | No | Page of reviews | |
| sort | No | 'relevant' = the site's default (expert reviews first, then newest). The site has no worst-first order: use max_rating=3 to read complaints | relevant |
| limit | No | Reviews per page (the site allows up to 50) | |
| product | Yes | letu.ru product id (e.g. '71600124'), product URL, or 'productId:skuId' to pin a variant | |
| max_rating | No | Only reviews with at most this many stars | |
| min_rating | No | Only reviews with at least this many stars | |
| with_media | No | Only reviews with photos or videos |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||