Automatically detects changes on any website (e.g., competitor blogs) by periodic fetches and comparison, then sends Telegram notifications on updates.
This n8n workflow monitors specified websites for content changes, ideal for tracking competitor blogs or news sites. It uses a Cron node to trigger checks every 5 minutes, fetches the webpage source code via HTTP Request, waits 5 minutes, fetches again, and uses an IF node to compare the two responses. If content differs, it proceeds to notify via Telegram (implied in the false branch).
Benefits include real-time awareness of updates without manual checking, saving time for content creators, m
Platform
n8n
Category
Commerce
Price
$9.99
Creator
Bryce Yu
website-monitoring
change-detection
telegram-notifications
cron-trigger
http-request
competitor-tracking
content-alerts
automation
notifications
web-scraping
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.