Block 1 - Manual Trigger
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Template Description Template Title Analyze Amazon product reviews with Gemini and save to Google Sheets Description This workflow automates the process of analyzing customer feedback on Amaz...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.slack, n8n-nodes-base.code, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.googlegemini, @apify/n8n-nodes-apify.apify
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 小林幸一.
Original n8n.io sourceAnalyze Amazon product reviews with Gemini and save to Google Sheets
This workflow automates the process of analyzing customer feedback on Amazon products. Instead of manually reading through hundreds of reviews, this template scrapes reviews (specifically targeting negative feedback), uses Google Gemini (AI) to analyze the root causes of dissatisfaction, and generates specific improvement suggestions. The results are automatically logged into a Google Sheet for easy tracking, and a Slack notification is sent to keep your team updated.
This tool is essential for understanding "Voice of Customer" data efficiently without manual data entry.
junglee/amazon-reviews-scraper) to fetch reviews from a specified Amazon product URL. It is currently configured to filter for 1 and 2-star reviews to focus on complaints.junglee/amazon-reviews-scraper actor.startUrls to the Amazon product page you want to analyze.sentiment_score, category, summary, improvement. Copy the Spreadsheet ID into the Google Sheets node.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Extract & analyze Amazon reviews with Apify, Gemini AI & save to Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research, AI Summarization |
| Author | 小林幸一 |
| Published | 20 Nov 2025 |
Use the JSON export at /data/workflows/11027/11027.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Template Description Template Title Analyze Amazon product reviews with Gemini and save to Google Sheets Description This workflow automates the process of analyzing customer feedback on Amaz...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.