5 replies
Hey Guys,

I want o make simple website code that lets you enter a specific keyword and get back google's monthly search volume and estimated CPC.

I know C# but I am not an advanced programmer. Could someone point me in right direction for getting started?

Thanks
#api #google
  • Profile picture of the author Steve Wells
    Originally Posted by GuerrillaIM View Post

    Hey Guys,

    I want o make simple website code that lets you enter a specific keyword and get back google's monthly search volume and estimated CPC.

    I know C# but I am not an advanced programmer. Could someone point me in right direction for getting started?

    Thanks
    Here is a buddy of mines website, he is a programmer for a living and has great pricing, his name is Steve.... he may be able to help you out.....

    Rutecky Computer Services
    Signature
    Need Custom Graphics Work? - Message Me For A Design Quote!
    {{ DiscussionBoard.errors[1059746].message }}
  • Profile picture of the author GuerrillaIM
    Thanks for the link. I don't have any money to pay for the coding so I was going to program it myself. Problem at the moment is info overload and nothing i read is really relevant. This project will probably be weeks researching how to do it then 10 minutes actually making the code.
    {{ DiscussionBoard.errors[1059855].message }}
  • Profile picture of the author darrenvoon
    I guess the API you need would be the Adwords API(KeywordToolService/TrafficEstimatorService), which pretty much well documented on their API page.

    At beginning stage I would suggest get familiar with SOAP protocol and WSDL file.

    I never use C# to do SOAP before, but I saw there's quite a few example on the web to get you started. Google also provide a .NET library for this.

    Apply an application ID from Google and you can start using their API.

    Hope it helps. =)

    p/s: sorry I can't post the actual URL as I don't have enough post count =/ anyway just Google around and you should find it.
    {{ DiscussionBoard.errors[1092266].message }}
  • {{ DiscussionBoard.errors[1207702].message }}
  • Profile picture of the author CikaPero
    It won't be about 10 minutes for coding.

    For this purpose you should use AdWords API and two services:
    1. TargetingIdeaService - TargetingIdeaService (v201101) - AdWords API - Google Code - for search volume
    2. TrafficEstimatorService - TrafficEstimatorService (v201101) - AdWords API - Google Code - for estimated CPC
    Signature
    {{ DiscussionBoard.errors[3828650].message }}

Trending Topics