Track new articles on webpage without RSS feed

Hi there, how can I get alerts for new articles being added to a specific webpage without RSS feed?

For example, how would I be able to use distill to get a sound alert within 5 seconds of a new article for “Trump” being posted on https://www.axios.com main page? I don’t want to subscribe to their newsletter.

Would really appreciate the help :slight_smile:

using the visual selector is the way to go. check the following article and a quick intro video:

using condition “net added text has trump” should alert you when “trump” keyword is found on the page. cheers!