Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Keyword Tool sample code in C# [closed]

Tags:

c#

I am interested in writing a small windows application for Google Keyword tool in C#. Just wondering anybody could give me a sample code or some pointers to move in the right direction

any help highly appreciated.

like image 783
kakopappa Avatar asked Jul 16 '26 11:07

kakopappa


1 Answers

I have not written any programs using the Google Keyword Tool, but as far as I understand it Keyword Tool is a part of Google AdWords and Google has an API for AdWords online at http://code.google.com/

My suggestion would be that you start by poking around there.

like image 123
Mantisen Avatar answered Jul 19 '26 01:07

Mantisen