Map with clusters

Hi,
im trying to scrape this website

i managed to create "2 clicks" on the clusters so i can get the single stores
but then i dont know how to get the details
Here is the sitemap:
{"_id":"supersigma","startUrl":["https://www.supersigma.com/punti-vendita/"],"selectors":[{"clickActionType":"real","clickElementSelector":"div.asl-cluster","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"cluster","multiple":true,"parentSelectors":["_root"],"selector":"div.asl-cluster","type":"SelectorElementClick"},{"id":"address","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".address span:nth-of-type(2)","type":"SelectorText"},{"id":"phone","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".phone a","type":"SelectorText"},{"id":"details","linkType":"linkFromHref","multiple":false,"parentSelectors":["_root"],"selector":".asl-buttons a","type":"SelectorLink"}]}

thanks!

@eldoland Hi, all store links can be found here: https://www.supersigma.com/store-sitemap.xml

hey @ViestursWS you are the best!!!
how did you find it?

@eldoland Almost all websites tend to store alternative navigation links that are dedicated to search engine crawlers. The easiest way to locate such site links is by using the sitemap.xml selector within the Web Scraper extension(pressing the add from robots.txt button) or manually appending /sitemap.xml or /robots.txt to the desired domain URL.

Learn more: Sitemap xml selector | Web Scraper Documentation

thanks a lot @ViestursWS really useful!

hi @ViestursWS
im writing here because the subject is the same, only the website is different

i tried to use the sitemap selector, but didnt have luck!
here is the sitemap
'{"_id":"conad","startUrl":["https://www.conad.it/ricerca-negozi"],"selectors":[{"id":"negozi","parentSelectors":["_root"],"sitemapXmlMinimumPriority":"0.1","sitemapXmlUrlRegex":"","sitemapXmlUrls":["https://www.conad.it/sitemap.xml"],"type":"SelectorSitemapXmlLink"}]}'
any idea?
thanks!