Problem at scrapping New Sites - Experienced Scrapper

Dear All,

Im having troubles at getting information from this website.
It is simple text, yet, doesn't bring any information.

Many thanks!
Barry

{"_id":"exito2","startUrl":["https://www.exito.com/mercado/vinos-y-licores/vinos","https://www.exito.com/vino-blanco-reserva-devils-collection-botella-x-750ml-476525/p","https://www.exito.com/vino-espumoso-sparkling-rose-x-750ml-789883/p"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["_root"],"selector":".dn-s .sellingPrice span.exito-vtex-components-2-x-sellingPrice","multiple":false,"regex":"","delay":0},{"id":"code","type":"SelectorText","parentSelectors":["_root"],"selector":"p.fw1.f7","multiple":false,"regex":"","delay":0},{"id":"element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.exito-search-result-3-x-gallery","multiple":false,"delay":0,"clickElementSelector":"button.min-h-small","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

Not quite sure what exactly you are after, as the selectors do not represent any of the information available on the site, but I guess you are after something like this:

{"_id":"exito2-3","startUrl":["https://www.exito.com/mercado/vinos-y-licores/vinos","https://www.exito.com/vino-blanco-reserva-devils-collection-botella-x-750ml-476525/p","https://www.exito.com/vino-espumoso-sparkling-rose-x-750ml-789883/p"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["element"],"selector":"div[class*=\"mainContainerProductPum\"]","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["element"],"selector":"span[class*=\"exito-vtex-components-2-x-sellingPrice\"]","multiple":false,"regex":"","delay":0},{"id":"code","type":"SelectorText","parentSelectors":["element"],"selector":"p.fw1.f7","multiple":false,"regex":"","delay":0},{"id":"element","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"section.exito-product-summary-2-x-container","multiple":true,"delay":"4000","clickElementSelector":"button.min-h-small ","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"}]}

Hi Many thanks,

Just run the code but it doesn't bring any information.
Could you please try to run the code? Thats the problem Im having.

Thanks!!

Dear Webber,

Just to point out that; Scrappiong start fine, it opens and runs normally. Yet, it doesnt saved data at exporting it. This is something new. Have you had the opportunitty to run the code and export the data?

Sincere thanks and looking forward for your reply
Andres

BTW the websites are quite different so the same sitemap would not work for all three. The first URL appears to be a general wine category page, while the other two are product pages.