workflows.fit
Back to n8n workflows
n8n templateFreeBy phil

Amazon product search scraper with BrightData, GPT-4, and Google Sheets

This workflow automates web scraping of Amazon search result pages by retrieving raw HTML, cleaning it to retain only the relevant product elements, and then using an LLM to extract structured product data (name, desc...

Data & StorageProductivityDevelopmentCore NodesAILangchainLm Chat Open RouterOutput Parser Structured
Loading interactive preview...

Template notes

This workflow automates web scraping of Amazon search result pages by retrieving raw HTML, cleaning it to retain only the relevant product elements, and then using an LLM to extract structured product data (name, description, rating, reviews, and price), before saving the results back to Google Sheets.

It integrates Google Sheets to supply and collect URLs, BrightData to fetch page HTML, a custom n8n Function node to sanitize the HTML, LangChain (OpenRouter GPT-4) to parse product details, and Google Sheets again to store the output.

![CleanShot 20250506 at 16.42.332x.png](fileId:1284) URL to scape

.

![CleanShot 20250506 at 16.41.062x.png](fileId:1285) Result

Who Needs Amazon Search Result Scraping?

This scraping workflow is ideal for teams and businesses that need to monitor Amazon product listings at scale:

- E-commerce Analysts – Track competitor pricing, ratings, and inventory trends. - Market Researchers – Collect data on product popularity and reviews for market analysis. - Data Teams – Automate ingestion of product metadata into BI pipelines or data lakes. - Affiliate Marketers – Keep affiliate catalogs up to date with latest product details and prices.