Google Keyword Tool Reader 07.10.08
I want to be able to programatically get results from the Google Keyword tool.
Currently, you can only lookup about 10 keywords at a time.
I have a list of 1000’s of keywords that I want to be able lookup.
The only value I need is the average searches per month.
The code should be able to lookup values from a Mysql table, with three fields.
1) keyword phrase
2) Monthly searches
3) Date that search was done
I can run the code manually, since I will need to submit the Captcha code, to start the session.
I don’t really care about what platform, I can run locally on my pc (windows xp), but I would prefer a web based solution.



