Skip to main content

Monitor competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail alerts

Workflow preview

Workflow preview
100%
Monitor competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail 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

Introduction Automate price monitoring for e commerce competitors—ideal for retailers, analysts, and pricing teams. ️ Self Hosted Only: Requires self hosted n8n instance. How It Works Scrapes comp...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.merge, n8n-nodes-base.code, @mendable/n8n-nodes-firecrawl.firecrawl, n8n-nodes-base.manualtrigger, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.openai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cheng Siong Chin.

Original n8n.io source

1.1 Workflow description

Title
Monitor competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail alerts
Workflow name
Monitor competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail alerts

Introduction

Automate price monitoring for e-commerce competitors—ideal for retailers, analysts, and pricing teams. ⚠️ Self-Hosted Only: Requires self-hosted n8n instance.

How It Works

Scrapes competitor URLs, extracts data via AI, detects price/stock changes, logs to Google Sheets with email alerts.

Workflow Template

Trigger → Scrape → AI Extract → Parse → Compare → Detect Changes → Update Sheets + Alert

Workflow Steps

  1. Scraping: Firecrawl fetches Nike, Adidas, Sneaker data
  2. AI Extraction: Processes product details
  3. Parsing: Structures response
  4. Historical Check: Reads Sheets data
  5. Change Detection: Identifies price/stock updates
  6. Dual Output: Updates Sheets + sends alerts

Setup Instructions

1. Firecrawl API Get key from dashboard → Add to n8n 2. OpenAI API Get key from platform → Add to n8n 3. Google Sheets OAuth2 Create OAuth2 in Google Cloud Console → Authorize in n8n → Enable API 4. Gmail OAuth2 Use same project → Authorize in n8n → Enable API 5. Spreadsheet Setup Create Sheet with required columns → Copy ID from URL → Paste in workflow

Prerequisites

Self-hosted n8n, Firecrawl account, OpenAI key, Google account (Sheets + Gmail OAuth2)

Customization

Add URLs, adjust thresholds, integrate Slack

Benefits

Saves 2+ hours daily, real-time tracking, automated alerts

Google Sheets Structure

Required Columns:

  • Product Name (Column A)
  • Current Price (Column B)
  • Previous Price (Column C)
  • Stock Status (Column D)
  • Last Updated (Column E)
  • URL (Column F)
  • Change Detected (Column G)

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 - 📊 Read Historical Data

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

Block 2 - 🔀 Merge Current with Historical

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

Block 3 - 🔍 Detect Price & Stock Changes

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

Block 4 - 💾 Update Historical Data

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

Block 5 - 📝 Log Alert Details

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

Block 6 - 📊 Aggregate Daily Digest

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

Block 7 - Scrape URL: nike.com

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 8 - When clicking ‘Execute workflow’

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

Block 9 - Send a message

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

Block 10 - Scrape URL: adidas.com

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 11 - Scrape URL: sneakerpricer.com

Type / Role
@mendable/n8n-nodes-firecrawl.firecrawl - firecrawl
Config choices
Version 1

Block 12 - Sticky Note

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

Block 13 - Converts unstructured AI text into organized, usable data fields

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

Block 14 - 🤖 AI Extract Product Data using GPT-4.1-mini

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

Block 15 - Sticky Note1

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

3. Summary Table

Workflow Monitor competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail alerts
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Cheng Siong Chin
Published 25 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10154/10154.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 competitor prices with Firecrawl, GPT-4.1, Sheets & Gmail alerts do?

Introduction Automate price monitoring for e commerce competitors—ideal for retailers, analysts, and pricing teams. ️ Self Hosted Only: Requires self hosted n8n instance. How It Works Scrapes comp...

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, AI Summarization use case.