Script or program to extract emails?

xxaxle

Junior Member
Joined
Dec 18, 2016
Messages
187
Reaction score
15
I have a list of URLs and want to extract the emails. And if can't find emails, extract the contact page. Anyone know of such a free program or script?

Thanks!
 
you can always wget the pages and grep them for emails if you're good with linux, if you aren't, you could check out the email extractor add-on for chrome
 
There's a google chrome extension that does that. I can't remember the name right now but try googling it.
 
Those chrome extension only do it url by url tho right? I need some bulk extracting.
 
For extracting emails, Python is the best ( scrapy ) tool. But you have to have knowledge of python with scrapy else there are plenty of freelancers can do that for you. You can find cheap options on fiverr... Using python, scrapping anything is simple and faster.. Almost Anything can be scrapped from any website. To scrap from some websites, you may need to use proxies.

If you have some knowledge about python then try to find some ready scripts on GitHub... there are many scripts available ready to use.
 
For extracting emails, Python is the best ( scrapy ) tool. But you have to have knowledge of python with scrapy else there are plenty of freelancers can do that for you. You can find cheap options on fiverr... Using python, scrapping anything is simple and faster.. Almost Anything can be scrapped from any website. To scrap from some websites, you may need to use proxies.

If you have some knowledge about python then try to find some ready scripts on GitHub... there are many scripts available ready to use.

will look into it, thanks!
 
If you can afford Scrapebox then that works really well. Bulk lists, lists it scraped itself. If you ever want to sanitize the lists and have another $47 \t some point in the future then the email add-on does an even better job than the built in email scraper - and validates the emails as well (and generates likely URL's from seed URL's for scraping huge forums etc)
It's not free, but if you have a good money making method then a little investment up front will pay you back. Also if you already have the lists of URL's and don't plan to scrape them, then you don;t really even need proxies. Just set and forget, co,me back a few hours later to a huge list of email addresses.
 
Back
Top