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

Improvement: allow filtering on property type #27

Closed adrianAzoitei closed 6 months ago

adrianAzoitei commented 6 months ago

When using Funda's UI, we can select between various property types, which ends up simply appending an object_type query parameter to the URL: https://www.funda.nl/zoeken/koop?selected_area=%5B%22delft,30km%22%5D&price=%22-450000%22&object_type=%5B%22apartment%22,%22house%22%5D

It would be useful to have this flexibility in the scraper as well.