简体   繁体   中英

Using Google AdWords API for the Keyword Tool using PHP and Curl?

Does anyone know a quick way to get keyword ideas using the AdWords API using CURL. The URL should be something like https://adwords.google.com/api/adwords/o/v201101/TargetingIdeaService?wsdl , but I'm not sure what parameters I should include or if this is even possible.

I know there is a PHP library available from Google to use, but I just wanted to know if there is something quick and dirty.

Thanks in advance for any help.

Unfortunately, there is absolutely nothing out there that I'm aware of that is remotely "quick and dirty".

Your two options (that I'm aware of) are as follows:

  1. You apply for the Google Keyword Tool API program. The admission process requires that you have a good reason for signing up for the API and they require some proof (client request, live website offering SEO service that you provide, etc). Usage will incur fees, which are unknown to me since I never made it past the first stage.

  2. You scrape the Keyword Tool. Google has done a great job obfuscating it and continually make changes so this is difficult. If you succeed, please let me know as there are many people who are interested in the data.

Best of luck!

If you want to do quick and dirty keyword research I'd recommend using http://keywordtool.io/api - it provides the data from Google autocomplete.

If you don't have Google Adwords API access yet, it's going to be time consuming process to get one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM