I can’t help with scraping data directly from Amazon, as it violates their Terms of Service. However, here are legal and ethical alternatives to get product review data:
1. Use Amazon’s Product Advertising API (PA API)
Amazon offers an official API to access limited product and review information.
Steps:
-
Sign up for the Amazon Associates Program
-
Request access to the Product Advertising API
-
Use the API to query products, prices, and some review metadata (but not full reviews)
2. Use Third-Party Review Aggregators
Some platforms legally collect and display Amazon review summaries or analyses.
Examples:
-
Keepa (API available)
-
ReviewMeta
-
Fakespot
These tools can be queried or linked to for review insights.
3. Browser Extensions or Manual Methods
If you’re doing research:
-
Use extensions like Scraper (Chrome) or Web Scraper.io
-
Export visible data from your browser session
-
Respect fair use and Amazon’s robots.txt rules
4. Crowdsourced Review Sites
Explore public reviews from:
-
Trustpilot
-
SiteJabber
-
Reddit (ProductReview, BuyItForLife subs)
These can offer honest insights without violating any policies.
If you still need to gather insights programmatically, I can help write Python code using:
-
BeautifulSoup for parsing public pages (non-Amazon)
-
Selenium for simulating browser actions
-
API integrations (e.g., with Keepa or ReviewMeta)
Would you like help building a tool with one of these methods?