JanAP Pls help me to get the correct sitemap done i dont get it

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 :smiling_face_with_three_hearts: :

{"_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 :frowning:

check it....

{"_id":"Scraper_Ib","startUrl":["https://ibood.com/de/s-de/all-offers?stock=available"],"selectors":[{"delay":1000,"elementLimit":50,"id":"Scoller","multiple":true,"parentSelectors":["_root"],"selector":"a:has(div.ant-card)","type":"SelectorElementScroll"},{"id":"Hyper_Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["Scoller"],"selector":"_parent_","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["Hyper_Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Hyper_Link"],"regex":"","selector":"div#hor-price","type":"SelectorText"},{"extractAttribute":"[data-gtin]","id":"EAN","multiple":false,"parentSelectors":["Hyper_Link"],"selector":"meta[itemprop='gtin13']","type":"SelectorElementAttribute"}]}

no gtin13 on the product page.... send exact URL with gtin13 in the source code...

The GTIN For this Product for example is : 20x Gillette Fusion5 Rasierklingen Angebote - iBOOD EAN: 8001090819642 ( ","ean":"8001090819642", )

I didn't find that code on the product page... Please send a screenshot, where did you find it? ))

Unfortunately, RegExp has disappered from WebScraper extension... In the previous version it was easy to get any data from the source by using RegExp....
EAN number should have been used as follows:
selector: script#__NEXT_DATA__ RegExp: (?<=ean":")\d+

Don, thank you! Brother, you helped me a lot. I really, really appreciate it that you took the time, even though you don't know me. Thanks a lot, brother!

Iz Cechia pozdrav tebe, bratan. Spasibo! :mending_heart:

Bez problem, bro )))))))