scrapping emails from forum?

MusicDisk

Junior Member
Joined
Jun 29, 2012
Messages
118
Reaction score
2
I doubt if you will be able to find the email ids publically shared on these pages. I checked three urls given by you and none of there have any contact info. If in case you think that email ids will be present in these pages, you can scrape these pages with scrapebox and collect all the email ids.
 
if you are proficient on command line making a parser with a simple batch file if on windows or bash if on *nix it's a trivial task with an incremental loop and curl to fetch the specific results finding|grepping with a regex to extract each and every email. Probably 4 or 5 lines total.
 
yeah its what i wanted to do, the thing is to see email you have to be logged in, scrapebox can do this job?
 
any other tool? if someone know tool that will work let me know!:P
 
Back
Top