jcrew_product_reviews
Fetch J.Crew product reviews using a style ID. Get customer reviews with ratings, author details, and a product rating summary including per-star counts.
Instructions
Get reviews for a J.Crew or J.Crew Factory product. Returns one page of a product's customer reviews (author, location, date, rating, headline, body, and verified-purchase flag), plus the product's overall rating summary (average rating, rating count, per-star histogram, and recommended ratio). pid is a style id (e.g. CX415), as returned by jcrew-search's products[].id field. site must match the storefront the pid belongs to (default jcrew). A product with no reviews yet, or a well-formed but unrecognized pid, returns a well-formed empty result, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Style id, from a search result's id field | |
| page | No | One-based page, 10 reviews per page | |
| site | No | Storefront the pid belongs to |