How about cookies? 🍪
Cookies enhance your experience and help us analyze traffic. By clicking "Accept all" you consent to storing cookies on your device.

Adjust preferences or withdraw consent anytime by clicking on "Cookie preferences" or on the dedicated footer link.


View our Privacy Policy for more information.

How to Extract Amazon Search Results and Product Variants with n8n

Extract Amazon products & variants from any search! Use n8n & Amazon APIs to log full product data into Google Sheets.

n8n logo

n8n

make logo

Make

zapier logo

Zapier

Scraping Amazon manually is inefficient, especially when you're trying to gather product data across multiple variations like color or model.

This workflow simplifies that process - just send a search term and get detailed product information and variants directly into Google Sheets.

What does this workflow do?

  • Triggered via a webhook with a search query (e.g. "kitchen")
  • Uses the Amazon Search API to retrieve a list of ASINs matching the search
  • For each ASIN, calls the Amazon Product API to fetch detailed product data and all available variants
  • Extracts and stores the following information:
    • ASIN
    • Product title
    • Product URL
    • Price & Currency
    • Rating & Rating Count
    • Main image
    • All product images
    • Features
    • Stock availability
    • Best Sellers Rank
    • Date First Available
  • Saves all collected data into a Google Sheet for further filtering and analysis

Perfect for product research, dropshipping, competitive monitoring, or building internal product databases.