Any public URL·change detection·webhook alerts·live
Watch a page. Get told when it changes.
Continuous monitoring on any public URL with change detection and webhook alerts. Hourly, daily or weekly checks, a screenshot archive of every snapshot, and an alert the moment the page differs.
Describe the job. Get a quote.
- 01Describe the cut, source, fields, quantity, cadence.
- 02Get a fixed-price quote for the job, not a unit rate pretending to be the bill.
- 03Pay, then receive the file or the monitor, with an order reference you can track.
Change detection, on your schedule.
Snapshots, thresholds, webhooks, and a visual archive.
- 01
Change detection
Snapshots taken on your chosen frequency and diffed against the previous state.
hourlydailyweekly
- 02
Alert thresholds
Choose what counts as a change: any change, price change, content change, or a custom regex match.
any_changeprice_changecontent_changecustom_regex
- 03
Webhook alerts
Alerts fire to your endpoint when the threshold is met. Your system reacts without polling.
webhook_url
- 04
Screenshot archive
Every snapshot is archived, so you can see what the page looked like at any point in the monitored window, not just that it changed.
visual history
The pages you name, on your schedule.
Monitoring is limited to the targets you specify. Access-restricted material is out of scope.
Named URLs only
Monitoring is limited to the targets you specify.
scoped
Your frequency
Hourly for pages that move, weekly for pages that rarely do. You choose per deployment.
configurable
Push, not poll
Webhook delivery means your system is told, rather than having to ask.
event-driven
Archived
Screenshot history for every snapshot, so a change can be evidenced after the fact.
auditable
What comes back.
{
"ok": true,
"order": {
"reference": "HSH-XXXXXXXX",
"track_url": "https://dod.hshintelligence.com/track/HSH-XXXXXXXX"
},
"monitors": [
{
"url": "https://example.com/pricing",
"frequency": "daily",
"alert_threshold": "price_change"
}
]
}Use cases.
For autonomous agents
Competitive agent
Know first
A webhook fires the moment a competitor's pricing page changes; the agent reacts without polling.
Compliance agent
Watch the terms
Monitor a supplier's terms or policy pages and flag any amendment.
For teams
Pricing team
Competitor moves
Price-change alerts on competitor pages, with a screenshot showing exactly what changed.
Legal
Policy tracking
Terms and policy pages watched continuously, with an archive that evidences the change.
Procurement
Supplier pages
Catch a change to supplier terms or specifications when it happens, not at renewal.
Describe the job. Get a quote.
- 01
Describe
Specify the URLs
The pages to watch, the cadence, and the alert threshold.
- 02
Quote
Get a price for the job
Quoted per job. Cadence and URL count are part of the quote, not a published unit rate.
- 03
Receive
Get the monitor
Webhook alerts fire when the threshold is met. Screenshots archive every snapshot.
# Quoted per job, request a cut at /custom
# Example payload
{"tool":"hsh-monitoring","input":{"urls":["https://example.com/pricing"],"frequency":"daily","alert_threshold":"price_change","webhook_url":"https://your.app/hook"}}
