Using python or similar to get facebook email addresses

pharmed

Registered Member
Joined
Sep 24, 2019
Messages
62
Reaction score
7
I am looking to hire someone to get the email addresses of users of a facebook group
I want the email addresses of all users not just the ones that have the email publicly displayed.
I have had a few applications for the job.
Most people that replied said that it is not possible anymore but one or two said they could do it using python.

Can someone tell me if its actually possible as i am suspicious that the guys who said they could do it might be
not be genuine.
 
Python (or any programming language) is not magic, so basically if there isn't a way for a human to extract the data, Python can't magically get it as well. Unless the data is encrypted so you can mass decrypt it via Python or if it's hidden in DOM data (not visible to the user but still exists), you can use Python to parse the data and get the output.
 
I am looking to hire someone to get the email addresses of users of a facebook group
I want the email addresses of all users not just the ones that have the email publicly displayed.
I have had a few applications for the job.
Most people that replied said that it is not possible anymore but one or two said they could do it using python.

Can someone tell me if its actually possible as i am suspicious that the guys who said they could do it might be
not be genuine.
Have anyone confirmed with you that can get emails from all Facebook users in the group?
 
anyone tried this to extract emails from facebook groups
https://xtractlead.com/the facebook extension is "facebook email extractor"
the demo looks like it would definitely do the job.
It has a free trial but you have to give your cc details.
Would be more comfortable trying it if anyone here has used it
before and found it good.
 
Hi, I tried xtraclead.com and it really was a scam. My experience was very bad, besides the money lost. Stay away from this company.
 
Can someone tell me if its actually possible as i am suspicious that the guys who said they could do it might be
not be genuine.
I am 3 months late. But no, it's not possible. Ever since the Cambridge Analytics Scandal. Facebook no longer makes this information available on their API.

Earlier, Facebook used to make email info available on their Graph API with an "extended email permission" That you had to ask for. This has been discontinued since 2015 or so and at least to my knowledge theres no way to reliably get this emails now.
 
Back
Top