Using the Google AJAX Search API for SEO Purposes
- by User
I am looking at writing a .net application that uses the Google AJAX Search API to determine where our website falls for a given term compared to a competitor.
I can find alot about the old SOAP API however for the new AJAX api I cannot find any information on the following:
Is this sort of use allowed as the Terms of use are vague
Is there a limit to the number of requests per day
As you can only get a max of 8 results at a time, is the only way to get the top 100 results to keep requesting the next set and is this an issue?
Thanks