How to extract all the web data using screen scraping

Hi ,
I need to extract all the data of a particular web page, any web url using screen scraping. how can i do that. I am able to get the certain data but not the whole page data

@anshuman.pathak

Welcome to forums

I didn’t understand what do you mean by any weburl?

Website has it’s own patterns so you need to define the patterns

Thanks

Hi @anshuman.pathak,

Use a “Full Text Scrape” activity and pass the url using a variable that you can modify as per your wish.

The full text method of scraping provides the entire page content including hidden text.

For your reference:

any web URL means, given that any web URL or web site. Suppose if i am navigating to www.insurance.com. i need to extract all the data from that web page .