Skip to content

Commit a67cc31

Browse files
AmitMYpetersonnek
authored andcommitted
docs(README): add rate limit estimate (GeneralMills#240)
* docs(README): add rate limit estimate * docs(README): add 429 behavior
1 parent 25e81a8 commit a67cc31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ Returns dictionary
266266
* This is not an official or supported API
267267
* Google may change aggregation level for items with very large or very small search volume
268268
* 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.
270272
* 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.
271273

272274
# Credits

0 commit comments

Comments
 (0)