Google Keyword Tool scraper for C#

junter

Registered Member
Joined
Apr 23, 2012
Messages
78
Reaction score
10
What the title says... looking to build such scraper in C#. Is there a source available freely online that someone is aware of?
 
Do you mean the keywords tool? If yes they should have an API
 
API is pretty restricted. I managed to build a scraper for it and trying to optimize it now.
 
I agree the API is not really useful when doing things on a large scale, it is best to code things from scratch.


Sent from my iPhone.
 
hey there,There is a Google api available in c# that will be able to do everything that you basically ask, however implanting this api is kinda difficult to apply to your c# application. if you need any help then feel free to pm me. Anyway you can use Google ad-word in a c# application; just search for Google api and you will be just fine.
 
hey there,There is a Google api available in c# that will be able to do everything that you basically ask, however implanting this api is kinda difficult to apply to your c# application. if you need any help then feel free to pm me. Anyway you can use Google ad-word in a c# application; just search for Google api and you will be just fine.

Are you talking about the official google API?
 
Are you talking about the official google API?

yes of course:) this api has been around for a long time now... Many people just don't realize that! if you go to the google developer center you will be able to grab it! There are also some tutorials on the net just search for it.
 
Back
Top