VOOZH about

URL: https://apify.com/dash_authority/product-review-aggregator

⇱ Product Review Aggregator [DEPRECATED] Β· Apify


πŸ‘ Product Review Aggregator avatar

Product Review Aggregator

Deprecated

Pricing

$4.00 / 1,000 results

Go to Apify Store

Product Review Aggregator

Deprecated

Scrape and aggregate product reviews from Amazon, Walmart, and Target into a unified format for brand monitoring and competitive analysis.

Pricing

$4.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Dash Authority

Dash Authority

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 months ago

Last modified

Share

Scrape and aggregate product reviews from Amazon, Walmart, and Target into a unified JSON format. Built with Playwright for robust handling of JS-heavy, anti-bot-protected e-commerce sites.

Use Cases

  • Brand Monitoring β€” Track what customers say about your products across multiple retailers from a single data source.
  • Competitive Analysis β€” Compare review sentiment and ratings for competitor products on the same platforms.
  • Product Research β€” Aggregate feedback to identify common complaints, feature requests, and satisfaction trends.
  • Market Intelligence β€” Feed unified review data into dashboards, NLP pipelines, or alerting systems.

Input

FieldTypeRequiredDefaultDescription
platformSelectβœ…β€”amazon, walmart, or target
productUrlStringβ€”β€”Direct product page URL (takes priority over search)
searchQueryStringβ€”β€”Search term to find the product
maxReviewsIntegerβ€”50Max reviews to scrape (1–200)
minRatingSelectβ€”0Filter by minimum star rating (0 = all)
sortBySelectβ€”most_relevantSort order for reviews
proxyConfigurationProxyβ€”β€”Apify proxy settings (recommended)

Note: Either productUrl or searchQuery must be provided.

Output

Every review is emitted as a single dataset item with a unidentical schema regardless of source platform:

{
"productTitle":"Apple AirPods Pro (2nd Generation)",
"productUrl":"https://www.amazon.com/dp/B0D1XD1ZV3",
"platform":"amazon",
"reviewerName":"Jane D.",
"rating":5,
"reviewTitle":"Best earbuds I've ever owned",
"reviewBody":"The noise cancellation is incredible and the sound quality blows me away every time...",
"reviewDate":"2025-12-15",
"verified":true,
"helpful":42,
"images":[
"https://images-na.ssl-images-amazon.com/images/I/abc123.jpg"
]
}

Aggregation Metadata

The actor also pushes a summary record (keyed with _metadata: true) containing:

{
"_metadata":true,
"productTitle":"Apple AirPods Pro (2nd Generation)",
"platform":"amazon",
"totalReviews":47,
"averageRating":4.6,
"ratingDistribution":{
"1":2,
"2":1,
"3":3,
"4":8,
"5":33
}
}

Running Locally

# Install dependencies
pip install-r requirements.txt
playwright install chromium
# Set Apify token (or use local Actor context)
exportAPIFY_TOKEN=your_token_here
# Run
python -m src.main

License

MIT

You might also like

Arabam.com Vehicle Scraper

seralifatih/Turkish-Automotive-Intelligence-Suite

Extract structured used-car listings from Arabam.com, including price, mileage, specs, seller details, location, condition data, and optional detail-page enrichment.

πŸ‘ User avatar

Fatih Δ°lhan

11

Turkish Auto Dealer Intelligence

seralifatih/turkish-auto-dealer-intelligence

Scrape Turkish used-car dealer profiles from Arabam.com and Sahibinden.com, including identity, contact details, trust signals, and optional inventory-level pricing analysis.

πŸ‘ User avatar

Fatih Δ°lhan

2

ReviewsSense AI

adept-training-center/reviewssense-ai

Review Aggregator: Scrape product reviews from sites like Amazon or Yelp to perform sentiment analysis and understand customer feedback at scale.

πŸ‘ User avatar

Adept Training Center

2

Turkish Marketplace Seller Intelligence

seralifatih/turkish-marketplace-seller-intelligence

Scrape normalized seller and store profiles across Trendyol, Hepsiburada, and N11. Extract seller names, ratings, badges, product counts, and public business details for supplier discovery, competitive analysis, and marketplace monitoring in Turkey.

πŸ‘ User avatar

Fatih Δ°lhan

12

Douyin Shop Scraper β€” Products, Search, Reviews

sian.agency/douyin-shop-scraper

Scrape Douyin Shop (ζŠ–ιŸ³ε•†εŸŽ) into clean structured datasets β€” keyword product search, deep product details with SKUs and images, and customer reviews with ratings and photos. Three operations in one actor. No account, no API key, no setup.

32

Sephora Product Details & Reviews Scraper (with Demographics)

sian.agency/best-sephora-product-information-extractor

Sephora reviews scraper + product details by Product ID. Reviews mode: demographics (skin type, age, verified purchase), helpfulness, photos. Details mode: SKUs, variants, prices, ingredients. Bulk IDs supported. No Sephora API key. Pairs with our catalog scraper.

29

Amazon Product Reviews Actor

getdataforme/amazon-product-reviews-actor

Every product owner need to know, how are the product reviewed by the customer. If you have a products listed on Amazon and want to fetch all the reviews on your product then this is the right tool for you to scrape all the reviews on your listed product.

18