πŸ“Š Extract Amazon product data to Sheets with Olostep API

⚑ 1,562 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

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

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

How to customize the workflow


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

πŸ”— Nodes Used

HTTP Request, n8n Form Trigger, Data table

πŸ“₯ Import

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

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