1

Though this question is asked here but its not aswered. So, i'd like to ask here. How can we get the results of Googel keyword tool using YQL ??

Community
  • 1
  • 1
Nok Imchen
  • 2,802
  • 7
  • 33
  • 59

1 Answers1

0

YQL comes from Yahoo Query Language - being that yahoo is not google, I doubt that you can use a Yahoo API to access a Google product.

However, there is an Google AdWords API that you can use for this (from google) but it will cost you.

The rate is $0.25/1k calls and each getKeywordVariations (includes Search volume) = 20 calls = 0.005 each time that occurs.... and that could really add up

Tudor Constantin
  • 26,330
  • 7
  • 49
  • 72
  • Well, that's cheap enough. But i'd like to use the API that we use in Google API Search. Can we access the Google Keyword tool using VB6 or Yahoo Pipes?? – Nok Imchen May 24 '11 at 12:58
  • 1
    `The AdWords API SOAP interface is supported by all popular programming languages, including Java, PHP, Python, .NET, Perl, and Ruby` so, if you can make SOAP calls from VB6 then you are ready to go – Tudor Constantin May 24 '11 at 13:01
  • Do i need to signup to use "AdWords API SOAP interface" ? – Nok Imchen May 24 '11 at 13:06
  • how will you pay if you don't? – Tudor Constantin May 24 '11 at 13:12
  • @Tudor, lol...i thought this one is free where as the other one which you mentioned before is 25 cents! Seems like both are same :( – Nok Imchen May 24 '11 at 13:55
  • Google is the one who taxes for the use of its API - there is no way to have a free alternative (at least not in the business models I can think of) – Tudor Constantin May 24 '11 at 14:03