I'd like to make a script that lets me specify my websites and the keywords I want to track for each one. Then the script will iterate through my list daily and track what position my websites are for each keyword.
It's basically my own minimalist version of the traditional "rank tracking" software like Link Assistant and SEOMoz's Rank Tracker.
Mostly it's just for fun in an effort to learn real practical programming.
Question
Google's APIs seem very limited. Ajax API for example seems to be way off from real Google results.
Is it better to have my webserver crawl Google results itself to find the position of my websites or am I just overlooking the right API?
It's basically my own minimalist version of the traditional "rank tracking" software like Link Assistant and SEOMoz's Rank Tracker.
Mostly it's just for fun in an effort to learn real practical programming.
Question
Google's APIs seem very limited. Ajax API for example seems to be way off from real Google results.
Is it better to have my webserver crawl Google results itself to find the position of my websites or am I just overlooking the right API?