Recently, Zillow updated their website such that the property listings in the search results page are loaded only when the user scrolls down the list (lazy loading). Due to this, if you follow the normal method of data selection, only 9 out of 40 property details per page will be scraped.
To solve this problem and to get all 40 property data per page, please follow the method shown in the following video.
Note that, at the beginning of the video, a placeholder/dummy field is selected. This is important, as this helps WebHarvy to scrape all listings from all pages. To simulate scroll down of the property list and to collate them, the JavaScript codes given in the following link is used.
https://gist.github.com/sysnucleus/eb719e32f863974255e71f36017d4b3f
You will need to use the scroll functionality of your mouse or trackpad to navigate the list up/down, since clicking on the scroll bar during configuration will bring up the Capture window.
In case you need further assistance or have any questions, please do not hesitate to contact our technical support.