Review & Reputation Tracker avatar

Review & Reputation Tracker

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Review & Reputation Tracker

Review & Reputation Tracker

Under maintenance

Scrapes review text, star ratings, reviewer names, and dates from a public site.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Apurv Dixit

Apurv Dixit

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share


📘 Amazon Review Tracker — README.md

# Amazon Review Tracker
Extract 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
---
## 🔧 Input
Required:
- A list of Amazon product page URLs
- Maximum reviews to scrape per product
Example input:
```json
{
"productUrls": [
"https://www.amazon.com/dp/B0EXAMPLE"
],
"maxReviews": 100
}