Review Analyzer — extract ratings, sentiment & key phrases avatar

Review Analyzer — extract ratings, sentiment & key phrases

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Review Analyzer — extract ratings, sentiment & key phrases

Review Analyzer — extract ratings, sentiment & key phrases

Under maintenance

Give it a review page URL. Get back star ratings, review count, sentiment scores, key phrases, and pricing details. Works on product pages, Trustpilot, app stores — anywhere reviews live.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Klako Cariol

Klako Cariol

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

18 days ago

Last modified

Share

Review Analyzer looks at any review or product page and pulls out what matters.

What you get

For any public URL with customer reviews (Trustpilot, product pages, app store listings, etc.):

  • Star rating — average, count, and distribution
  • Review count — how many reviews the page mentions
  • Sentiment breakdown — positive vs negative keyword scores
  • Key phrases — actual sentences from the page that mention "great", "terrible", "recommend", etc.
  • Pricing and contact info detected automatically

All returned as clean JSON you can pipe into a spreadsheet, dashboard, or analysis tool.

Example output (shortened)

{
"url": "https://www.example.com/product/reviews",
"page_title": "Product Reviews | Example Store",
"domain": "www.example.com",
"rating": {
"average": 4.2,
"ratings_found": 3,
"distribution": { "4": 2, "5": 1 }
},
"sentiment": {
"score": 72.3,
"label": "positive",
"positive_keywords": { "great": 5, "love": 3 },
"negative_keywords": { "bad": 2 }
},
"key_phrases": [
{ "phrase": "Great product, would definitely recommend", "sentiment": "positive" },
{ "phrase": "Customer service was terrible", "sentiment": "negative" }
]
}

When to use it

  • Check competitor reviews without reading 200 comments manually
  • Monitor your own product reviews for sentiment trends
  • Feed review data into a dashboard or reporting tool
  • Quick sanity check before buying something