facebook-scraper
facebook-scraper copied to clipboard
Is there a way to retrieve a list of members from a get_group_info
Is there currently a way to retrieve a list of members using get_group_info? I did not see something of the sort in the documentation, so I was wondering if there was such a thing. Thanks.
Yes, all non-admin members that can be extracted are listed in the result, under the other_members
key. See https://github.com/kevinzg/facebook-scraper/issues/305#issuecomment-851778770
Hi, is it possible to still only get 116 group members or it is now updated to get all members? I tried get_group_info
but it only returns 116 members. Thank you!
It's still limited (by Facebook) to 116
Oh ok thank you!