Community nodes can only be installed on self-hosted instances of n8n.
This n8n-powered automation uses Bright Data's MCP Client to extract real-time data from a price drop site listing the amazon products, including price changes and related product details.
The extracted data is enriched with structured data transformation, content summarization, and sentiment analysis using Google Gemini LLM.
The Amazon Price Drop Intelligence Engine is designed for:
Ecommerce Analysts who need timely updates on competitor pricing trends
Brand Managers seeking to understand consumer sentiment around pricing
Data Scientists building pricing models or enrichment pipelines
Affiliate Marketers looking to optimize campaigns based on dynamic pricing
AI Developers automating product intelligence pipelines
This workflow solves several key pain points:
Reliable Scraping: Uses Bright Data MCP, a managed crawling platform that handles proxies, captchas, and site structure changes automatically.
Insight Generation: Transforms unstructured HTML into structured data and then into human-readable summaries using Google Gemini LLM.
Sentiment Context: Goes beyond raw pricing data to reveal how customers feel about the price change, helping businesses and researchers measure consumer reaction.
Automated Reporting: Aggregates and stores data for easy access and downstream automation (e.g., dashboards, notifications, pricing models).
Scrape price drop site with Bright Data MCP
The workflow begins by scraping targeted price drop site for Amazon listings using Bright Data's Model Context Protocol (MCP).
You can configure this to target:
Structured Data Extraction
Once the HTML content is retrieved, Google Gemini is employed to:
Summarization & Sentiment Analysis
The extracted data is passed through an LLM chain to:
Generate a concise summary of the product and its recent price movement
Perform sentiment analysis on user reviews and public perception
Store the Results
Save to disk for archiving or bulk processing
Updated in a Google Sheet, making it instantly shareable with your team or integrated into a BI dashboard
Make sure to copy the Bright Data API_TOKEN within the Environments textbox above as API_TOKEN=<your-token>
Target different platforms: Switch Amazon for Walmart, eBay, or any ecommerce source using Bright Data’s flexible scraping infrastructure.
Enrich with more LLM tasks: Add brand tone analysis, category classification, or competitive benchmarking using Gemini prompts.
Visualize output: Pipe the Google Sheet to Looker Studio, Tableau, or Power BI.
Notification integrations: Add Slack, Discord, or email notifications for price drop alerts.