Visible links replaced when scrolling

Hi,
I'm trying to get product links but they seem to be hidden behind a placeholder. There are 30 products in the page but I can only scrape the first 9 products. Data preview shows more products if I scroll down the page but the previous products are then no longer visible.

Url: Paragon Wall Decor

Sitemap:
`{"_id":"pro-test","startUrl":["Paragon Wall Decor a","type":"SelectorLink"}]}

@emjay It appears that you won't be able to scrape more than 18 items per page. This happens due to how the website transforms the previously discovered items.

After testing this page using the 'Element scroll' selector it appears to be running into an infinite loop because the 'product-widgets' are transformed into 'placeholders' and vice versa which the selector keeps viewing as unique.

1 Like

I was afraid that might be the case. Thank you for looking into it.