Get Ozon product reviews
ozon_product_reviewsRetrieve buyer reviews for a product SKU or URL, filter by variant, sort, photos, and payload size to compare feedback across product options.
Instructions
Buyer reviews for a product SKU. Default variantOnly=true matches Ozon UI «Этот вариант» (only reviews left on this exact color/config SKU — may be empty while the card shows pooled totals). Pass variantOnly=false for all sibling variants on the same card. sort=helpful|date|product|default. hasPhotos=true keeps photo reviews. Each review: aboutProduct, likelySellerGeneric, matchedSku, isOtherVariant, variant[] labels, reviewsScope (product|otherVariant|seller|crossListing|unclear). If count=0 with variantOnly, retry variantOnly=false and label quotes as other-variant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Alias for product | |
| rich | No | Alias for compact:false — return full payload | |
| sort | No | Client-side sort (Ozon composer ignores most URL sort params) | |
| limit | No | Number of reviews to return | |
| compact | No | Default true: slim fields (saves context). false or rich:true returns full nested variants/images/filters. | |
| product | No | Product identifier: numeric SKU ("1850364818"), full https://www.ozon.ru/product/... URL, or slug path | |
| hasPhotos | No | Only reviews with photos | |
| variantOnly | No | true (default): only this SKU («Этот вариант»). false: all color/config variants on the card |