Is this programming code possible?

4 replies
Hello everyone,

As you can tell, I don't post here quite often, and I'm marketing online part-time, for now anyways.
My question is quite simple. I'd like to know if anyone has thought of creating a program which could do the following:
Find Google search results for words which have less than x number of resulting pages.
In other words, I'd like to create websites for niches where there is a good demand for the keyword (>2,000 global searches per month in "phrase" search - easy to find using Google's keyword finder) plus where there are less than 12,000 resulting websites when you search for that same "phrase keyword" on Google.

Anyone know of a beast which could help in doing this?
#code #google search tools #programming
  • Profile picture of the author TG12
    Quite Easy, Take a look at using the Unofficial Google API hosted on Google Code. So you would enter the keyword you wanted to check. Im sure you could get a list from somewhere (Dictionary type list) then it would check the number of results returned. Although Most keywords would return over 2000 results Im guessing.
    Signature
    Vaoser Link Ninja Software
    DHV Delivery Systems FAILING at online dating???
    {{ DiscussionBoard.errors[3734873].message }}
    • Profile picture of the author cncbuss
      Originally Posted by TG12 View Post

      Quite Easy, Take a look at using the Unofficial Google API hosted on Google Code. So you would enter the keyword you wanted to check. Im sure you could get a list from somewhere (Dictionary type list) then it would check the number of results returned. Although Most keywords would return over 2000 results Im guessing.
      Terrific! Thanks for the help.
      Okay, now what does that mean and how do I accomplish this? I forgot to mention that I'm not very savvy in the technical department. But I'm glad that you're saying that it is possible. I just need to get some clarification.
      I found the Google Code directory, but I don't see an entry called 'Unofficial Google API'. I would also need to learn the field code which needs to be entered into the search, I'm presuming.
      Signature
      Nothing worth pursuing is ever easy. www.perfectbusinessadvatage.com
      {{ DiscussionBoard.errors[3735444].message }}
      • Profile picture of the author lordspace
        Have you tried Google's Keyword Tool ?
        Signature

        Are you using WordPress? Have you tried qSandbox yet?

        {{ DiscussionBoard.errors[3796454].message }}
  • Profile picture of the author TG12
    Sorry I should have really asked what language you are planning on using. This is what I meant

    google-api-for-dotnet - Google APIs for .NET Framework - Google Project Hosting

    I had a quick look in the API to see if they returned the number of search results. The dont. However you could manually count them. Might be a bit difficult if you are returning HUGE amounts of data. Google might block your code as automated attempts at using their system.

    Im sure there are other easier ways of doing it though. Maybe someone else can suggest something.
    Signature
    Vaoser Link Ninja Software
    DHV Delivery Systems FAILING at online dating???
    {{ DiscussionBoard.errors[3735533].message }}

Trending Topics