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

Range of prices #16

Closed coskoutelis closed 1 year ago

coskoutelis commented 1 year ago

How about adding a range for prices, since right now it tends to upload a lot of parking spots as well which is not always desirable. Also being able to return the max number of pages each city has would be a useful addition

whchien commented 1 year ago

Hi @coskoutelis

I've updated your feedback in the latest release (v1.0.9). You can now specify min_price and max_price when you instantiate a FundaScraper object. Please let me know if anything does not work. Thanks!