Using the Google AJAX Search API for SEO Purposes
        Posted  
        
            by User
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by User
        
        
        
        Published on 2009-11-15T10:18:56Z
        Indexed on 
            2010/05/24
            1:21 UTC
        
        
        Read the original article
        Hit count: 349
        
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
© Stack Overflow or respective owner