Export Amazon product reviews in bulk to Google Sheets via RapidAPI
DISCOUNT 20%
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
- Form Trigger collects brand, product and sheet info.
- Code node extracts the ASIN and builds 70 API requests (10 pages × star ratings).
- Split-in-batches loops through the request list, throttled by two Wait nodes.
- HTTP Request fetches reviews from RapidAPI.
- IF node drops empty or error responses.
- Split Out breaks arrays into single reviews.
- Google Sheets appends every review to the target tab.
- Loop continues until all pages finish.
Setup
- Fill in Brand name, Product / Model Name, Amazon Product URL, Tab URL to insert reviews in the form.
- Grab your
X-RapidAPI-Keyfrom RapidAPI → Add as httpHeaderAuth credential. - Connect Google Sheets OAuth2 and make the spreadsheet Anyone with the link can edit.
- Open Workflow Settings → set timezone if you plan to schedule runs.
- 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