Google search ajax api limit?
I'm using php to get search from google, and I have few qustions
- is there a limit of queries per day ?
- is there a limit of queries per minute ?
- if the limit is reached开发者_Python百科, what is the response code I'll be getting from google? Is it a json response - same as good response or is it 404/400 header?
Thanks for answering questions.
I'd suggest checking the documentation:
http://code.google.com/apis/ajaxsearch/documentation/
精彩评论