Hi JanAp,
I hope you are doing well!
It has been a long time ago that you helped me.
I managed several times to scrape a specialism from the
https://www.zorgkaartnederland.nl site.
But I do not succeed to get the adresses with website and phonenumber, which are more the 1 level deep, from the url:
I Used the following Sitemap JSON but I do not get the complete addresses with their website and phone number:
{"_id":"zorgkaartnederlandESTHETISCH","startUrl":["https://www.zorgkaartnederland.nl/ esthetisch-medisch-centrum/pagina[1-16]"],"selectors":[{"id":"listing-link","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.filter-result__name","multiple":true,"linkType":"linkFromHref"},{"id":"address-link","parentSelectors":["listing-link"],"type":"SelectorLink","selector":"p:contains("is werkzaam bij:") + [class="filter-results"] .filter-result-content__body a","multiple":true,"linkType":"linkFromHref"},{"id":"contact-information-click","parentSelectors":["address-link"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"[class*="modal-address-toggle"]","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"parent"},{"id":"address","parentSelectors":["address-link"],"type":"SelectorText","selector":"address","multiple":false,"regex":""},{"id":"phone","parentSelectors":["address-link"],"type":"SelectorText","selector":".align-items-center a.underline","multiple":false,"regex":""},{"id":"website","parentSelectors":["address-link"],"type":"SelectorText","selector":".flex-fill a.underline","multiple":false,"regex":""}]}
Would you please help me again?
Thank you so much in advance.
David