Wish - only 38 products are always downloaded, how download all?

Hi, I don't know why, but only 38 products are always downloaded.
Can you advise me how to fix the sitemap so that all products are downloaded?

Thank you.

Edit:
problem is this <div data-index="0"> and <div data-index="1"> and <div data-index="2"> and <div data-index="3"> ... How to solve it?

Url: Wish | Shop and Save

Sitemap:
{"_id":"wishcom-how-to","startUrl":["https://www.wish.com/~/fashion"],"selectors":[{"id":"link-to-product","multiple":true,"parentSelectors":["el-paging"],"selector":"a.FeedTile__Wrapper-sc-1jtmq9g-2","type":"SelectorLink"},{"id":"NAME","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":"h1.PurchaseContainer__Name-sc-15kmsqg-3","type":"SelectorText"},{"id":"DESC","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":".ProductDescriptionContainer__ProductDescriptionWrapper-m8ay5d-5 div","type":"SelectorText"},{"id":"PRICE","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":"div.PurchaseContainer__ActualPrice-sc-15kmsqg-9","type":"SelectorText"},{"id":"IMG","multiple":false,"parentSelectors":["link-to-product"],"selector":"img.ProductImageContainer__MainImageWrapper-sc-1gow8tc-1","type":"SelectorImage"},{"delay":4000,"elementLimit":1000,"id":"el-paging","multiple":true,"parentSelectors":["_root","el-paging"],"selector":"div.TabBarWrapper__MainRowContainer-sc-1gl60ef-1","type":"SelectorElementScroll"}]}

Help, pls - problem is this <div data-index="0"> and <div data-index="1"> and <div data-index="2"> and <div data-index="3"> ... How to solve it? :frowning:

Hi, you can try to target each element with the scroll selector.

{"_id":"wishcom-how-to","startUrl":["https://www.wish.com/~/fashion"],"selectors":[{"id":"link-to-product","linkType":"linkFromHref","multiple":false,"parentSelectors":["el-paging"],"selector":"a","type":"SelectorLink"},{"id":"NAME","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":"h1.PurchaseContainer__Name-sc-15kmsqg-3","type":"SelectorText"},{"id":"DESC","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":".ProductDescriptionContainer__ProductDescriptionWrapper-m8ay5d-5 div","type":"SelectorText"},{"id":"PRICE","multiple":false,"parentSelectors":["link-to-product"],"regex":"","selector":"div.PurchaseContainer__ActualPrice-sc-15kmsqg-9","type":"SelectorText"},{"id":"IMG","multiple":false,"parentSelectors":["link-to-product"],"selector":"img.ProductImageContainer__MainImageWrapper-sc-1gow8tc-1","type":"SelectorImage"},{"delay":4000,"elementLimit":1000,"id":"el-paging","multiple":true,"parentSelectors":["_root"],"selector":"[class*=\"ProductGrid__FeedTileWidthWrapper\"]","type":"SelectorElementScroll"}]}

Hi, I tried to import sitemap, run it, but it didn't download even one product :confused:

and when I scroll down, let more product load and try to put "ELEMENT PREVIEW" some elements are not marked. That's the problem, how to mark, select all Elements (products).

I think the problem here could be that there is a very large product count and the scroll-down runs into time out. Please, note that when using the Pagination(with the click type), Element Click, or Element Scroll selectors, the extracted data only becomes available after the respective selector has finished (no new elements are being matched).

For me the first 500 would be enough which I set in Element as - Element limit 500.

I've also managed to download about 68 products, but it always ends up being something numbered in the code. I think.

e.g. [data-index='24'] div.ProductGrid__FeedTileWidthWrapper-sc-122ygxd-2:nth-of-type(1)