AI Review Insight - Google Reviews To Action Plan avatar

AI Review Insight - Google Reviews To Action Plan

Pricing

$0.35 / insight report generated

Go to Apify Store
AI Review Insight - Google Reviews To Action Plan

AI Review Insight - Google Reviews To Action Plan

Pricing

$0.35 / insight report generated

Rating

0.0

(0)

Developer

ming zou

ming zou

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Turn a business's Google reviews into a prioritized action plan.

What it does

  • Finds one Google Maps business from a plain search query
  • Scrapes its recent reviews
  • Uses an LLM to identify recurring positive and negative themes
  • Returns a structured action plan with quick wins, structural fixes, and representative customer quotes

Input

FieldTypeDescription
searchQuerystringBusiness name plus city or area
maxReviewsintegerNumber of recent reviews to analyze
languagestringLanguage code for review scraping
outputLanguagestringLanguage for the generated report
businessGoalstringOptional focus for the analysis

Output

One report per run:

{
"businessName": "Example Cafe",
"searchQuery": "Example Cafe Brooklyn",
"reviewCount": 100,
"averageRating": 4.2,
"positiveThemes": [],
"negativeThemes": [],
"quickWins": [],
"structuralFixes": [],
"customerQuotes": [],
"generatedAt": "2026-09-17T00:00:00Z"
}