google-translate-api
google-translate-api copied to clipboard
About the Google Translate API Rate Limit
I'm curious about the request limit for Google Translate (for free usage and without using Cloud). I can't determine how many proxies to use because I don't know the request limit. Does anyone have this information?
I think request limits information is not public as this api itself is kind of internal usage for google :) But there is hit-too-many-reqs.ts file that you can run and check when you hit these limits.
Has there been any experimentation with using a delay to work around the rate limit?
@bitbytebit1
I sent requests in a for loop for 1 hour without any delays, and there were no issues. I haven't tested it further.