How to use Data Scrap without "Next" in page

Hello Friends, I have a problem here, Im try use data scraping and I need enter in the next pages and take all informations, but dont have button “next”… only numbers to click to go to next page… How I can enter in all pages with data scraping if I the website dont have “next” in page??

Thx Guys!

When you do not have a Next button, the logic for navigating the pages must be written on your own. You would still use the data scraping wizard to get the activity which scrapes a page of data, but you would need a While loop to continue getting more pages.

You’ll also need to merge the results of each table you scrape with a master table to aggregate the data.

1 Like