Don’t keep a robot running 24/7.
Use an Unattended robot scheduled from Orchestrator (for example every few minutes). Each run checks the website, compares with the previous state, and sends an email if there’s a change. This is more stable and the recommended approach.
I would not recommend keeping a robot running 24/7 for monitoring scenarios. You can use an Unattended Robot triggered by Orchestrator schedules (for example, every few minutes).
Each execution reads the required website data, compares it with a previously stored state (using an Orchestrator Asset, file, Storage Bucket, or database), and sends an email if a change is detected. You can also store snaps in the last run and then compare this with current run.
The comparison can be also done using a simple If condition for text or Compare Data Tables for tabular data.