Hi,
I know how to extract bio from a certain area.
But is it possible to scrape ONLY the emails in the bio as I've filtered the bio and only showing emails.
For example like:
"For entertainment & fun contact please contact me at [email protected]"
How do I only extract [email protected] in this case, is there a way to use the ".com" as a regex to extract the email ?
I know how to extract bio from a certain area.
But is it possible to scrape ONLY the emails in the bio as I've filtered the bio and only showing emails.
For example like:
"For entertainment & fun contact please contact me at [email protected]"
How do I only extract [email protected] in this case, is there a way to use the ".com" as a regex to extract the email ?