Please help, cant get data

can someone help me, i cant get the data. what wrong i am doing?

{"_id":"fiver","startUrl":["https://www.porcolandia1914.com.br/camisamasculinapumapalmeirascasualgoalverde/prod-9336767/"],"selectors":[{"id":"popuplink","multiple":true,"parentSelectors":["_root"],"selector":"div.itemFotoMiniatura:nth-of-type(n+2) img","type":"SelectorPopupLink"},{"id":"sdfds","multiple":false,"parentSelectors":["popuplink"],"selector":"img.link-lightbox2","type":"SelectorImage"},{"id":"image","multiple":true,"parentSelectors":["popuplink"],"selector":"img.link-lightbox2","type":"SelectorImage"}]}

@Jabeer Hi, are you looking to extract the product image links?

If so - that should be possible to be done by using the following sitemap:

{"_id":"test-1","startUrl":["https://www.porcolandia1914.com.br/camisamasculinapumapalmeirascasualgoalverde/prod-9336767/"],"selectors":[{"id":"image-1","parentSelectors":["_root"],"type":"SelectorImage","selector":"a.exibicaoSemOpacidade img","multiple":false},{"id":"image-2","parentSelectors":["_root"],"type":"SelectorImage","selector":"div.itemFotoMiniatura.itemFotoProduto:nth(2) img","multiple":false}]}