Programs that generate random list of domain names from keywords?

unrealalex

New member
Feb 7, 2010
242
11
0
www.motivational5.com
Are there any programs out there that would generate a list of domains for me based on a keyword and some modifiers?
ex.
input: keyword1, keyword2, modifier1, modifier2
output:modifier1keyword.com, modifier1keyword2.com, etc.
 


it's an

easy bit of scripting or just use nameboy.com

the hardest part has always been to take a domain name and break it into pieces (pen island .com) the rest is more straightforward: to come up with synonyms to put back together (quill island .com ) and check for availability.
 
webmasterbenefits.com has a powerful name generator with predefined word lists or user defined words. It will output hundreds of domains at a time.

A novel naming aid, ingzini.com has dictionary, thesaurus and word list windows to help compose a name while automatically checking the resulting domain name availability.
 
Very easy to do with a good free text editor like NotePad++....

For adding the .com, go to Search, then Replace, click the extended button and put in \n in first box and .com\n in second box, then click Replace All.

For adding the modifier, same deal... \n and \nmodifier and clean up both ends of list.

:)
 
You can do it in excel then just combine multiple textrows, I've used that for adwords keywords some time ago.