Review & Reputation Tracker
Pricing
Pay per usage
Go to Apify Store
Under maintenance
Review & Reputation Tracker
Scrapes review text, star ratings, reviewer names, and dates from a public site.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Apurv Dixit
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
📘 Amazon Review Tracker — README.md
# Amazon Review TrackerExtract product reviews from Amazon product pages.This Actor crawls the provided Amazon URLs and returns structured JSON review data including rating, text, reviewer name, and date.---## 🚀 Features- Scrapes public Amazon reviews (text, rating, author, date)- Handles multiple product URLs in one run- Outputs clean structured JSON ready for analysis---## 📌 Use Cases- Competitive analysis of product reviews- Sentiment tracking across multiple products- Feeding review datasets into dashboards or machine learning---## 🔧 InputRequired:- A list of Amazon product page URLs- Maximum reviews to scrape per productExample input:```json{"productUrls": ["https://www.amazon.com/dp/B0EXAMPLE"],"maxReviews": 100}