← All posts
Two fencers competing face-to-face

AlertChecker vs website change monitors

Generic website-change monitors and AlertChecker solve related but different problems: one watches a page, while the other watches for a condition to become true.

Website-change monitors (e.g. Visualping, Follow That Page etc.) are useful tools. Give one a URL and it can tell you that a page, or sometimes a chosen part of it, has changed. For a known page with a predictable update, that is exactly the right job.

AlertChecker approaches the problem from the other direction. Rather than asking which page to watch, it asks what needs to become true. It then checks available public information against that statement and emails you when the condition is met.

When a website-change monitor fits

  • You have one authoritative page to watch.
  • Any update is useful, even if it is not the outcome you were waiting for.
  • You can identify the page element or text that matters.
  • You are happy to interpret the change yourself after the alert arrives.

For instance, monitoring the release-notes page for a product you use can be a good fit. You likely want to see every change, and the page itself is the source of record.

When an outcome alert fits better

  • Your question can be answered by more than one source.
  • You only care about a particular result, not every edit along the way.
  • The relevant information may move between pages or appear in news, listings, or official notices.
  • You want to describe the condition in ordinary language instead of setting selectors or matching rules.

“The S&P 500 dropped 3% today” and “Berlin Marathon registration opens” are outcome questions. A page can change without answering either of them, while the answer can be confirmed somewhere other than the first page you thought to monitor.

They can work alongside each other

This is not a contest between old and new tools. Use a change monitor when the page is the signal. Use an outcome alert when the signal is a fact about the world. Some research workflows benefit from both: watch a source page for every update, and keep a separate alert for the moment a decision-relevant condition becomes true.