Amazon Reviews
amazon_reviewsGet customer reviews for an Amazon product by ASIN — title, body, rating, date, verified-purchase flag, and helpful votes. Uses your Rainforest API key. Example: amazon_reviews({ asin: "B08N5WRWNW", amazon_domain: "amazon.com", _apiKey: "your-rainforest-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon Standard Identification Number, e.g. "B08N5WRWNW" | |
| _apiKey | Yes | Your Rainforest API key (get one at trajectdata.com) | |
| amazon_domain | No | Amazon marketplace domain (default "amazon.com") |