Need ideas to generate valuable domain names by programming a bot

chillyourmind

Regular Member
Joined
Jan 25, 2020
Messages
336
Reaction score
132
I came across a few domain auctions and I realized the simplest domains are the ones that sells best.
So I guess it's easy to generate some of them and check if available
I need some ideas on how to generate them, after realizing a good way to generate them I can share the bot with the member who had the idea or share it with the forum, the member decides.
 
First you will need to get dictionary list of words, and sort them into nonce/adjectives/adverbe etc

And just run through each combination, for example, adjectives+nonce.com

Obviously to get actually decent domains, you would want to give each dictionary word a score, perhaps by how often they are used by people/or spoken.

I'd suspect the above method has been thought by a lot of people already, so you need to write a custom algorithm to transform the dictionary words into brandable names, such as fast to fastly, fastr, fastee etc.
 
First you will need to get dictionary list of words, and sort them into nonce/adjectives/adverbe etc

And just run through each combination, for example, adjectives+nonce.com

Obviously to get actually decent domains, you would want to give each dictionary word a score, perhaps by how often they are used by people/or spoken.

I'd suspect the above method has been thought by a lot of people already, so you need to write a custom algorithm to transform the dictionary words into brandable names, such as fast to fastly, fastr, fastee etc.
I kinda already did that
 
I kinda already did that

Go to namebio and search for the most evaluated domain names, you may see a pattern there.
If you haven't done that already

Also you may take data from estibot and similar valuation services based on history of auctions and go from there
 
Use keyword search there. Put a generic word like yoga or health and see which variations of names were appraised highly.
Then go through other niches and see if similar variations are available in other niches.
For instance, yogify.com, golfify.com, healthify.com
for sure, you will find some ideas in high end verticals

For instance, niche + spark
Go to namebio search put word "advisor" in search bar and filter to "at the end" of the name.
You will get almost all high end verticals and keywords there.
Then try to add different popular endings to the end of each keyword.
Likely, you will see a pattern.
And where is the pattern there are the gaps in the pattern...
 
For instance, niche + spark
Go to namebio search put word "advisor" in search bar and filter to "at the end" of the name.
You will get almost all high end verticals and keywords there.
Then try to add different popular endings to the end of each keyword.
Likely, you will see a pattern.
And where is the pattern there are the gaps in the pattern...
Nice, thank you
 
Use keyword search there. Put a generic word like yoga or health and see which variations of names were appraised highly.
Then go through other niches and see if similar variations are available in other niches.
For instance, yogify.com, golfify.com, healthify.com
for sure, you will find some ideas in high end verticals

For instance, niche + spark
Go to namebio search put word "advisor" in search bar and filter to "at the end" of the name.
You will get almost all high end verticals and keywords there.
Then try to add different popular endings to the end of each keyword.
Likely, you will see a pattern.
And where is the pattern there are the gaps in the pattern...
Can tell you me a good domain appraisal tool, I'm using pc.domains with my bot but it really seems to fail, any tool is valid since I can automate everything
 
Can tell you me a good domain appraisal tool, I'm using pc.domains with my bot but it really seems to fail, any tool is valid since I can automate everything

Estibot maybe, but I am not that pro in it. Godaddy has appraisal.
There are some specialized places where people discuss domains from names prospective, maybe you can see which tools they are using
 
Good dictionary needed - maybe You can find some "most popular" words in the web. If not just extract single words from common dictionary :D You can easily check if domain is already registered with Python and some external service, but I am afraid You need to buy some service, because lots of requests can make You easily banned...
 
Good dictionary needed - maybe You can find some "most popular" words in the web. If not just extract single words from common dictionary :D You can easily check if domain is already registered with Python and some external service, but I am afraid You need to buy some service, because lots of requests can make You easily banned...
I checked so many domains and Im not banned, I also checked the price if available using pc.domain and didn't get banned
I just need a good way to check value
 
Back
Top