ISNIT0 / Zoopla-Scraper

Zoopla Scraper
13 stars 6 forks source link

Is this maintained? #1

Open freekeys opened 6 years ago

freekeys commented 6 years ago

Hello! I would love to use this as part of a Home Assistant custom component or in NodeRED ... Is it still working? Also, does it pull the estimated property price or just previous sale prices? Thanks! :)

ISNIT0 commented 6 years ago

Hi, sorry for the delay in getting back to you! Looks like Zoopla has changed something that will make this far less effective (although I think it'll still run).

It seems you can no longer provide any value to the page_size query parameter. It has to be one of their pre-selected items: image

The code could be changed to modify the pn parameter until there are no items left on the page. This would introduce a little bit of complexity. It also looks like it only brings back these parameters: image

I'm not sure how much experience you have writing software, but none of what you've asked is particularly technically tricky. I don't have much time to implement it though....

PRs welcome!