Is there a service that can monitor a specific website for a specific string? I want to monitor an autograph site for a specific celebrity. They only post new content once a week, so slow monitoring is fine.
Thanks @MacExpert and @andreasl. I use Visual Ping to monitor the Bat for Lashes website for changes. The autograph site changes every week, and in a large way, so I need to be able to check for a person’s last name appearing (that is, text and not just a visual change). Google alerts (from what I can tell) won’t monitor a single site.
I used curl to do a search and found that the listings are generated by JavaScript, and aren’t part of the html itself. So looks like that was a dead end.
On the plus side, I did learn how fortunate I am not to be hand-coding websites with JavaScript.