Jan Brother could you pls tell me what I am doing wrong with this scraper? It cant click on any product as usual it does not work somehow here is the sitemap I want to extract the title price and EAN from the code the metadata link is to all deals on the website Thanks in case you can fix it somehow :
{"_id":"Scraper_Ib","startUrl":,"selectors":[{"delay":2000,"elementLimit":500,"id":"Scoller","multiple":true,"parentSelectors":["_root"],"selector":"div._title_16b0h_107","type":"SelectorElementScroll"},{"id":"Hyper_Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".ant-col .ant-col-8 div a","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["Hyper_Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Hyper_Link"],"regex":"","selector":"._priceBox_n1pwc_7 div","type":"SelectorText"},{"extractAttribute":"[data-gtin]","id":"EAN","multiple":false,"parentSelectors":["Hyper_Link"],"selector":"meta[itemprop='gtin13']","type":"SelectorElementAttribute"}]}
I nornmally use on different websites just the link type and than select all multiple and inside this parrent i set title price and ean the ean is the most time consiming part but after some time i get it to work but this website is different I dont get it