Hello,
I checked and yes, this page is using lazy loading of products, using JavaScript. The products are not added in the original HTML of the page, but they are loaded directly in the user’s browser, at page load, using JavaScript.
You can scrape these also, only if you install Puppeteer on your server and set up Echo RSS to use it for scraping, as it can also render JavaScript on pages.
Afterwards, you can use below settings to crawl links from the above URL:
Seed Page Crawling Query Type
XPath
Seed Page Crawling Query String
//*[@class=’pd03-product-card__product-name-link’]
Regards, Szabi – CodeRevolution.