Why here I am not able to grab the email hidden back to the CONTATTACI link?

Why here I am not able to grab the email hidden back to the CONTATTACI link?

webpage: https://www.albonazionaleavvocati.it/chisiamo_advocate.aspx?id=8047&idaddress=18292

Sitemap
{"_id":"albonazionaleavvocati-it","startUrl":["https://www.albonazionaleavvocati.it/chisiamo_advocate.aspx?id=8047&idaddress=18292"],"selectors":[{"id":"name","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"span.titoloP","type":"SelectorText"},{"id":"email","linkType":"linkFromHref","multiple":false,"parentSelectors":["_root"],"selector":"dt:contains('') + dt a:nth-of-type(1)","type":"SelectorLink"}]}

`

There are a couple of methods:

  • Element Attribute
  • HTML + Regex

Example:

{"_id":"albonazionaleavvocati-email","startUrl":["https://www.albonazionaleavvocati.it/chisiamo_advocate.aspx?id=8047&idaddress=18292"],"selectors":[{"extractAttribute":"href","id":"email1","multiple":false,"parentSelectors":["_root"],"selector":"dl dt a:contains('CONTACT US')","type":"SelectorElementAttribute"},{"id":"email2","multiple":false,"parentSelectors":["_root"],"regex":"(?<=mailto:)[^\"]+","selector":"dl dt:contains('CONTACT US')","type":"SelectorHTML"}]}