Skip to main content

Extract Amazon product data to Sheets with Olostep API

Workflow preview

Workflow preview
100%
Extract Amazon product data to Sheets with Olostep API preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Olostep Amazon Products Scraper This n8n template automates Amazon product scraping using the Olostep API. Simply enter a search query , and the workflow scrapes multiple Amazon search pages to ext...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Extract Amazon product data to Sheets with Olostep API
Workflow name
Extract Amazon product data to Sheets with Olostep API

Olostep Amazon Products Scraper

This n8n template automates Amazon product scraping using the Olostep API.
Simply enter a search query, and the workflow scrapes multiple Amazon search pages to extract product titles and URLs.
Results are cleaned, normalized, and saved into a Google Sheet or Data Table.

Who’s it for

  • E-commerce analysts researching competitors and pricing
  • Product sourcing teams
  • Dropshippers and Amazon sellers
  • Automation builders who want quick product lists without manual scraping
  • Growth hackers collecting product data at scale

How it works / What it does

  1. Form Trigger

    • User enters a search query (e.g., “wireless bluetooth headphones”).
    • The query is used to build the Amazon search URL.
  2. Pagination Setup

    • A list of page numbers (1–10) is generated automatically.
    • Each number loads the corresponding Amazon search results page.
  3. Scrape Amazon with Olostep

    • For each page, Olostep scrapes Amazon search results.
    • Olostep’s LLM extraction returns:
      • title — product title
      • url — product link
  4. Parse & Split Results

    • The JSON output is decoded and turned into individual product items.
  5. URL Normalization

    • If the product URL is relative, it is automatically converted into a full Amazon URL.
  6. Conditional Check (IF node)

    • Ensures only valid product URLs are stored.
    • Helps avoid scraping Amazon navigation links or invalid items.
  7. Insert into Sheet / Data Table

    • Each valid product is saved in:
      • title
      • url
  8. Automatic Looping & Rate Management

    • A wait step ensures API rate limits are respected while scraping multiple pages.

This workflow gives you a complete, reliable Amazon scraper with no browser automation and no manual copy/paste — everything runs through the Olostep API and n8n.

How to set up

  1. Import this template into your n8n account.
  2. Add your Olostep API key.
  3. Connect your Google Sheets or Data Table.
  4. Deploy the form and start scraping with any Amazon search phrase.

Requirements

  • Olostep API key
  • Google Sheets or Data Table
  • n8n cloud or self-hosted instance

How to customize the workflow

  • Add more product fields (price, rating, number of reviews, seller name, etc.).
  • Extend pagination range (1–20 or more pages).
  • Add filtering logic (e.g., ignore sponsored results).
  • Send scraped results to Notion, Airtable, or a CRM.
  • Trigger via Telegram bot instead of a form.

👉 This workflow is perfect for e-commerce research, competitive analysis, or building Amazon product datasets with minimal effort.

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 - scrape amazon products

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

Block 2 - parsedInfo

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

Block 3 - Split Out

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

Block 4 - Loop Over Items

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

Block 5 - If

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

Block 6 - Wait

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

Block 7 - Insert row

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

Block 8 - On form submission

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

Block 9 - Edit Fields

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

Block 10 - Split Out2

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

Block 11 - Edit Fields1

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note5

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

Block 16 - Sticky Note6

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

Block 17 - Sticky Note

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

Block 18 - Sticky Note4

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

3. Summary Table

Workflow Extract Amazon product data to Sheets with Olostep API
Complexity advanced
Nodes 18
Categories Market Research, AI Summarization
Author Yasser Sami
Published 23 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11158/11158.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 Extract Amazon product data to Sheets with Olostep API do?

Olostep Amazon Products Scraper This n8n template automates Amazon product scraping using the Olostep API. Simply enter a search query , and the workflow scrapes multiple Amazon search pages to ext...

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, AI Summarization use case.