funda-scraper icon indicating copy to clipboard operation
funda-scraper copied to clipboard

Methods to determine listing date

Open DannyJanmaat opened this issue 1 year ago • 1 comments

DannyJanmaat avatar Sep 03 '24 15:09 DannyJanmaat

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.

lethuan007 avatar Oct 11 '24 21:10 lethuan007