How to scrape same data from multiple url stored in CSV file and store result back in csv file

Hi guys,
I’m new to Uipath and facing problem in scraping multiple URLs stored in CSV file.
I have a list of URLs in a CSV file and now I want to scrape same data from all the URLs and store the result in a new file.

@rahul_sarawagi

Welcome to the UIpath Community.

  1. Use Read CSV Activity to read the Data from CSV file and will give you output as dataTable.

  2. And then use For Each Row Activity to itreate that dataTable and use Open Browser Activity and pass that URL and read required data.

1 Like