user252849
user252849

Reputation: 67

Google search ajax api limit?

I'm using php to get search from google, and I have few qustions

  1. is there a limit of queries per day ?
  2. is there a limit of queries per minute ?
  3. if the limit is reached, 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.

Upvotes: 2

Views: 4303

Answers (1)

Alex
Alex

Reputation: 7374

I'd suggest checking the documentation:

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

Upvotes: 1

Related Questions