Block 1 - Daily Price Check Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Competitor Price Monitoring Dashboard with AI and Real time Alerts Target Audience E commerce managers and pricing analysts Retail business owners monitoring competitor pricing Marketing teams t...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.webhook, n8n-nodes-base.httprequest, n8n-nodes-scrapegraphai.scrapegraphai, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by vinci-king-01.
Original n8n.io sourceManual competitor price monitoring is inefficient and often leads to missed opportunities or delayed responses to market changes. This template solves the challenge of automatically tracking competitor prices, detecting significant changes, and providing actionable insights for strategic pricing decisions.
This workflow automatically monitors competitor product prices using AI-powered web scraping, analyzes price trends, and sends real-time alerts when significant changes are detected.
The template creates the following columns in your Google Sheets:
| Column | Data Type | Description | Example |
|---|---|---|---|
| timestamp | DateTime | When the price was recorded | "2024-01-15T10:30:00Z" |
| competitor_name | String | Name of the competitor | "Amazon" |
| product_name | String | Product name and model | "iPhone 15 Pro 128GB" |
| current_price | Number | Current price in USD | 999.00 |
| previous_price | Number | Previous recorded price | 1099.00 |
| price_change | Number | Absolute price difference | -100.00 |
| price_change_percent | Number | Percentage change | -9.09 |
| product_url | URL | Direct link to product page | "https://amazon.com/iphone15" |
| alert_triggered | Boolean | Whether alert was sent | true |
| trend_direction | String | Price trend analysis | "Decreasing" |
Estimated setup time: 15-20 minutes
# Install required community nodes
npm install n8n-nodes-scrapegraphai
npm install n8n-nodes-slack
websiteUrl parameters in ScrapeGraphAI nodesCommon Issues:
Support Resources:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Price monitoring dashboard with AI component and alerts |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research, AI Summarization |
| Author | vinci-king-01 |
| Published | 25 Jul 2025 |
Use the JSON export at /data/workflows/6428/6428.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Competitor Price Monitoring Dashboard with AI and Real time Alerts Target Audience E commerce managers and pricing analysts Retail business owners monitoring competitor pricing Marketing teams t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.