How to select email from this website

For email I counld not select email or proper result

Url: ICAR-IARI Scientists

Sitemap:
{"_id":"2441139","startUrl":["ICAR-IARI Scientists a","type":"SelectorLink"},{"id":"name","multiple":false,"parentSelectors":["Pro"],"regex":"","selector":"h5:nth-of-type(1)","type":"SelectorText"},{"id":"dpt","multiple":false,"parentSelectors":["Pro"],"regex":"","selector":"a span","type":"SelectorText"},{"extractAttribute":"title","id":"mail","multiple":false,"parentSelectors":["Pro"],"selector":"i.fa-envelope","type":"SelectorElementAttribute"},{"id":"phon","multiple":false,"parentSelectors":["Pro"],"regex":"","selector":"i.fa-phone","type":"SelectorText"}]}

The emails are all in the code, and you can get them with something like:

Type: Element attribute
Selector: div.bg-light > span[style*='padding-top'] > a[data-original-title*='at']
Attribute name: data-original-title

The emails have some simple scrambling, probably to avoid spam, e.g.
alkasingh[at]iari[dot]res[dot]in

You just need to search and replace:
all [at] with @
all [dot] with .

This can be done in Excel or even Notepad. If you are on cloud scraper, there is also a "Replace text" feature for post processing.

Can you please share the modified sitemap. @leemeng

here I am adding your code but no data extracted

Hi,

The selector will work on the start URL, just click the Multiple checkbox to get all the e-mails.