-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to avoid/delay the ImmoScout24 plus-only properties? #329
Comments
Hi @marcodallagatta , You might need to provide a bit more details about the dynamics of IS24 posts.
|
Hi @codders, so:
Thank you for considering this. |
Okay. I had a quick look. For ImmoScout listings, we actually extract the data direct from the Javascript model - we don't scrape the DOM. You can see the loop here that processes the https://github.com/flathunters/flathunter/blob/main/flathunter/crawl_immobilienscout.py#L102-L107 IS24 Plus adds have the property https://github.com/flathunters/flathunter/blob/main/flathunter/crawl_immobilienscout.py#L109-L140 that will allow you to detect those offers. You just need to return Pull requests welcome! :) |
Hi,
However, the
|
As the title says, it would be nice to have an option to filter out IS24 Plus only ads, and maybe delay that notification after 24h, if it's still up? (Unlikely, I know)
The text was updated successfully, but these errors were encountered: