How to automate link following!

Hi guys!
I’m a quite new in UIPath and I have a question
I have a list of links to follow in Microsoft Excel and need to scrap some data from each one
And I don’t even know how to begin. All tutorials were useless to me because they perform actions I don’t need to do at all
Do you have any ideas how to help me?

Thanks in advance!

Hi!
Consider following these steps:

  1. Read Range - read the Excel Table with links
  2. Open a browser, creating an browser variable
  3. Create a “For Each Row” loop, that will iterate over datatable extracted from excel
  4. Inside the loop use “Navigate To” to navigate to the requested URL
  5. Scrape required data
  6. Save scraped data or execute further processing steps
    I will attach example code in next message
1 Like

Sequence5.xaml (8.4 KB)

Thank you soooo much, sir
Wish you a great day!