How to scrape page that loads more only when scrolling

Hi there,

I'm trying to scrape Encaustic Cement Tile - 64 Colors for Wall & Floor Tiles . As you scroll down the page, more products load. The site is not paginated. The problem is my scrape is only capturing the items that load immediately when the page is opened and not those that require you to scroll. Hence, I'm missing a good chunk.

For example, here's my product link selector. Is there anything else that I need to do to fix this?

TIA for helping a newbie!

@mbnewbie Hello, all of the scrollable products/elements can be selected with the following selector - div.tile_list li[id*="tile"] a, div#scrollmonitor

Sitemap example:

{"_id":"ziatile-com","startUrl":["https://www.ziatile.com/cement-tile/"],"selectors":[{"delay":5000,"elementLimit":0,"id":"wrapper-scroll","multiple":true,"parentSelectors":["_root"],"selector":"div.tile_list li[id*=\"tile\"] a, div#scrollmonitor","type":"SelectorElementScroll"},{"id":"link","multiple":false,"parentSelectors":["wrapper-scroll"],"selector":"_parent_","type":"SelectorLink"}]}