Unwrangle Reviews
unwrangle_reviewsReviews for a product on a retailer (Amazon/Target/Best Buy/…). Returns reviewer name, rating, title, text, date, verified-purchase flag. Pass the product url (or Amazon id/asin) and optional page. Reviews cost more credits than product/search. Example: unwrangle_reviews({ retailer: "amazon", url: "https://www.amazon.com/dp/B07ZPKN6YR", page: 1, _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Product id (Amazon ASIN) — alternative to url. | |
| url | No | Product page URL to fetch reviews for (recommended). | |
| asin | No | Alias for id (Amazon ASIN). | |
| page | No | Page number of reviews (default 1). | |
| _apiKey | Yes | Unwrangle API key (unwrangle.com). | |
| retailer | No | Retailer slug that selects the platform, e.g. "amazon", "walmart", "target", "bestbuy", "homedepot", "lowes", "wayfair", "costco", "samsclub", "chewy", "tesco", "currys". Defaults to "amazon". | |
| country_code | No | Optional 2-letter country code (default "us"). |