Scraping site for keyword

I am looking to create a sensor (binary maybe) based off content on a website.
The idea is to scrape a site for a specific keyword. If the word isn’t found then the sensor is set to ‘False’ if the keyword is found then the sensor would be set to ‘True’.

The part that I’m stumbling on is, the keyword could show up anywhere in a table on the page. I can’t remember or find whether the scrape needs to look at a specific HTML tag or not, and if so and I use the ‘table’ tag will it search all the ‘table cells’ or just the main ‘table’ tag?

Just try the body tag.

did you manage to make such a sensor? i’m trying too… could you help me?

Sorry I don’t believe I ever did get it sorted.