Website Change Detector Tool
Monitor a webpage for changes by comparing content hashes
Tool ID
website-change
Credential Required
No
Input Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
url |
string | Yes | — | URL of the webpage to monitor |
stateFile |
string | Yes | — | File path to store the last-known hash (e.g. /tmp/intouch/site-hash.txt) |
selector |
string | No | — | CSS-like tag to focus on (e.g. 'main', 'body', 'div'). Empty = full page |
Execution Steps
- detect-change (
python) — python
Published Outputs
changed— {{detect-change.changed}}message— {{detect-change.message}}hash— {{detect-change.hash}}previousHash— {{detect-change.previousHash}}url— {{input.url}}
Vendor
Blue Isle Software