# Changelog of Amazon Reviews Scraper (`codingfrontend/amazon-reviews-scraper`) Actor

- **URL**: https://apify.com/codingfrontend/amazon-reviews-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/codingfrontend/amazon-reviews-scraper.md

## Changelog

### \[1.0.0] - 2025-05-19

#### Added

- Initial release of Amazon India Reviews Scraper
- Input: list of Amazon product URLs (ASIN extracted automatically)
- Strategy: attempts dedicated reviews page first, falls back to product page if login is required
- Extracts: reviewId, rating, reviewTitle, reviewText, reviewerName, reviewerProfileUrl, reviewDate, verifiedPurchase, helpfulVotes, reviewImages
- Pagination support for multi-page review sets (up to maxReviewsPerProduct per product)
- CAPTCHA detection and graceful error reporting
- Module restructure: handlers, extractors, filters, schema, utils separated into dedicated files
- Residential India proxy support for Amazon.in access
