The title pretty much says it all. What I have is a word, say 'frak', and a country code top-level domain and I'd like to search all the domains in that ccTLD in hopes of finding the site I'm looking for.

My Google search skills, which I am pretty proud of, haven't turned up anything useful.

link|improve this question
This is not an answer to your query, but I recommend using Delicious.com for saving links that you may want to find again in the future. – paradroid Aug 14 '10 at 17:52
feedback

closed as off topic by Sathya, random Aug 15 '10 at 1:31

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

3 Answers

up vote 1 down vote accepted
allinurl: frak ccTLD

Googling that should narrow down the list.

link|improve this answer
I selected this answer even though the others are also great because it solves the problem with a single operator and is thus more elegant. That you all, tho. – dandan78 Aug 14 '10 at 22:31
feedback

You can search in the url, so your best guess is to use

inurl:frak inurl:.com

as a lot of whois and DNS registrars don't allow to search through their domains.

You would have to find a site which explicitly stores domain names...

link|improve this answer
feedback

you can use the search parameter "inurl" for a Google search, for example:

inurl:frak inurl:.<tld>

This looks in the whole URL, including folder and page names too, not just in the domain name, but could be a start

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.