How can I code the robot to click on items in a webpage, copy the data, then move to the next item on the webpage?

There is a website with 50+ items on the page that had data that I need to copy and export to an excel file. For example, I want the robot to go through each item on the page, click on it, copy all the data, save to excel, then click on the next item on the list.

I already tried data scraping the page, but that didn’t work. Someone suggested that I could use the website’s API to get the information, but I am not sure how to do that either.

If you could post the website, I can take a look. I don’t have much to do at work this week :slight_smile: