Google AdWords Keyword Tool Scraper

madoctopus

Supreme Member
Joined
Apr 4, 2010
Messages
1,388
Reaction score
3,709
Hi

Anybody happens to have a Google Keyword Tool (GKT) scraper in PHP? Or at least know how to build it? I'm pretty good building scrapers but GKT is now AJAX powered and much of the JavaScript is encoded/obfuscated and is giving me headaches.

I'm willing to pay for a script (preferably a class) or instructions.
 
not sure if there is any PHP script but market samurai does all analysis of GKT.
 
@Success: I know, but I need it as a PHP class to integrate it with my custom built SEO system.
 
Have you thought of using Python? I am not an Uber programmer, and have found microframeworks handy. Check out Sikuli and Flask. Flask is 100% Python and so is Sikuli so you can later clean and refine code without alot of bugs at the cut and paste programmer's level.

Sikuli will allow you create scripts visually, much like macro recording, but with much more flexibility, and easy integration with other tools in any language. Flask is a simple way to write web applications for your data retrieval, storage, manipulation, and even redeployment and self replication.

I am sure that if you like php, the same could be done in Limonade or similar.
 
I have one in C#. Just finished recoding it today, it now uses pure HTTP GETs/POSTs to automate the tool instead of browser. Average time per query is ~5 seconds. Also comes with a bunch of other tools for checking backlinks, domain age, pr etc... Gonna beta test it some more before giving to anyone. PM me if still interested in buying.
 
I also need a php class
anyone who can make a class .I will pay for it
 
I would also be interested in this tool.
I don't care what language it's in. Please PM me.
 
Sorry, old thread (except last (clueless?) poster). I'm curious, however, why you wouldn't use the download feature? Seems like you could script that pretty easy(?)
 
Sorry, old thread (except last (clueless?) poster). I'm curious, however, why you wouldn't use the download feature? Seems like you could script that pretty easy(?)

no. it is very difficult to script that in PHP. google uses obfuscated javascript for the whole thing.

If somebody can code a PHP class for this PM me, I pay nice money for it. I'm a PHP coder myself but have no patience to reverse engineer Google's javascript.
 
I have a php based script that scrapes Google's Keyword tool. I haven't really considered selling it but if there is enough interest I might consider it.

What would you guys think something like that is worth?

I actually have two versions.

Version 1)

- scrapes Google Keyword tool when logged out
- solves captcha automaticallly using decaptcher
- proxy support
- still able to grab the same data as if you were logged in (ie you can get cpc data even if not logged in.


Version 2)

- same as the first version but logs in through accounts so it is a lot faster. No captcha to solve. I have about 500 accounts I use and it will scrape close to a million keywords/day rotating through the differnt accounts and proxies

Just to be clear, that million is total keywords extracted, not a million individual keywords plus all their suggestions

Both versions write the data to a mysql DB which makes it easy to tie in to existing scripts and systems through mysql queries.

They do some other things as well but I'm not sure I can even post something like this here so I won't explain further...that and this is my first post people might beat me with a stick :-)

I'd have to clean it up to be made a little more user friendly.

I will say it is a pain in the butt to keep up to date. Google changes stuff about every 10-14 days to break the script.

The fix is usually easy but it does get annoying.

Let me know if there is any interest.
 
hey jkwilson78: could you please contact me in skype (danielsun174). i want to buy your script.
 
I also want this tool if anyone has one pm me price and details.
 
Hey Guys,

I am in the process of moving and selling my house so I haven't had time to get the script in a shape that would be purchase friendly.

Once we get settled in after the move I will try and get something together.
 
Any updates on this? Me and I'm sure other people are very interested. :)
 
i used logged in account and imacros with firefox
but after a while google blocks your account from scraping. still you can scrape like 100x800 keywords at total :)

changing ip does not work when this happened
 
no. it is very difficult to script that in PHP. google uses obfuscated javascript for the whole thing.

If somebody can code a PHP class for this PM me, I pay nice money for it. I'm a PHP coder myself but have no patience to reverse engineer Google's javascript.

hi, jkwilson78.

I'd like buy this script. PM me or reply to "itrepachko_at_gmail_dot_com", please.
 
Just use Google's API. They give you sample code in many languages to learn from. Here is the PHP version:

http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/GetRelatedKeywords.php?spec=svn213&r=213

I can legally scrape 40 million keywords a month with Google's permission and no captias.
 
Isn't the API paid ? It may cost you thousand of dollars for such amount of keywords
 
Back
Top