Back to Templates

Analyze Product Reviews & Generate Improvement Recommendations with Gemini AI

Last update

Last update 3 days ago

Share


Analyze product reviews from a website to generate recommendations

This n8n template demonstrates how to perform product review sentiment analysis and generate improvement recommendations using an AI Agent.

This workflow is perfect for e-commerce store owners, product managers, or marketing teams who want to automate the process of collecting feedback and turning it into actionable insights.


How it works

  • The workflow is triggered manually.
  • An HTTP Request node initiates a web scraping task with the BrowserAct API to collect product reviews.
  • A series of If and Wait nodes are used to check the status of the scraping task. If the task is not yet complete, the workflow pauses and retries until it receives the full dataset.
  • An AI Agent node, powered by Google Gemini, then processes the scraped review summaries. It analyzes the sentiment of each review and generates actionable improvement recommendations.
  • Finally, the workflow sends these detailed recommendations via a Telegram message and an Email to the relevant stakeholders.

Requirements

  • BrowserAct API account for web scraping
  • BrowserAct "Product Review Sentiment Analysis" Template
  • Gemini account for the AI Agent
  • Telegram and SMTP credentials for sending messages