πŸ“Š Analyze & summarize Amazon product reviews with Decodo, OpenAI and Google Sheets

⚑ 539 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

Disclaimer

Please note - This workflow is only available on n8n self-hosted as it’s making use of the community node for the Decodo Web Scraping

Analyze & Summarize Amazon Product Reviews with Decodo, OpenAI and Google Sheets

This n8n workflow automates the process of scraping, analyzing, and summarizing Amazon product reviews using Decodo’s Amazon Scraper, OpenAI GPT-4.1-mini, and Google Sheets for seamless reporting.

It turns messy, unstructured customer feedback into actionable product insights β€” all without manual review reading.

Who this is for

This workflow is designed for:

What problem this workflow solves

Reading and analyzing hundreds or thousands of Amazon reviews manually is inefficient and subjective.

This workflow automates the entire process β€” from data collection to AI summarization β€” enabling teams to instantly identify customer pain points, trends, and strengths.

Specifically, it:

What this workflow does

Here’s a breakdown of the automation process:

  1. Set Input Fields Define your Amazon product URL, geo region, and desired file name.

  2. Decodo Amazon Scraper Fetches real-time product reviews from the Amazon product page, including star ratings and AI-generated summaries.

  3. Extract Reviews Node Extracts raw customer reviews and Decodo’s AI summary into a structured JSON format.

  4. Perform Review Analysis (GPT-4.1-mini) Uses OpenAI GPT-4.1-mini to create two key summaries:

    • Comprehensive Review: A detailed summary that captures sentiment, recurring themes, and product pros/cons.
    • Abstract Review: A concise executive summary that captures the overall essence of user feedback.
  5. Persist Structured JSON Saves the raw and AI-enriched data to a local file for reference.

  6. Append to Google Sheets Uploads both the original reviews and AI summaries into a Google Sheet for ongoing analysis, reporting, or dashboard integration.

Outcome: You get a structured, AI-enriched dataset of Amazon product reviews β€” summarized, searchable, and easy to visualize.

Setup

Pre-requisite

If you are new to Decode, please signup on this link visit.decodo.com

Please make sure to install the n8n custom node for Decodo.

Install Decodo Community Node

Decodo Community Node

Step 1 β€” Import the Workflow

  1. Open n8n and import the JSON workflow template.

  2. Ensure the following credentials are configured:

    • Decodo Credentials account β†’ Decodo API Key
    • OpenAI account β†’ OpenAI API Key
    • Google Sheets account β†’ Connected via OAuth

Step 2 β€” Input Product Details

In the Set node, replace:

Step 3 β€” Connect Google Sheets

Link your desired Google Sheet for data storage. Ensure the sheet columns match:

Step 4 β€” Run the Workflow

Click Execute Workflow. Within seconds, your Amazon product reviews will be fetched, summarized by AI, and logged into Google Sheets.

How to customize this workflow

You can tailor this workflow for different use cases:

Summary

This workflow transforms the tedious process of reading hundreds of Amazon reviews into a streamlined AI-powered insight engine.

By combining Decodo’s scraping precision, OpenAI’s summarization power, and Google Sheets’ accessibility, it enables continuous review monitoring.

In one click, it delivers comprehensive and abstract AI summaries, ready for your next product decision meeting or market strategy session.

πŸ”— Nodes Used

Function, Google Sheets, OpenAI Chat Model, Read/Write Files from Disk, Information Extractor

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup