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?
Thanks,
Deaser59