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@gmail.com"
How do I only extract email@gmail.com 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@gmail.com"
How do I only extract email@gmail.com in this case, is there a way to use the ".com" as a regex to extract the email ?