Scroll down error

link

I'm trying to scrape this website after I choose scrolls down element, but it's occurring an error when I trying to collect links(Parent does not contain selected element)

Here is my sitemap:
{"_id":"opensea_punk_zombie","startUrl":["https://opensea.io/collection/cryptopunks?search[sortAscending]=true&search[sortBy]=PRICE&search[stringTraits][0][name]=type&search[stringTraits][0][values][0]=Zombie"],"selectors":[{"id":"scroll","parentSelectors":["_root"],"type":"SelectorElementScroll","selector":"div:nth-of-type(n+6)","multiple":true,"delay":2000}]}

@berkay.uyar Hello, unfortunately, due to how this website is structured, it is not possible to scrape all of these items using an 'Element scroll' selector. The only solution to scrape the desired data would require using the predefined page range interval pagination based on the item ID.