Iīm looking for a piece of software that would allow me to:
1) Load a text file with a list of URLīs
2) Have the software go through the list of URL, search for Emails
3) Put out a list of emails.
There are many pieces of software out there that can harvest emails based in a list of URLīs but every one that I have found grouped the output/emails in one big group. There?s no way to check what email belongs to what URL. I need something that specifically gives me the email that connects to a specific URL.
Example: If I feed a list like this (text file)
http://www.domain1.com (new line)
http://www.domain2.com (new line)
http://www.domain3.com (new line)
I want a list of emails looking like this (
[email protected] (this is for domain1) (new line)
NA (this is for domain2 ? the software didn?t find any emails on the site) (new line)
[email protected] ;
[email protected] (this is for domain3, 2 emails was found) (new line)
etc.
A list like that would enable me to see which emails belong to each URL.
Also, I would like to limit the ?search depth? ? meaning that if the URL is e.g. a board like GFY ? there will be 1000īs of pages ? If the software doesn?t find any email on the first 50 pages, it should stop ? write it up as ?NA? and move on to the next URL.
So what do I need this for, you ask. Not spam. I want to go through my list of URLīs and look at each site manually. If it?s a site I would like to exchange links with I would like to be able to send them an email, asking for link exchanges. I will only email sites that post contact info on one of their pages.
The reason for needing the harvester is for me to NOT have to go to sites, that don?t have a email on one of their pages. If I feed a list of 100 URLīs to the software, it might give me back 30-40 URL`s that actually have an email. That way, I don?t have to waste time going through the remaining 60-70 sites that don?t have emails posted (and therefore obviously don?t want to be contacted).
Anyone know such software? Or can anyone write it (Windows XP Pro) ? it doesn?t have be good looking or fancy. It just have to work, don?t mind if it crude and simple, as long as I get the emails (if any on the URL) and can relate an email to a specific URL.