πŸ“Š Monitor dynamic website changes with Firecrawl, Sheets & Gmail alerts

⚑ 1,430 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” Job boards are notoriously hard to scrape β€” CAPTCHAs, rate limits, constantly changing layouts. ScraperNode has maintained scrapers for Indeed jobs, Glassdoor reviews, and Glassdoor jobs that handle all of that for you.

View All Scrapers

Description

πŸ•ΈοΈ 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:

πŸ› οΈ 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:

πŸ”§ Troubleshooting:

Ready to never miss another website change? Let’s get this automation running! πŸŽ‰

πŸ”— Nodes Used

Google Sheets, HTTP Request, Webhook, Gmail

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup