From Missed Appointments to Smarter Monitoring: Site Spy Turns Webpage Changes Into RSS Feeds
A developer's frustrating personal experience — missing a visa appointment slot because a government webpage quietly updated without notice — has given rise to **Site Spy**, a browser extension and web dashboard that brings surgical precision to webpage change monitoring. The tool, which recently su...

A developer's frustrating personal experience — missing a visa appointment slot because a government webpage quietly updated without notice — has given rise to Site Spy, a browser extension and web dashboard that brings surgical precision to webpage change monitoring. The tool, which recently surfaced on Hacker News to considerable attention (288 points and 75 comments), allows users to track specific elements on any webpage and receive updates through a variety of channels, including RSS feeds, email, Telegram, and browser push notifications.
The Problem With Watching the Whole Page
Traditional webpage monitoring tools operate at the page level — they flag a change when anything on a page is modified, which often results in a flood of noise from ads, navigation updates, or timestamp changes. Site Spy takes a more targeted approach. Using a browser-based element picker, users can isolate exactly what they want to monitor: a product price, a stock availability status, a government announcement block, or a specific news headline. When that element changes, the tool surfaces a clean diff view alongside a full snapshot history, giving users both the immediate alert and a traceable audit trail of how content has evolved over time.
According to the project's creator, vkuprin, the distinction matters: "Instead of tracking an entire noisy page, you can watch just a price, a stock status, a headline, or a specific content block." This element-level granularity is precisely what separates Site Spy from cruder alternatives and makes it applicable across a wide range of professional use cases — from competitive pricing intelligence and regulatory compliance monitoring to supply chain tracking and content research.
RSS as a Data Interface — and an AI-Ready One
One of the more technically interesting design choices is the decision to expose change data as RSS feeds — not just per individual watch, but also aggregated by tag or across all monitored pages. In an era dominated by push notifications and proprietary alert systems, RSS represents a standards-based, interoperable layer that plugs into existing workflows, feed readers, and automation pipelines. The developer openly questions whether this interface resonates: "Is RSS actually a useful interface for this, or do most people just want direct alerts?" — a question that generated significant discussion in the Hacker News thread.
Beyond RSS, Site Spy also ships with an MCP (Model Context Protocol) server, enabling integration with AI agents such as Claude and Cursor. This positions the tool not merely as a monitoring utility but as a data feed layer for automated intelligence workflows — allowing AI systems to programmatically consume and act on web change signals in real time.
Why This Matters
The web is a living, dynamic environment, and for businesses and individuals who depend on timely information — appointment availability, competitor pricing shifts, regulatory updates — the cost of missing a change can be significant. Site Spy represents a broader shift toward precision data monitoring, where the goal is not to scrape everything, but to watch the right thing at the right time and route that signal intelligently. Available as a Chrome and Firefox extension, with a companion web dashboard, the tool is already generating meaningful community interest and surfaces a genuine gap in the current landscape of change-detection tooling.
For data teams, researchers, and developers building intelligence workflows, it is a project worth watching closely.
---
Source | Originally discussed on Hacker News