I have a url link of a company. I need to find all email address of this company. Which is the easy way to find their email address by using url.
|
closed as off topic by John Conde♦ Jul 4 '12 at 15:05
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Search google with the following query, note that the Emails listed on their site:
Emails listed on other sites (results for this are a little sporadic)
You can also try http://www.outreachr.com as well as the other methods outlined above. |
|||
|
|
|
Your best bet is to do a whois lookup and hope that they registered an email address publicly. Other than that, @Su's response is your only other option. |
|||
|
|
|
Not possible. There's nothing connecting a random URL to some global directory of e-mail addresses assigned to that domain. Or for the company, for that matter: some companies don't even use their "public" domain name for e-mail purposes. The best you could do here is to scrape the site for any e-mail addresses in its content, but that would only provide the ones they want people to have, not "all." (Why do you want do to this, anyway?) |
|||
|
|