Is it possible to Scrap only email id and store

Hi how to scrap only email id from the site and store it for example below image

Hi there @indra,
The following should work.

I simply scraped the full text from the site, then used a VERY basic Regex statement to retrieve each Email address.

With that said, the Regex would need revamping for use in live.

Forum_Testing.xaml (14.0 KB)

Thank you @Mr_JDavey but i needs only email id to extract and to store in excel file but here its scraping all the data