==== Japanese, via Google Translate ====私は完全に私はあなたの質問を理解していますかどうか確信できませんが、私はあなたが検索APIでクエリ制限について求めていると信じている。古いWeb検索および他のAPI(以前のAJAX検索ファミリーとして知られている)は無制限の記録も残しているが、彼らは動的調整メカニズムを持っています。あなたが大挙してクエリを送信する場合は、それらのメカニズムの引き金となるでしょう。Googleは、そのは、調整とブロックのより積極的に成長しているので、それはあなたがブロックされる前に処理することができる場合がありますどのように多くのクエリとは言い難い。ほとんどのクエリが可能取得するには、APIキーとすべてのリクエストにuseripパラメータを含めることになるでしょう。また、HTTP_REFERERヘッダをインクルードしていることを確認してください。
あなたがカスタム検索API(すなわち、新しい検索API)を使用している場合は、請求書を有効にしない限り、あなたは1日あたり100リクエストに制限されています。
==== English, just in case ====
I'm not entirely certain that I am understanding your question, but I believe that you're asking about query limits in the Search API. The old Web Search and other APIs (formerly known as the AJAX Search family) have no documented limit, but they do have dynamic throttling mechanisms. If you are sending queries en masse, you will trigger those mechanisms. Google has been growing more aggressive in its throttling and blocking, so it is difficult to say how many queries you may be able to process before being blocked. To get the most queries possible, you will want to include an API key and a userip parameter with every request. Also, make certain that you're including an HTTP_REFERER header.
If you are using the Custom Search API (i.e., the new Search API), you are limited to 100 requests per day unless you enable billing.