We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I test your lib. but I get always 0 results:
2022-12-15 14:15:02,753 INFO immoscrapy.immoscrapy Using URL: https://www.immobilienscout24.de/Suche/de/sachsen/chemnitz/haus-kaufen?sorting=2&price=900000 2022-12-15 14:15:02,759 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): www.immobilienscout24.de:443 2022-12-15 14:15:02,886 DEBUG urllib3.connectionpool https://www.immobilienscout24.de:443 "POST /Suche/de/sachsen/chemnitz/haus-kaufen?sorting=2&price=900000 HTTP/1.1" 204 0 2022-12-15 14:15:02,887 WARNING immoscrapy.immoscrapy Search returned 0 results.
import immoscrapy import pandas as pd ult = immoscrapy.query('de','sachsen', 'chemnitz', 'HOUSE_BUY',price=900000) print(ult)
is it not working anymore?
The text was updated successfully, but these errors were encountered:
Hi! I've got the same problem after running this query:
immoscrapy.query('de', 'berlin', 'berlin', 'APARTMENT_RENT')
Search returned 0 results.
Sorry, something went wrong.
same problem. Seems to be outdated.
No branches or pull requests
Hi,
I test your lib. but I get always 0 results:
is it not working anymore?
The text was updated successfully, but these errors were encountered: