Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 this does not work .... any ideas?

like image 755
demos Avatar asked Nov 06 '22 12:11

demos


1 Answers

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

like image 132
I001962 Avatar answered Nov 14 '22 22:11

I001962