scraping facebook?

As emails linked to FB accounts are not usually public knowledge and are not accessible through the API, you're going to need to use something like selenium or Beautiful Soup to scan for accounts that have the email in their profile page.
Should be as easy as making a bot that goes to the "About" section of a persons profile, then to "Contact and Basic Info" and then grabs the email if there is one :)
 
You want to scan a certain acc to find mail, not your FB?

Try using Scrapebox
 
You can use some tools like atomic hunter which allows you to extract emails from pages, groups and even profiles. You can also hire a service that will scrape the emails for you. All that you have to do is to provide with the information of group or page and they will provide you the scraped data.
 
There are some specialized tools to scan emails, but currently FB has hidden most of users' emails.
 
Is this possible if these emails are not displayed on their profiles?....how about scraping their accounts and then sending dm directly
 
most accounts won't have emails showing. be very careful bc Facebook is aggressive against scrapers and your account will get banned pretty easily.
 
Facebook is a cursed social media. It's really hard to scrape and develop bots. If you want to build it yourself you can use browser automation studio
 
Back
Top