Extract email from websites

Hi,

I have list of websites url. Requirement is navigate to each url and extract email id from that website which might available under contact us option.

I tried few options but no luck. But no luck.
Request your inputs.

Thank you!!

@PURVA_KALE

From the websites…try identifying if you are getting any common selector …one attribute of common selector can be contact or address or info… we can write a regex in selector with these…

Again if we can identify more like this attribute may be any combination of tags

Cheers