facebook-group-members-scraper
facebook-group-members-scraper copied to clipboard
Data doesn't have the email address
hey there can anyone be able to guide me to get the email address on this fetching date thanks.
I'm also subscribing to this. any way to get the email address?
While debugging this JavaScript in Chrome to understand the problem I was having, I looked to see if any other data is available from the Group Membership List. It looks like this script captures everything that is there.
For email address you'd have to follow the URL of each member and look in their Contact Information. Which you could do by extending this JavaScript. You'd get the memberNode.url and follow that <--URL-->/about_contact_and_basic_info would be the target page. You'd have a lot of data about the individual.
There is also an API that could be used to fetch information about individuals. That's all I know.