Page change monitor
Check a web page on a schedule and tell you when the part you care about changes.
We have not yet run this one on the version the starting point pins, so the deploy button below starts a blank instance. We are not going to offer you a one-click workflow we have not tested ourselves.
Fetches a page, pulls out the section you named, compares it to last time, and notifies you only when it is genuinely different. People use it for prices, for stock, for job pages and for anything that has no feed and no notification of its own.
What it does
- A schedule trigger fetches the page.
- The part you named is extracted.
- It is compared against the last stored value.
- A change sends you a message with the old value and the new one.
What you supply
- Somewhere to be notified
Credentials are stored inside your own n8n, encrypted with a key that is generated and kept for you. We never see them and neither does anyone else.
Getting it running
Other starting points
- Blank canvas, an empty n8n, ready for whatever you already had in mind.
- Daily digest into chat, collect a few things every morning and post one tidy message to slack or telegram.
- Feed watcher, watch a feed and tell you when something new shows up, without checking it yourself.
- Form submissions into a table, catch a form submission and append it to a spreadsheet or a table you already use.