This is a more detailed example using a WebVIewer and Web components. It
searchs a website for certain words. The app loops through a List to find the Words in the Web page. When the app finds one of the words in a List, the search stops, the WebViewer is hidden and you are notified that a Word was found on the website.

The Word the was found on the website page

Alternative List of Words is checked. No banned words found so the web page displays.

The Blocks.
Some sites require that the url is prefixed with http:// and other web pages require https:// (secure) when using the Web and WebViewer controls. If the incorrect form is used, you probably will see an error displayed. There are two places in the code where you can set the app to use http or https. Currently the app uses http:// .
The words List is contained in a csv file of the words you want to search. The csv can be hard coded in a Text block (as in the example) or you can make and upload a text file to Media and access the csv using the File control. How to do that is not shown.
Regards,
Steve