ulta_product_reviews
Fetch an Ulta Beauty product's customer reviews by product ID. Returns a page of normalized reviews plus the site-wide rating summary (count, average, recommended ratio, histogram); empty result if no reviews.
Instructions
Get an Ulta Beauty product's customer reviews. Returns one page of an Ulta Beauty product's normalized customer reviews, plus the retailer's own site-wide rating summary (rating count, average rating, recommended ratio, rating histogram) for the product. product_id is taken from a search result's product_id field or a product page's URL. A product with zero reviews, or a well-formed but unrecognized product_id, returns a normal, empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page, 1-based, defaults to 1 | |
| product_id | Yes | Ulta product id, from a search result's product_id field |