Google-Search-API
Google-Search-API copied to clipboard
How many requests can I do?
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
I get same issue - this is because Google give bane for such ddos. Even with an 2 minutes between requests.
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 how to do that? how to set time limit?