Getting duplicate results

I'm not sure what i'm doing wrong but I can't seem to get the duplicates not to show in the data:

{"_id":"superc2","startUrl":["https://www.superc.ca/epicerie-en-ligne/circulaire-page-[1-29]?sortOrder=relevance&filter=%3Arelevance%3Adeal%3ACirculaire+et+promotions"],"selectors":[{"id":"wrapper","parentSelectors":["_root"],"type":"SelectorElement","selector":".tile-product","multiple":true,"scroll":false,"elementLimit":0},{"id":"Nom","parentSelectors":["wrapper"],"type":"SelectorElementAttribute","selector":"parent","multiple":false,"extractAttribute":"data-product-name","multipleType":"singleColumn"},{"id":"Code de produit","parentSelectors":["wrapper"],"type":"SelectorElementAttribute","selector":"parent","multiple":false,"extractAttribute":"data-product-code","multipleType":"singleColumn"},{"id":"Categorie","parentSelectors":["wrapper"],"type":"SelectorElementAttribute","selector":"parent","multiple":false,"extractAttribute":"data-product-category","multipleType":"singleColumn"},{"id":"prix reg","parentSelectors":["wrapper"],"type":"SelectorText","selector":".price-update","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"Prix rabais","parentSelectors":["wrapper"],"type":"SelectorText","selector":".promo-price","multiple":false,"regex":"","multipleType":"singleColumn"},{"id":"percentage off","parentSelectors":["wrapper"],"type":"SelectorElementAttribute","selector":"parent","multiple":false,"extractAttribute":"data-discount-percent","multipleType":"singleColumn"},{"id":"produit du quebec","parentSelectors":["wrapper"],"type":"SelectorText","selector":".icon--quebec .invisible-text","multiple":false,"regex":"","multipleType":"singleColumn"}]}

any hint?

thanks!

Hi,

If you click 'Element preview', you will see that there are 60 matches, although only 30 products are visible on a page. This means that hidden elements are matched from the HTML.

Changing the wrapper selector to .grid--container .grid--container div.default-product-tile should do the trick.