funda-scraper
funda-scraper copied to clipboard
Methods to determine listing date
There probably is an easier way, by using the new api, the new api seems to work without logging in. The get-request would look something like this https://listing-detail-page.funda.io/api/v1/listing/nl/******* where **** is the 'global id'. This is retrieved from the script-tag containing "window.NUXT".
In the JSON that is returned there is a "Listed Since" key, that lists the date. I'm currently working on an update for myself, if I find out how github works I might add this to the project.