filtering fb group members

gael876

Newbie
Joined
Apr 23, 2018
Messages
4
Reaction score
0
I need to filter people from fb groups by relationship status (all the single people and all the people in a relationship). Is there anyway to do it automatically? The groups are not mine

I basically need a list with the profile of all the single people, and people in relationship, in a given fb group.
 
It would be easier if you own or you are the admin of the group. Remember, there are some groups that are closed or secret so they would not allow you to "intrude."
 
@gael876 grid search w/ intersect, but keep in mind for this type of filter it only works on what a user has set on their profile - a lot of people don't set single, married, etc. on their profiles

Example queries:
- https://www.facebook.com/search/married/users/114725122037984/members/intersect/
- https://www.facebook.com/search/dating/users/114725122037984/members/intersect/
- https://www.facebook.com/search/single/users/114725122037984/members/intersect/
- https://www.facebook.com/search/widowed/users/35541499994/likers/intersect/

@ContentWriter - doesn't actually matter at all, you can scrape everything completely from open, closed, or secret groups since FB doesn't enforce those permissions to mean anything. Take a look at the example group above ^^
 
Thank You MrE, this is extremely powerful. Is it possible to only intersect a specific sex? Like only single women in a specific group, or married men. Thank you again
 
Back
Top