Zillow Scraping of all 40 per pages

Hi,
I have been using this webscraper since for 2-3 years but now i am unable to scrape all 40 listing perpage from zillow, it always scrape only 9 listing not complete 40 from per page can anybody help me how can i scrape 40 per page listing rather than 9?
https://www.zillow.com/oh/houses/

TIA

1 Like

I am having this exact problem with Zillow. Have you had any luck finding a solution?

This one needs the under-documented scrollElementSelector, e.g.

{"_id":"forum-zillow-2021-e","startUrl":["https://www.zillow.com/oh/houses/"],"selectors":[{"id":"Separate scroller","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div#grid-search-results > ul > li:nth-of-type(2n+3)","multiple":true,"delay":"2500","scrollElementSelector":"div.search-page-list-container"},{"id":"Item wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"div#grid-search-results > ul > li","multiple":true},{"id":"Price","type":"SelectorText","parentSelectors":["Item wrappers"],"selector":"div.list-card-price","multiple":false,"regex":""},{"id":"Details","type":"SelectorText","parentSelectors":["Item wrappers"],"selector":"ul.list-card-details","multiple":false,"regex":""},{"id":"Link","type":"SelectorElementAttribute","parentSelectors":["Item wrappers"],"selector":"a.list-card-link","multiple":false,"extractAttribute":"href"}]}

1 Like

Hi,
I am having the issue in placing this line, i don't know where to add this?
"scrollElementSelector":"div.search-page-list-container"}

Also can you please record your screen? Because i am very noob in coding sorry
Thank you so much for your response :slight_smile: