/idealo/products/reviews

POST /api/idealo/products/reviews

Price: 10 credits

List the user reviews Idealo shows for one product on a chosen national Idealo site: the star rating, the review title and body, the author name, the date, which product variant the review refers to, whether the purchase was verified, and which review network the review came through.

How to use it

Idealo unions two review sets here — its own, and Amazon/Otto reviews syndicated through Trustami — so `provider` tells you where a review came from and the sets can differ sharply in tone. A product with no reviews answers 200 with an empty list, and so does one Idealo lists but no shop currently sells; 412 means the chosen `country` site does not carry that id at all, which can be true on one site and false on another for the same product. An empty result is therefore an answer rather than a failure, and reviews concentrate on popular products, so a niche item usually has none. `reference` names the variant reviewed, which matters where one Idealo product covers several colours or capacities. For the aggregate instead of the individual reviews, `idealo/products/search` already carries `rating` and `review_count` per product. A list shorter than `count` is the whole set unless the response carries `X-Results-Truncated`, which says the source stopped answering part-way and the rest exists.

Parameters

Request body

Response

Errors

Response headers