Good question domainer. While I imagine there's probably several ways to do this, here's our approach:
- Browse on over to Namecheap.com and select their "Bulk Search"
- Copy and paste up to 30 domain names, without spaces, and including their extension (ie. exampledomain.co.uk, not example domain .co.uk)
A good way to get multiple domains into a well formatted list is to copy and paste your list of names (ie. "example domain", etc.) into one column of an Excel sheet. Then copy and paste the domain extension (ie. co.uk) into another column. In the third column, you'll want to concatenate (merge) the first two columns with the following command: =CONCATENATE(A1,B1)
Finally, we'll want to remove the white space between the words. In a fourth column, use the function =SUBSTITUTE(C1," ","")
to remove the whitespace. Drag all the columns down so the functions will be applied to your entire list. You'll end up with a list of domain names that are formatted properly and ready to import into NameCheap's bulk domain search box (remember you can import up to 30 at a time).