How to scrape urls of products

The URL below has 100 products on display. I want to scrape each URL of these products, but only 36 are collected. How can I change it to scrape 100?

Url: Beauty - MUSINSA

Sitemap:
{"_id":"Musinsa","startUrl":["https://global.musinsa.com/us/category/015?category2DepthCodes=015002&page=1"],"selectors":[{"id":"single","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"a.CommonGoodsInformation__StyledCommonGoodsGoodsNameLink-sc-vztgny-3","type":"SelectorLink"}]}

Hi,

Currently, Web Scraper is not able to capture all of the products within the page.

The reason for this is that the items within the page do not stay rendered during the scrolling process and only the items that are in the view are rendered and can be scraped.

We are currently addressing the issue and working on a new scroll selector that will handle such a case, with this, planned to be released in the following weeks.