Scraping Emails of a website

supermex

Elite Member
Joined
Nov 19, 2016
Messages
1,825
Reaction score
658
The thing is, I found a website which has a lot emails of different companies. So every company has it's own "sub-page" on this site with the email included. Is there a tool that searches every page of the website and scrapes the emails? I only found tools where you can enter just a single page URL .
 
Do you have the webpage URL? I can try to write a ruby/nokogiri script to scrape the content.
 
If you don't wanna share your source, I could write a simple script with a UI to scrape just that domain for you.
 
Pretty easy, there are many but webharvy will be enough. Look for cracked version or install the free trial.

You can scrape almost anything with it
 
Scrapebox...

Set the email grabber to go 4 levels deep. Or, just scrape the sitemap and submit each page to the email grabber. Easy as pie.
 
Back
Top