What I want to do is check in a regular fashion (30 seconds/every minute) if a certain value on a webpage has changed (by parsing) and then be notified by e-mail. Is there an existing service out there which I can use or is there an easy way I can do that programmatically with a script or Java program?
I looked at different tools like PubSubHubbub and other examples here on SO but didn't find something appropriate.
Do you have any ideas? Thanks