Need Help in Scraping Site

Describe the probleI'm reaching out for assistance in scraping data from a specific page on the Cartridge World website: Find a Cartridge World Store Near You | Store Locator. The page contains a "View Details" option for each store that I would like to scrape as well.

I was hoping you could help me create a sitemap or guide me through the process so that I can extract the relevant data from the store locator page.m.

Url: Find a Cartridge World Store Near You | Store Locator

Sitemap:
{id:"sitemap code"}

Hi,

Please see below a reference sitemap to get you started:

{"_id":"cartridgeworld-com","startUrl":["https://cartridgeworld.com.au/store-locator/"],"selectors":[{"clickActionType":"real","clickElementSelector":"div.s48__location-item span.s48__location-viewDetails","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","id":"listing-wrapper","multiple":true,"parentSelectors":["_root"],"selector":"div.s48__modal","type":"SelectorElementClick"},{"id":"title","multiple":false,"multipleType":"singleColumn","parentSelectors":["listing-wrapper"],"regex":"","selector":".s48__modal-title a","type":"SelectorText"},{"id":"telephone","multiple":false,"multipleType":"singleColumn","parentSelectors":["listing-wrapper"],"regex":"","selector":"a:has(.s48__telephone-icon) span","type":"SelectorText"},{"id":"e-mail","multiple":false,"multipleType":"singleColumn","parentSelectors":["listing-wrapper"],"regex":"","selector":"a:has(.s48__email-icon) span","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":".s48__close-icon","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"do-not-discard","id":"close","multiple":true,"parentSelectors":["listing-wrapper"],"selector":"_parent_","type":"SelectorElementClick"}]}

You also check out the learning section to get a better understanding of how to create sitemaps:

Tutorial videos: Extension intro | Web Scraper How To
Documentation: Installation | Web Scraper Documentation