whchien / funda-scraper

FundaScaper scrapes data from Funda, the Dutch housing website. You can find listings from house-buying or rental market, and historical data. 🏡
GNU General Public License v3.0
104 stars 48 forks source link

Adding a different starting page #12

Closed coskoutelis closed 1 year ago

coskoutelis commented 1 year ago

Hey for the purpose of webscraping to make it more robust how about adding a starting page functionality as well? Basically not start from page 0 for a specific city but page 5 for example.

The implementation would be pretty simple and I think I can already open a PR if you're OK with that

whchien commented 1 year ago

Hi @coskoutelis

Thanks for the feedback. I added the argument for FundaScraper in the latest version (v1.0.8). Now you can pass page_start=5 for example to start at the different page.