Ke Liao

Results 26 comments of Ke Liao

Yes I can confirm that. Initially the link format is fixed, with the offer id at the end. Now they also include the name of the offer, which differs from...

replace this line in wg-gesucht-spider.py ```python for quote in response.css('div.offer_list_item::attr(data-id)').extract(): ``` with ```python for quote in response.css('h3.truncate_title a::attr(href)').extract(): ``` you'll have all the url's of the offers. But please pay...

Have compared the actual results on the webpage and the results scrapy got? Maybe it is not a problem on the scrapy side but rather the website itself? Also did...

I tried, but all I see are the same offers from Berlin Mitte. What should I expect? > On 16 Jul 2020, at 13:35, Till wrote: > > > Can...

Interesting, could you make a pull request so that I can merge your code? I can then look into it by running the script?

As you can see this project was developed several years ago, so if immobilienscout24 implemented some counter measures against bots, this could be the result. You may try wg-gesuchet.de. If...