• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

domain tools wanted

Status
Not open for further replies.

chillking

Exclusive Lifetime Member
Legacy Exclusive Member
Joined
Jun 18, 2007
Messages
915
Reaction score
0
Hi guys any idea were i can get a tool were i can copy and payste like 100 domains and the tool will show me the ones with best google search volume thanks guys.;)
 
Hey ChillKing, There is a bunch of ways to do this. I would not rely only on Google for determining which domain name is good. Also, I would not buy any tools since the ones I tried don't work the way it suppose to work. A lot of these issues can be done through command-line or through scripting. If you don't have UNIX/Linux but only Windows you can download cygwin for free.

So here we go ... I am not sure what exactly your looking for but if you open a terminal and run the following steps it will show you Google's "link:" search operator:

Step #1) bash
Step #2) export DOMAINNAME=vip

Step #3) lynx -dump "http://www.google.com/search?hl=en&q=link%3A+$DOMAINNAME&aq=f&oq=&aqi=" | grep Results | head -1 | awk '{print $7}' | sed -e 's/^[^0-9]*\([,0-9]*\).*/\1/'

Note: Use the up arrow key to change your "DOMAINNAME" variable to something else

Now you can create a "for loop" and "cat" your list and this will give you your results for each domain.
 
Status
Not open for further replies.
Back
Top Bottom