You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,9 @@ Returns dictionary
266
266
* This is not an official or supported API
267
267
* Google may change aggregation level for items with very large or very small search volume
268
268
* Google will send you an email saying that you had a new login after running this.
269
-
* Rate Limit is not publicly known, let me know if you have a consistent estimate.
269
+
* Rate Limit is not publicly known, let me know if you have a consistent estimate
270
+
* One user reports that 1,400 sequential requests of a 4 hours timeframe got them to the limit. (Replicated on 2 networks)
271
+
* It has been tested, and 60 seconds of sleep between requests (successful or not) is the correct amount once you reach the limit.
270
272
* For certain configurations the dependency lib certifi requires the environment variable REQUESTS_CA_BUNDLE to be explicitly set and exported. This variable must contain the path where the ca-certificates are saved or a SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] error is given at runtime.
0 commit comments