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

Allow search sorting #33

Closed Noahpls closed 3 months ago

Noahpls commented 5 months ago

Can be useful if you're only looking to get the latest offers

Or if you're looking to find the place with the most alphabetically supreme postal code

Noahpls commented 4 months ago

I saw the links were converted into a set and back into a list twice, presumably to filter out duplicates. I removed the first one because it'll be covered by second one.

I removed the usage of sets because they don't preserve the order of lists, which isn't that important, but it makes it easier to compare results with what funda shows.