Produce a script to hit Google once a day and log our position in the results?
Posted
by
hawbsl
on Stack Overflow
See other posts from Stack Overflow
or by hawbsl
Published on 2011-01-14T09:37:40Z
Indexed on
2011/01/17
15:53 UTC
Read the original article
Hit count: 200
The need has arisen within our organisation to monitor (on a daily basis) where our site appears (both organic and PPC) on the page 1 of Google. Also where a key competitor appears. For certain key words.
In the immediate short term a colleague is doing this by hitting Google manually and jotting down the results. Yep.
It occurs to us we can write a script (e.g. using C#) to do this.
I know Analytics will tell us an awful lot but it doesn't note the competitor's position, plus I don't think it has other data we want.
Question is, is there an existing basic tool which does this (for free, I guess)? And if we write it ourselves, where to start and are there obvious pitfalls to avoid (for example can Google detect and block automated requests?)
© Stack Overflow or respective owner