Closed WayneRose-95 closed 2 years ago
Sample scraper now clicks next page and continues scraping the website. However, it does stop after a certain point.
Maybe, an extra time.sleep() needs to be added to allow the scraper to find the next pages without throttling the server too much.
The page switching method.
Find a way to implement it into the main scraper method.
Maybe use a nested for loop?