Google-Search-API icon indicating copy to clipboard operation
Google-Search-API copied to clipboard

How many requests can I do?

Open lucasvdaros opened this issue 7 years ago • 3 comments

Is there a limit to do requests? I called the search routine many times and now I got his error message:

urllib.error.HTTPError: HTTP Error 503: Service Unavailable

lucasvdaros avatar May 08 '17 04:05 lucasvdaros

I get same issue - this is because Google give bane for such ddos. Even with an 2 minutes between requests.

Vital95 avatar Sep 05 '17 21:09 Vital95

In my experience, waiting between 50 and 65 seconds between each request, and between 3 and 4 minutes every 100 request did the trick. I was able to perform more than 1200 requests, no problems whatsoever (except for waiting a whole lotta time, of course).

JuaniFilardo avatar May 06 '18 02:05 JuaniFilardo

@JuaniFilardo how to do that? how to set time limit?

tohfaakib avatar Jul 30 '18 17:07 tohfaakib