Is it possible to extract all user contacts in private fb group?

Joined
May 27, 2026
Messages
10
Reaction score
7
i want to extract user contact details of the members of private fb groups, is it possible and what data can be extracted, in cases with and without admin rights.
 
Yes, this is possible directly from the member list, if it's public. If not, you can parse the list of people who, for example, left reactions to posts in the group. I created a browser extension for parsing groups; the data is collected slowly because Facebook limits the loading speed of the member list.
 
Yes, this is possible directly from the member list, if it's public. If not, you can parse the list of people who, for example, left reactions to posts in the group. I created a browser extension for parsing groups; the data is collected slowly because Facebook limits the loading speed of the member list.
Is this automation using something like puppeteer or how does it get around the DOM. What info can be collected just name and profile link?
 
Not sure there is a scrapper that can get details such as phone number and email from group members except if those info are public
 
If user have it. Example

"Profile ID";"Full Name";"Profile Link";"Bio";"Group ID";"Join Date";"Profile Type"
"61585942846930";"Lucas Okonya";"https://www.facebook.com/profile.php?id=61585942846930";"Siaya";"189783394387838";"";"User"
 
chrome_Lo16V4JNYD.png

This look like this
 
So, 90% of your messages will go to spam if you're not in friends list with these users. Facebook is very strict about all types of spam.
 
So, 90% of your messages will go to spam if you're not in friends list with these users. Facebook is very strict about all types of spam.
I get that but if people are writing from extended networks it will go through, if your friends with their friends etc. id like to be able to know who is messagable if that were possible
 
I get that but if people are writing from extended networks it will go through, if your friends with their friends etc. id like to be able to know who is messagable if that were possible
And if its a private group we would have to add a user to the group im assuming?
 
I get that but if people are writing from extended networks it will go through, if your friends with their friends etc. id like to be able to know who is messagable if that were possible
Here's a video on this topic. You can send the video to AI and get a summary of each one.
(Enable subtitles on youtube, video on russian. About filtering bots/fake users)
 
no matter what you have admin right or not, you can't extract private information (email, phone number) because meta doesn't allow to do it. Besides, you can still extract the name, UID, and the date that member join in group.
 
Without admin privileges, you can't extract the information, you'll only see the public names and avatars. If you are an admin, you can export the list of members and their approval responses (if they filled out the information themselves), but Fb has very strong security measures and will never allow direct scanning of email addresses or phone numbers.
 
it's impossible bro, because meta protect user's information strictly.
 
Back
Top