tags:

views:

75

answers:

1

Hi , im using php to get search from google , and i have few qustions

  1. is there a limit of quries per day ?
  2. is there a limit of quries per minute ?
  3. if limit reached what is the response code im getting from google ? is it a a json response - same as good response or is it 404/400 header ?

thanks for answering an qustion of the above.

A: 

I'd suggest checking the documentation:

http://code.google.com/apis/ajaxsearch/documentation/

Alex
http://www.mail-archive.com/[email protected]/msg03826.html - might help too
Alex
about the answer : im there for 2 days now , cant find any answer to my qustions
about the comment : its from 2009 , for now i can get 10 results per page , and max of 65 results per search query
https://groups.google.com/group/google-ajax-search-api/browse_thread/thread/d9d509620ba95079 - more up-to-date
Alex
Basically, there is no limit to the number of times your can search, but there is a limit on the number of results it will return
Alex