Keep an eye on public web pages without doing daily checks. This setup watches a specific section of a page, logs each change, stores a copy in Google Drive, and sends a Gmail alert when something new appears. It is ideal for tracking terms of service, policy updates, or competitor pages.
Here is how it works. A scheduled trigger runs at the time you choose. The HTTP Request node loads the page using a real browser user agent, and the HTML node pulls only the section you want using a CSS selector. The content is cleaned and hashed so small layout shifts do not cause false alerts. If the hash is new, the flow saves a snapshot to Google Drive, writes a row in Google Sheets with the link and hash, and sends a Gmail summary with the page URL, date, and Drive link. Only new changes pass through, so you do not get spammed.
Getting started is simple. Set the URL in the Variables node and update the HTML selector so it targets the right element. Connect your Google accounts and choose your spreadsheet and Drive folder. Teams can cut manual checks and get a clear audit trail of what changed and when. Use it for compliance reviews, policy tracking, or monitoring key competitor pages.