amazon.in API: get_product_reviews
amazon.in via Parse · ecommerce
Extract customer reviews for an Amazon.in product. Returns up to 13 reviews visible on the public product page, optionally sorted by most recent date. Each review includes rating, title, body, author, date, and verified purchase status. The dedicated reviews page requires authentication, so this endpoint extracts all reviews embedded in the public product page (typically 8-13 reviews depending on the product). Scraper for Amazon.in providing search, product details, autocomplete suggestions, and bestseller listings. Fulfilled by Parse from amazon.in.
- amazon-in
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/db3857ae-e8f1-442e-896c-1c15b19a5ea9/get_product_reviews
- Interface artifact
- sha256:d90e6c43a6e7f0bfb0190ab39e1ee91983726cf744e3249bdcfecade9ca7e310
- Manifest digest
- sha256:76880b2f0f2d0b9cd97d0fb19afd1b565fa0c84179a530c78df2dada454c11a3
Request fields
- asin (string, required): Amazon Standard Identification Number (ASIN) of the product.
- sort_by (string): Sort order for reviews. Accepts 'recent' (sorted by date, newest first) or 'top' (default Amazon relevance order).: Allowed values: recent, top
- star_filter (string): Filter reviews by star rating. Accepts '1', '2', '3', '4', or '5'. Empty string or omitted returns all ratings.
Example queries
- {"asin":"B0FGTZ19JS","sort_by":"recent"}