Scraping ends too soon

Hey, I'm trying to scrape data from Zillow.com.
The scraper works fine but it ends too soon.
I have there up to 20 pages with 40 links inside each one of them (total 800 potential scrapings), but the scraper returns around ~40 scrapings. What could be the problem here???
Timing and delay issues? if so, what numbers should I set there?

1 Like

Zillow and many other modern websites use lazy-loading, so you will need a scroller. It works in preview because you had already scrolled down.