Skip to main content

Export Amazon product reviews in bulk to Google Sheets via RapidAPI

Workflow preview

Workflow preview
100%
Export Amazon product reviews in bulk to Google Sheets via RapidAPI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What it does Pulls up to 700 Amazon reviews per product (recent and top rated) and writes them straight into a Google Sheet tab you choose. Perfect for • Brand and product managers tracking sentime...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.splitout, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.formtrigger, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hunyao.

Original n8n.io source

1.1 Workflow description

Title
Export Amazon product reviews in bulk to Google Sheets via RapidAPI
Workflow name
Export Amazon product reviews in bulk to Google Sheets via RapidAPI

What it does Pulls up to 700 Amazon reviews per product (recent and top-rated) and writes them straight into a Google Sheet tab you choose.

Perfect for • Brand and product managers tracking sentiment • Marketplace sellers analysing competitor feedback • Agencies building product-review dashboards

Apps used RapidAPI Real-Time Amazon Data, Google Sheets, n8n Form Trigger

How it works

  1. Form Trigger collects brand, product and sheet info.
  2. Code node extracts the ASIN and builds 70 API requests (10 pages × star ratings).
  3. Split-in-batches loops through the request list, throttled by two Wait nodes.
  4. HTTP Request fetches reviews from RapidAPI.
  5. IF node drops empty or error responses.
  6. Split Out breaks arrays into single reviews.
  7. Google Sheets appends every review to the target tab.
  8. Loop continues until all pages finish.

Setup

  1. Fill in Brand name, Product / Model Name, Amazon Product URL, Tab URL to insert reviews in the form.
  2. Grab your X-RapidAPI-Key from RapidAPI → Add as httpHeaderAuth credential.
  3. Connect Google Sheets OAuth2 and make the spreadsheet Anyone with the link can edit.
  4. Open Workflow Settings → set timezone if you plan to schedule runs.
  5. Hit Execute workflow or share the form link.

Credentials • Real-Time Amazon Data (RapidAPI HTTP Header Auth) • Google Sheets OAuth2

Limits and notes • ~100 RapidAPI calls for the free plan. Plan quota accordingly. • Assumes Amazon returns 10 pages per star rating; fewer pages skip silently. • Large sheets may hit Google API write quotas.

If you have any questions in running the workflow, feel free to reach out to me at my youtube channel: https://www.youtube.com/@hunyaochong

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 2 - Wait1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 3 - Wait2

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Split Out Reviews

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 5 - If status "OK" and contains reviews

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - Store reviews

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 7 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 9 - Set Constants

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Build Parameter Sets

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Export Amazon product reviews in bulk to Google Sheets via RapidAPI
Complexity intermediate
Nodes 11
Categories Market Research
Author Hunyao
Published 06 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7050/7050.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Export Amazon product reviews in bulk to Google Sheets via RapidAPI do?

What it does Pulls up to 700 Amazon reviews per product (recent and top rated) and writes them straight into a Google Sheet tab you choose. Perfect for • Brand and product managers tracking sentime...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 use case.