Skip to content
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

0 results #31

Open
druckgott opened this issue Dec 15, 2022 · 2 comments
Open

0 results #31

druckgott opened this issue Dec 15, 2022 · 2 comments

Comments

@druckgott
Copy link

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?

@Tiga4ka
Copy link

Tiga4ka commented Feb 6, 2023

Hi! I've got the same problem after running this query:

immoscrapy.query('de', 'berlin', 'berlin', 'APARTMENT_RENT')

Search returned 0 results.

@daniel11609
Copy link

same problem. Seems to be outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants