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.