get_reviews
Retrieve buyer reviews and rating statistics from dns-shop.ru for any product, using filters for stars, text search, photos, and verified buyers.
Instructions
Buyer reviews from dns-shop.ru: date, stars, pros, cons, comment, usage period, bought variant, votes.
Also returns the statistics for the chosen scope (average, star split, per-aspect grades, tag cloud) on unfiltered requests, and whether the card merges several models. Reviewer names are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City as on dns-shop.ru ('Екатеринбург', 'Москва', 'Name, Region') or its GUID; default: DNS_CITY or Екатеринбург | |
| page | No | Page of reviews | |
| sort | No | 'newest' first; 'helpful' = most up-voted; 'best' = highest stars first. For complaints use max_rating=2 | newest |
| limit | No | Reviews per page | |
| scope | No | 'product' = only this product; 'multicard' = all variants merged on its card (the site's default view) | product |
| search | No | Only reviews containing this text (site's own search), e.g. 'шум' | |
| product | Yes | DNS product code ('Код товара', e.g. 5482008), product URL, the 16-hex id from the URL or the product GUID | |
| max_rating | No | Only reviews with at most this many stars | |
| min_rating | No | Only reviews with at least this many stars | |
| with_photos | No | Only reviews with photos | |
| verified_buyers_only | No | DNS's 'real buyer' filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||