Skip to main content

Monitor dynamic website changes with Firecrawl, Sheets & Gmail alerts

Workflow preview

Workflow preview
100%
Monitor dynamic website changes with Firecrawl, 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

️ Dynamic Website Change Monitor with Smart Email Alerts Never miss important website updates again! This workflow automatically tracks changes on dynamic websites (think React apps, JavaScript h...

Best for

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

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Monitor dynamic website changes with Firecrawl, Sheets & Gmail alerts
Workflow name
Monitor dynamic website changes with Firecrawl, Sheets & Gmail alerts

🕸️ Dynamic Website Change Monitor with Smart Email Alerts

Never miss important website updates again! This workflow automatically tracks changes on dynamic websites (think React apps, JavaScript-heavy sites) and sends you instant email notifications when something changes. Perfect for keeping tabs on competitors, monitoring product updates, or staying on top of important announcements.

✨ What makes this special?

🚀 Handles Dynamic Websites: Uses Firecrawl API to scrape JavaScript-rendered content that basic scrapers can't touch 📧 Smart Email Alerts: Only sends notifications when content actually changes (no spam!) 📊 Historical Tracking: Keeps a complete log of all changes in Google Sheets 🛡️ Bulletproof: Continues working even if one part fails ⚡ Ready to Deploy: Webhook-triggered, perfect for cron jobs or external schedulers

🎯 Perfect for monitoring:

  • Competitor pricing pages
  • Job board postings
  • Product availability updates
  • News sites for breaking stories
  • API documentation changes
  • Terms of service updates

🛠️ What you'll need to get started:

API Accounts & Keys:

  1. Firecrawl Account 🔥

    • Sign up at firecrawl.dev
    • Grab your API key from the dashboard
    • Create a "Bearer Auth" credential in n8n
  2. Google Cloud Setup ☁️

    • Enable Google Sheets API
    • Enable Gmail API
    • Set up OAuth2 credentials
    • Add both as credentials in n8n
  3. Google Sheets Document 📋

    • Create a new spreadsheet
    • Add two tabs: "Log" and "comparison"
    • Follow the structure outlined in the workflow notes

🚀 How it works:

  1. Webhook receives trigger → Starts the monitoring process
  2. Firecrawl scrapes website → Gets fresh content (even JavaScript-rendered!)
  3. Smart comparison → Checks against previously stored content
  4. Change detected? → If yes, send email + log everything
  5. Update storage → Prepares for next monitoring cycle

⚙️ Setup Steps:

  1. Import this workflow into your n8n instance
  2. Configure credentials for Firecrawl, Google Sheets, and Gmail
  3. Update the target URL in the Firecrawl node
  4. Set your email address in the Gmail node
  5. Create your Google Sheets with the required structure
  6. Test it manually first, then activate!

🎨 Customize it your way:

  • Target any website by updating the URL
  • Change email templates to match your style
  • Adjust monitoring frequency with external cron jobs
  • Switch between markdown/HTML extraction formats
  • Fine-tune change detection sensitivity

🔧 Troubleshooting:

  • Firecrawl errors? Check your API key and rate limits
  • Google Sheets issues? Verify OAuth permissions and sheet structure
  • Email not sending? Check Gmail API quotas and spam folders
  • Webhook problems? Make sure the workflow is activated

Ready to never miss another website change? Let's get this automation running! 🎉

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 - Webhook

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

Block 2 - Firecrawl HTTP Request

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

Block 3 - Get Timestamp

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

Block 4 - Update Current Content

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

Block 5 - Read Current and Latest Content

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

Block 6 - Is Equal?

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

Block 7 - Respond Unchanged

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

Block 8 - Read Latest and Latest Content

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

Block 9 - Extract Differences

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

Block 10 - Gmail

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

Block 11 - Append Log Row

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

Block 12 - Update Latest Content

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

Block 13 - Respond Changed

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

Block 14 - 📋 SETUP OVERVIEW

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

Block 15 - 🔐 CREDENTIALS SETUP

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

Block 16 - 📊 GOOGLE SHEETS SETUP

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

Block 17 - ⚙️ CONFIGURATION

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

Block 18 - 🧪 TESTING & ACTIVATION

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

Block 19 - 🤖 AUTOMATION SETUP

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

Block 20 - 🔧 MAINTENANCE & MONITORING

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

Block 21 - 🔒 SECURITY & BEST PRACTICES

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

Block 22 - 🔍 COMMON ISSUES & SOLUTIONS

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

3. Summary Table

Workflow Monitor dynamic website changes with Firecrawl, Sheets & Gmail alerts
Complexity advanced
Nodes 22
Categories Market Research
Author Franz
Published 01 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5510/5510.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 dynamic website changes with Firecrawl, Sheets & Gmail alerts do?

️ Dynamic Website Change Monitor with Smart Email Alerts Never miss important website updates again! This workflow automatically tracks changes on dynamic websites (think React apps, JavaScript h...

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.