Monitor Amazon product prices with Bright Data and Google Sheets
Amazon Price Monitoring Workflow This workflow enables you to monitor the prices of Amazon product listings directly from a Google Sheet, using data provided by Bright Data’s Amazon Scraper API. It automates the retri...
Template notes
Amazon Price Monitoring Workflow
This workflow enables you to monitor the prices of Amazon product listings directly from a Google Sheet, using data provided by Bright Data’s Amazon Scraper API. It automates the retrieval of price data for specified products and is ideal for market research, competitor analysis, or personal price tracking.
✅ Requirements
Before using this template, ensure you have the following: - A Bright Data account and access to the Amazon Scraper API. - An active API key from Bright Data. - A Google Sheet set up with the required columns. - N8N account (self-host or cloud version)
⸻
⚙️ Setup 1. Create a Google Sheet with the following columns: - Product URL - ZIP Code (used for regional price variations) - ASIN (Amazon Standard Identification Number)
2. Extract ASIN Automatically using the following formula in the ASIN column:
=REGEXEXTRACT(A2, "/(?:dp|gp/product|product)/([A-Z0-9]{10})")