chewy_product_reviews
Retrieve paginated customer reviews for any Chewy product by ID, with sorting and positive/negative filters. Access the full review set beyond the first 20 embedded reviews.
Instructions
List a Chewy product's customer reviews, paginated. Returns one page of a Chewy product's customer reviews -- rating, title, body, author, submission date, helpful count, incentivized flag, and contributor badge -- with sorting and positive/negative filtering. chewy_product embeds only the first 20 reviews with no way to page past them; this endpoint reaches the whole set (products routinely carry thousands). id is the numeric id from any chewy.com PDP URL, and reviews are shared across a product's variants, so any variant's id returns the same set. total is the count for the current filter, so it drops when filter is applied, while rating_count stays the product's overall rating tally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric id from a chewy.com PDP URL, e.g. \ | |
| page | No | Page number, 1-based (default 1). | |
| sort | No | Sort order. One of MOST_RELEVANT, NEWEST, OLDEST, HIGHEST_RATING, LOWEST_RATING, PHOTOS. Defaults to Chewy's own ordering when omitted. | |
| limit | No | Reviews per page, 1 to 50 (default 20). | |
| filter | No | Restrict to POSITIVE (4-5 star) or NEGATIVE (1-3 star) reviews. Omit for all. |