facebook-group-members-scraper icon indicating copy to clipboard operation
facebook-group-members-scraper copied to clipboard

Data doesn't have the email address

Open usamajob opened this issue 1 year ago • 2 comments

hey there can anyone be able to guide me to get the email address on this fetching date thanks.

usamajob avatar May 30 '23 17:05 usamajob

I'm also subscribing to this. any way to get the email address?

Anakin008 avatar Jul 18 '23 07:07 Anakin008

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.

fascenda avatar Nov 09 '23 20:11 fascenda