- Jan 25, 2009
- 6,378
- 3,774
Question...Is there a way to scrape emails from linkedin or Facebook groups?
Not linked in, they require you to be logged in to see any info of value and scrapebox does not support authentication.
As for facebook, you can try. Basically if you load the facebook url in a browser, with javascript turned off and when you are NOT logged into Scrapebox, and you can see the email in the source of the page, then it should work fine.
Scrapebox doesn't support javascirpt useage due to it using raw sockets and threads, and also it doesn't support authentication.
So you would need to first have some urls of facebook groups that have urls on them, then just load them and try it. As for how to find such urls, you would need to make a footprint or you can google for some. I don't have any personally.
Lately I saw many 303 errors in scrapebox page scanner. It's somehow connected with redirection as sb is not able to follow it to check page source.
This doesn't make sense, mostly 303 is for after a POST and the link extractor does do POST it does GET. At any rate, the first thing to do is to close down the link extractor and uncheck the use proxies box, then restart the link extractor and try some of the same urls, does it do this? Its a high chance its the proxy.
Else if it does it without proxies, then can you post some example urls?