Loading and Scraping Process
The scraper functions by initially loading all the search results and then systematically scraping them individually by opening their respective links. This approach ensures smooth scraping without encountering issues that may arise from scraping profiles directly from the search page.
Browser Closure and Data Persistence
If you close the browser while scraping (mean after loading the results, when it is opening each location), it will save the scraped data.
Mean your scraped data will not be lost if you close the browser.