I am trying to scrape the data from all 203 pages but next page button is not there
Try to select “Page2” as your next page button and adjust the selector in a way that it’ll always find this button even if the number changes.
Or use a for loop (from 1-203 in this case) and manually go to the next page after each scrape.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.