开发者

Find email address for a domain using google? [closed]

开发者 https://www.devze.com 2023-01-02 00:29 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 4 years ago.

Improve this question

Problem statement:

I want all pages which contains email addresses for a given domain. I am not sure what the query should be?

i tried something like -

@cnn.com

but t开发者_JAVA百科his does not work .... any ideas?


Not perfect but occasionally this returns a gem Google Search for: (email | mailto | contact) * cnn.com

You are asking for 'all pages on a domain' so in theory something like "site:cnn.com (email | mailto | contact) * cnn.com" may work


What you're trying to do isn't possible using Google search. According to their help:

Generally, punctuation is ignored, including @#$%^&*()=+[]\ and other special characters.

http://www.google.com/support/websearch/bin/answer.py?answer=134479


You can do that search on Bing, at least it worked for me

"@domain.com"

That should do the trick (It worked for me)


This works for me:

site:domain.com "@domain.com"


This could be very helpful for spammers, so I think it is not possible to list all e-mail addresses just by searching them in Google :)

BTW. Do you really have a reason to do so? (Are you not another spammer?)

0

精彩评论

暂无评论...
验证码 换一张
取 消