Extract all text from any website

Hello! New to the forum. I have been trying to get UIpath to extract all text from any website so I can run a personality / sentiment analysis and determine the personality of the company using the language they use on their website. I’ve tried data scraping but i am thinking i can just download the html and then scan the html to retrieve links and text but it is not working for me. Any ideas?

Hello @k_ro,

you can extract all html code which includes all text on the website by using this approach.

First use assign activity to declare WebClient variable usiing new WebClient and in next variable declare a strng varaiable and in value use webClient.DownloadString(“YourWebpagelink”)