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!