dns - How to get a list of domains that contain a particular keyword? -


i want list of registered domains contain specific keyword.

for example, if "food" keyword, want list following:

foodpanda.com orderfood.com www.foodnetwork.com ... 

the way list of domains in full (and free) apply appropriate registries access zone files.

zone files lists of all registered domains overseen registry. access free , lists updated daily. need fill in form , sign agreement.

once you've downloaded zone file, can search domains contain particular keyword using favourite method (e.g. grep).

for .com , .net domains, registry verisign. here few other links zone files:

a larger set of links can found here.

note lists of country-specific tlds such .uk or .cn not publicly available.

it condition of accessing zone files (certainly made available verisign) person not make significant parts of lists publicly available or publicly searchable. reason, unlikely find complete list of domains on free-to-access websites or apis.

if you're interested, did search of downloaded zone file , found there 278407 '.com' domains containing string "food".


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -