There are a few ways of doing this. Two legit ways are using an API or using the 'whois' linux command line tool.
DynaDot recently made their API FREE! Before they had a requirement to add $500 to your account before you could access it. The only problem now that it's free is that ... it doesn't work anymore :( Hopefully they'll get that problem figured out
Also, you can easily install a program on a linux server called 'whois' or 'jwhois'. If you're on centos, you can install like this:
yum -y install jwhois
You could easily check a few thousand names a day with this tool - however they do have limits... the most annoying of which are .ORGs, where are limited to 4 lookups per minute.
But overall, jwhois is great, because they give you the creation date, expire date, nameservers, etc, so you can really get some more information about the domain names. And if you're smart, you can save that in a database like a cache, so you don't need to lookup the domain name for availability again, until after the expired date.
How many lookups are you trying to do? There are some other techniques that I would describe as 'gray hat', that I won't post here in a public forum![]()






Reply With Quote



Bookmarks