i need to click on each of the links below and scrape the information that exists in each of these links. i’m good with automating the info once i click on the links but my question is what would be the best way to loop through all of the links on the first page? here is the process:
click on the first link, scrape the info needed
go back to the page (screenshot below) and click the next link
perform this same process until completed
Can this be done straight from the website?
If yes, when you click on data scraping, first click on your first element, then click on your second element, and check if the bot gets all the names, then check the option to get the URL:
Then what you will have to do would be
Scrape the data & get the URL in a datatable
Use foreach row in datatable and use navigate to activity to go to all the URLs listes to get the wanted data
@deaser59 ok there are other tricks:
open your two first links (like PIM ESB API Banking and for example) and check the URL to see if there are common elements, something like: https://www.*/PIM-ESB-API-Banking and https://www.*/PIM-Security-Engineering
The goal is to find common elements so you create your own dynamic URLs.
Then you would have to:
Scrape the titles
2 use a foreach row and assign with a dynamic URL that contains titles