Scroll Down how to set up

Hi guyz, can someone please help me im not very good at this.
This website have like 5000 products and infinity scroll down. I want to scrape every product but i cant setup the scroll down, can someone help me please. If you help me in first category i should be able to do the next ones. Thank you

Url: CONSUMIVEIS - Montellano

Sitemap:
{"_id":"consumiveis-montellano","startUrl":["CONSUMIVEIS - Montellano .product-card__image a","type":"SelectorLink"},{"id":"imagem","multiple":false,"parentSelectors":["produtos"],"selector":"img.product-view__gallery-main-image","type":"SelectorImage"},{"id":"name","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"h3","type":"SelectorText"},{"id":"refmontellano","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"span.product-view__products-table-row-reference--sku","type":"SelectorText"},{"id":"reffabricante","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"div.product-view__products-table-row-reference:nth-of-type(2) span.product-view__products-table-row-reference-value","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"div.product-view__products-table-row-prices-final-price","type":"SelectorText"},{"id":"brand","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":".brand a","type":"SelectorText"},{"id":"embalagem","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":".product-description-truncate-wrapper p","type":"SelectorText"},{"id":"familia","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"span.navigation-bar__breadcrumb:nth-of-type(2) a","type":"SelectorText"},{"id":"sub-familia","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"span:nth-of-type(3) a","type":"SelectorText"},{"id":"sub-sub-familia","multiple":false,"parentSelectors":["produtos"],"regex":"","selector":"span:nth-of-type(4) a","type":"SelectorText"}]}

Hi,

Here is a reference on how to configure the scroll:

{"_id":"montellano-pt","startUrl":["https://www.montellano.pt/consumiveis?p=1&limit=24&orderBy[price]=asc&filters[main_family]=CONSUMIVEIS"],"selectors":[{"delay":2000,"elementLimit":500,"id":"product-wrapper","multiple":true,"parentSelectors":["_root"],"selector":".products-catalog__main .product-card","type":"SelectorElementScroll"},{"id":"title","multiple":false,"parentSelectors":["product-wrapper"],"regex":"","selector":".product-card__name a","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["product-wrapper"],"regex":"","selector":"span.product-card__price--final","type":"SelectorText"}]}

You can increase the Element limit as required by editing the 'product-wrapper' selector.

If you wish to open each product URL, create a child selector under the 'product-wrapper' with Link type.