Hi,
I am trying to collect all images that are under each product in the URL below, but no success. Have used different Selectors.
Note that under each product, I need high quality images (the ones on the right), not the thumbnails.
Url:
Sitemap:
{"_id":"casadeck-limited","startUrl":["https://www.casadeck.com.br/cadeira-diretor?grid=4"],"selectors":[{"id":"product-list","multiple":true,"parentSelectors":["_root"],"selector":".col div.product-card","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["product-list"],"regex":"","selector":"h2","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["product-list"],"regex":"","selector":".installments span.price","type":"SelectorText"},{"id":"foto-main","multiple":false,"parentSelectors":["product-list"],"selector":"img","type":"SelectorImage"},{"id":"link","multiple":false,"parentSelectors":["product-list"],"selector":"a.d-flex","type":"SelectorLink"},{"id":"desc","multiple":false,"parentSelectors":["link"],"regex":"","selector":".product-description-short p","type":"SelectorText"},{"extractAttribute":"src","id":"img-name","multiple":false,"parentSelectors":["link"],"selector":"img.zoomImg","type":"SelectorElementAttribute"}]}