Skip to main content

Competitive price monitoring & alerts with Bright Data, Sheets & Slack

Workflow preview

Workflow preview
100%
Competitive price monitoring & alerts with Bright Data, Sheets & Slack preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it Works This workflow automates competitive price intelligence using Bright Data's enterprise web scraping API. On a scheduled basis (default: daily at 9 AM), the sys...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Daniel Shashko.

Original n8n.io source

1.1 Workflow description

Title
Competitive price monitoring & alerts with Bright Data, Sheets & Slack
Workflow name
Competitive price monitoring & alerts with Bright Data, Sheets & Slack

How it Works

This workflow automates competitive price intelligence using Bright Data's enterprise web scraping API. On a scheduled basis (default: daily at 9 AM), the system loops through configured competitor product URLs, triggers Bright Data's web scraper to extract real-time pricing data from each site, and intelligently compares competitor prices against your current pricing.

The workflow handles the full scraping lifecycle: it sends scraping requests to Bright Data, waits for completion, fetches the scraped product data, and parses prices from various formats and website structures. All pricing data is automatically logged to Google Sheets for historical tracking and trend analysis. When a competitor's price drops below yours by more than the configured threshold (e.g., 10% cheaper), the system immediately sends detailed alerts via Slack and email to your pricing team with actionable intelligence.

At the end of each monitoring run, the workflow generates a comprehensive daily summary report that aggregates all competitor data, calculates average price differences, identifies the lowest and highest competitors, and provides a complete competitive landscape view. This eliminates hours of manual competitor research and enables data-driven pricing decisions in real-time.


Who is this for?

  • E-commerce businesses and online retailers needing automated competitive price monitoring
  • Product managers and pricing strategists requiring real-time competitive intelligence
  • Revenue operations teams managing dynamic pricing strategies across multiple products
  • Marketplaces competing in price-sensitive categories where margins matter
  • Any business that needs to track competitor pricing without manual daily checks

Setup Steps

  • Setup time: Approx. 30-40 minutes (Bright Data configuration, credential setup, competitor URL configuration)

  • Requirements:

    • Bright Data account with Web Scraper API access
    • Bright Data API token (from dashboard)
    • Google account with a spreadsheet for price tracking
    • Slack workspace with pricing channels
    • SMTP email provider for alerts
  • Sign up for Bright Data and create a web scraping dataset (use e-commerce template for product data)

  • Obtain your Bright Data API token and dataset ID from the dashboard

  • Configure these nodes:

    • Schedule Daily Check: Set monitoring frequency using cron expression (default: 9 AM daily)
    • Load Competitor URLs: Add competitor product URLs array, configure your current price, set alert threshold percentage
    • Loop Through Competitors: Automatically handles multiple URLs (no configuration needed)
    • Scrape with Bright Data: Add Bright Data

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Load Competitor URLs

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 2 - Loop Through Competitors

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Scrape with Bright Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Wait for Scraping

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 5 - Fetch Scraped Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Parse Price Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Log to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 8 - Check If Alert Needed

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 9 - Send Slack Alert

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 10 - Send Email Alert

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 11 - Aggregate All Results

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 12 - Create Daily Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Send Daily Report to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 14 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Competitive price monitoring & alerts with Bright Data, Sheets & Slack
Complexity advanced
Nodes 29
Categories Market Research
Author Daniel Shashko
Published 19 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9903/9903.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Competitive price monitoring & alerts with Bright Data, Sheets & Slack do?

How it Works This workflow automates competitive price intelligence using Bright Data's enterprise web scraping API. On a scheduled basis (default: daily at 9 AM), the sys...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 use case.