Skip to main content

Monitor Shopify stores for new products with BrowserAct and Slack alerts

Workflow preview

Workflow preview
100%
Monitor Shopify stores for new products with BrowserAct and Slack alerts preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automated E commerce Store Monitoring for New Products Using BrowserAct This n8n template is an ...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.slack, n8n-nodes-base.merge, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-browseract-workflows.browseract, n8n-nodes-base.if

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Madame AI Team | Kai.

Original n8n.io source

1.1 Workflow description

Title
Monitor Shopify stores for new products with BrowserAct and Slack alerts
Workflow name
Monitor Shopify stores for new products with BrowserAct and Slack alerts

Automated E-commerce Store Monitoring for New Products Using BrowserAct

This n8n template is an advanced competitive intelligence tool that automatically monitors competitor E-commerce/Shopify stores and alerts you the moment they launch a new product.

This workflow is essential for e-commerce store owners, product strategists, and marketing teams who need real-time insight into what their competitors are selling.


Self-Hosted Only

This Workflow uses a community contribution and is designed and tested for self-hosted n8n instances only.


How it works

  • The workflow runs on a Schedule Trigger to check for new products automatically (e.g., daily).
  • A Google Sheets node fetches your master list of competitor store links from a central sheet.
  • The workflow loops through each competitor one by one.
  • For each competitor, a Google Sheets node first creates a dedicated tracking sheet (if one doesn't exist) to store their product list history.
  • A BrowserAct node then scrapes the competitor's current product list from their live website.
  • The scraped data is saved to the competitor's dedicated tracking sheet.
  • The workflow then fetches the newly scraped list and the previously stored list of products.
  • A custom Code node (labeled "Compare Datas") performs a difference check to reliably detect if any new products have been added.
  • If a new product is detected, an If node triggers an immediate Slack alert to your team, providing real-time competitive insight.

Requirements

  • BrowserAct API account for web scraping
  • BrowserAct "Competitors Shopify Website New Product Monitor" Template
  • BrowserAct n8n Community Node -> (n8n Nodes BrowserAct)
  • Google Sheets credentials for storing and managing data
  • Slack credentials for sending alerts

Need Help?


Workflow Guidance and Showcase

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 - Schedule Trigger

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

Block 2 - Get row(s) in sheet

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

Block 3 - Create sheet

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

Block 4 - Send a message

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

Block 5 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 6 - Sticky Note - Intro

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

Block 7 - Sticky Note - How to Use

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

Block 8 - Sticky Note - Need Help

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

Block 9 - Sticky Note - Input & Loop

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

Block 10 - Sticky Note - Scrape & Store

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

Block 11 - Sticky Note - Compare & Alert

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

Block 12 - Get row(s) for Compare

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

Block 13 - Compare Datas

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

Block 14 - Parse Json

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

Block 15 - Get workflow Data

Type / Role
n8n-nodes-browseract-workflows.browserAct - browserAct
Config choices
Version 1

Block 16 - Run a workflow

Type / Role
n8n-nodes-browseract-workflows.browserAct - browserAct
Config choices
Version 1

Block 17 - Store Data

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

Block 18 - Get Data For Compare

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

Block 19 - Check New Product

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

Block 20 - Loop Over Items

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

Block 21 - Sticky Note

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

Block 22 - Sticky Note1

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

Block 23 - Sticky Note2

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

Block 24 - Sticky Note3

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

3. Summary Table

Workflow Monitor Shopify stores for new products with BrowserAct and Slack alerts
Complexity advanced
Nodes 24
Categories Market Research
Author Madame AI Team | Kai
Published 19 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9895/9895.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 Monitor Shopify stores for new products with BrowserAct and Slack alerts do?

Automated E commerce Store Monitoring for New Products Using BrowserAct This n8n template is an ...

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.