I've got a large batch of keywords that I'd like to check the rankings of, and I'm looking to automate the process (I already have a google API code). I'm specifically looking for a script that checks a batch of keywords per site. Does anyone have a script like this or know where I can find one?.
Our host Shawn's search engine tracker, is an excellent script that will do this for you. I have a similar tool at MultiTrac. The difference between these 2 tools is MultiTrac doesn't use the Google or Yahoo API to determine the ranking. I am in the process of building a standalone PHP GUI for MultiTrac that will be available for Desktops (Windows, Macs, and Linux) built on the Gtk2 library. I hope to have this ready to release to the public domain early this spring. The entire source code will be available so that the tool will able to be tweaked and improved by the community and you can extract the specific functions at that time.
Well, I was considering signing up for Shawn's keyword tool, but decided against it because I want a fully customizable script. I'll have a look at gnope when i get the chance btw, you misspelled 'dynamic' in the MultiTrac url.
Thanks for speel check If you're any good at all with parsing strings, it's a piece of cake to determine where your domain is ranked at. Basically, all I do at MultiTrac is get the listings into an array then check to see where the URL I want is in that array. Too simple of a routine to have it released somewhere, I would think..