How to scrape link that is not included in html code

Hi :slight_smile: I am trying to scrape the URL behind property listings. When using the selector "link" it does not work (also when making a right click on the image, it does not show me "open link in new tab").
It would already be enough to get the data-name of the property, but also that one I do not manage to scrape.

Thanks a lot for your help!

Url:

Sitemap:

{"_id":"newtest","startUrl":["Andreas Kirstein - ImmoScout24 down properties","multiple":false,"parentSelectors":["_root"],"selector":"div._1MdoJ9JTk-fpyCMKr5tTeB","type":"SelectorElementScroll"},{"extractAttribute":"class","id":"element_link","multiple":false,"parentSelectors":["scroll down properties"],"selector":"div._4QXYBDIXIDFFPHdWED8Be","type":"SelectorElementAttribute"},{"id":"html","multiple":false,"parentSelectors":["scroll down properties"],"regex":"","selector":"div._4QXYBDIXIDFFPHdWED8Be","type":"SelectorHTML"},{"clickActionType":"real","clickElementSelector":"[data-name='143838394'] div._4QXYBDIXIDFFPHdWED8Be","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"click propety","multiple":false,"parentSelectors":["scroll down properties"],"selector":"div.one-whole","type":"SelectorElementClick"},{"id":"html picture","parentSelectors":["scroll down properties"],"sitemapXmlMinimumPriority":0.1,"sitemapXmlUrlRegex":"","sitemapXmlUrls":[],"type":"SelectorSitemapXmlLink"},{"id":"section properties","multiple":true,"parentSelectors":["scroll down properties"],"selector":"parent","type":"SelectorElement"},{"id":"html pic","multiple":false,"parentSelectors":["section properties"],"regex":"","selector":"img","type":"SelectorHTML"},{"extractAttribute":"alt","id":"picture element","multiple":false,"parentSelectors":["section properties"],"selector":"img","type":"SelectorElementAttribute"},{"extractAttribute":"src","id":"picture element 2","multiple":false,"parentSelectors":["section properties"],"selector":"img","type":"SelectorElementAttribute"},{"extractAttribute":"class","id":"element text","multiple":false,"parentSelectors":["section properties"],"selector":"[data-name='143838394'] div._4QXYBDIXIDFFPHdWED8Be","type":"SelectorElementAttribute"},{"id":"html text box","multiple":false,"parentSelectors":["section properties"],"regex":"","selector":"div._4QXYBDIXIDFFPHdWED8Be","type":"SelectorHTML"},{"extractAttribute":"class","id":"elementattribute single","multiple":false,"parentSelectors":["section properties"],"selector":"[data-name='143838394'] div._4QXYBDIXIDFFPHdWED8Be","type":"SelectorElementAttribute"}]}

Thank you so much!!
And good to know, next time I will use the appropriate button! :slight_smile: