"hidden" link cannot be scraped

Hi,
im trying to scrape the "website", "facebook" and "instagram" links here
https://www.menicka.cz/8344-palo-verde.html
Sitemap:
{"_id":"menicka3","startUrl":["https://www.menicka.cz/5750-snmovna-v-jakubsk.html","https://www.menicka.cz/2344-jin-krajina.html","https://www.menicka.cz/2046-caf-imperial.html","https://www.menicka.cz/8344-palo-verde.html","https://www.menicka.cz/2093-alforno-irok-ul..html"],"selectors":[{"id":"title","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".line1 h1","type":"SelectorText"},{"id":"address","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"a#ViewMapMenuProfil","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"a.telefon","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"phone","multiple":false,"parentSelectors":["_root"],"selector":"a.telefon","type":"SelectorElementClick"},{"id":"phone2","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".kontakt span a","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"a.email","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"email","multiple":false,"parentSelectors":["_root"],"selector":"a.email","type":"SelectorElementClick"},{"id":"email2","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".kontakt span a","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":".kontakt a.facebook","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"facebook copy","multiple":false,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"facebook","linkType":"linkFromHref","multiple":false,"parentSelectors":["_root"],"selector":"a.facebook","type":"SelectorLink"}]}

i tried click element, link, element attribute but none seems to be working
any idea?
thanks!

Hi,

You can try this setup:

{"_id":"menicka3","startUrl":["https://www.menicka.cz/5750-snmovna-v-jakubsk.html","https://www.menicka.cz/2344-jin-krajina.html","https://www.menicka.cz/2046-caf-imperial.html","https://www.menicka.cz/8344-palo-verde.html","https://www.menicka.cz/2093-alforno-irok-ul..html"],"selectors":[{"id":"title","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".line1 h1","type":"SelectorText"},{"id":"address","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"a#ViewMapMenuProfil","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"a.telefon","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"phone","multiple":false,"parentSelectors":["_root"],"selector":"a.telefon","type":"SelectorElementClick"},{"id":"phone2","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".kontakt span a","type":"SelectorText"},{"clickActionType":"real","clickElementSelector":"a.email","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"email","multiple":false,"parentSelectors":["_root"],"selector":"a.email","type":"SelectorElementClick"},{"id":"email2","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".kontakt span a","type":"SelectorText"},{"id":"facebook","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".kontakt a.facebook","type":"SelectorLink"},{"extractAttribute":"href","id":"link-facebook","multiple":false,"parentSelectors":["facebook"],"selector":"link[rel=\"canonical\"]","type":"SelectorElementAttribute"},{"id":"instagram","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".kontakt a.instagram","type":"SelectorLink"},{"extractAttribute":"href","id":"link-instagram","multiple":false,"parentSelectors":["instagram"],"selector":"link[rel=\"canonical\"]","type":"SelectorElementAttribute"}]}

In order to scrape both Facebook and Instagram they will have to be displayed each in a separate row.