Membership is FREE, giving all registered users unlimited access to every DNForum feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

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.;)
 

ascii0101

Level 2
Legacy Platinum Member
Joined
Jul 8, 2009
Messages
36
Reaction score
0
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.

Who has viewed this thread (Total: 1) View details

Top Bottom