jonasehrlich / ek-scraper

Scraper for kleinanzeigen.de
MIT License
5 stars 3 forks source link

does this still work? #7

Closed AnotherWayIn closed 1 year ago

AnotherWayIn commented 1 year ago

i always get 0 results. does it still work?

jonasehrlich commented 1 year ago

Haven't tried it in quite some time, especially not after the rebranding from Ebay Kleinanzeigen to kleinanzeigen.de. So it probably does not work anymore I'll have a look at it tonight and see what changes are needed.

jonasehrlich commented 1 year ago

I had a look at the project and there was indeed a small change in the website structure. That should be addressed in #9. One reason to return 0 results could be that you did not use the correct kleinanzeigen.de URL, because the examples still refer to ebay-kleinanzeigen.de.

I published v0.1.0 to PyPI. This replaces all references to Ebay Kleinanzeigen with kleinanzeigen.de and fixes the error when parsing the ad items.

Let me know if the new version fixes your issue!