get_reviews
Fetch Ozon product reviews with star ratings, pros/cons, variant details, and line-level rating breakdown to assess genuine customer feedback.
Instructions
Buyer reviews with date, stars, text, pros, cons and the variant bought.
Also returns the line rating with its star split and this SKU's own
rating computed from its reviews, so it is clear what a headline number
covers. Per review: sku/variant (which product of the line it is
about), purchased_on_ozon, photo and video counts attached to that
review, helpful votes, outdated (Ozon no longer counts it in the
rating), number of comments and — optionally — the seller's reply.
date is the date the site shows (the edit date for edited reviews).
Ozon says only buyers can review (review_policy); purchase_badge
appears only where Ozon still prints "Товар куплен на OZON".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Ozon review page to start from (30 per page; continue with `next_page`) | |
| sort | No | 'worst' puts the lowest ratings first — the fastest way to real drawbacks; 'helpful' is Ozon's default (new and useful) | helpful |
| limit | No | Fetch whole pages until at least this many reviews | |
| scope | No | 'sku' = reviews of this exact SKU; 'line' = the whole variant line the card rating is based on | sku |
| product | Yes | Ozon SKU (the number in the product URL, e.g. 1837133915) or a full ozon.ru product URL | |
| include_seller_replies | No | Load the shop's reply for reviews that have comments (one request each, up to 15) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||