Simple Keyword Research Software

Geshwinn

Power Member
Joined
Aug 12, 2009
Messages
625
Reaction score
119
Hi guys,

I need a basic keyword research software that would take a list of keywords/or just one keyword and run several google operators on it (like inurl together with intitle etc.).

What programming languages should I learn to build it or if it is not that simple do you have an idea how much it would cost me to hire a freelancer to do that?

Thanks!
 
Use VB/C# as they have webbrowser you can readily use to extract data from the internet. If you dont wanna make it, get market samurai or MNF
 
I actually have Market Samurai but the searches I want to run on the keywords are not available there.
 
Dear you'll have to learn C language, C++, then Html, then basic of Software development.. after that you have to work hard then you'll able to create a software like that you are will for.. :)
 
I could probably code an app that does what you're wanting (though there are probably tools already available that can do the same thing). Drop me a PM if you want to talk about writing an app.
 
I will surely outsource this task on freelancer or odesk. I wanted to know what kind of developer I should be searching for.

I do not care about sexy graphics and stuff I just want it to get the job done.
 
Dear you'll have to learn C language, C++, then Html, then basic of Software development.. after that you have to work hard then you'll able to create a software like that you are will for.. :)
WRONG!

Dont go learning C or C++ for such a simple program.Basically what you are creating is mini-google scraper that scrapes on creatin data
What are you autoamting?Input clicks,copy text from that are into that TXT file.
Python is much easier and also very powerfull you can write that in python within next 2 weeks.
Also you can learn "basisc" of html in 2-3 days on w3school.
For books on python I would recomand "Head First Programming" as it will introduce you to all programming concepts in a step by step manner using the Python language.
 
Point is he doesnt need to use google KW tool he needs to use google to get inurl,intitle and etc data.That can be learned to be done in python in a week.

Thanks, I will look into that too!
 
In case you dont plan to create more bots/softwares with the programming language you choose to learn then I recomand you hire someone on odesk or freelancer as it is really a minor job to collect such data.
 
Back
Top