Description
I wanted a system to monitor website content changes and notify me. So I made it using n8n. Especially my competitor blogs. I wanted to know how often they are posting new articles. (I used their sitemap.xml file) (The below workflow may vary) In the Below example, I used HackerNews for example. Explanation: First HTTP Request node crawls the webpage and grabs the website source code Then wait for x minutes Again, HTTP Node crawls the webpage If Node compares both results are equal if anything is changed. It’ll go to the false branch and notify me in telegram. Workflow: Sample Response:
Key Features
1) Monitors website content changes
2) Notifies via Telegram when changes occur
3) Utilizes HTTP requests to fetch and compare webpage content
4) Configured to run at regular intervals using Cron
5) Flexible waiting period between checks
6) Can be adapted for different websites using sitemap.xml integration.
Required Tools
MetaobjectListDrop
