google-translate-api icon indicating copy to clipboard operation
google-translate-api copied to clipboard

About the Google Translate API Rate Limit

Open anilcosaran opened this issue 2 years ago • 3 comments
trafficstars

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?

anilcosaran avatar Oct 17 '23 16:10 anilcosaran

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.

vitalets avatar Oct 17 '23 20:10 vitalets

Has there been any experimentation with using a delay to work around the rate limit?

bitbytebit1 avatar Oct 18 '23 21:10 bitbytebit1

@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.

anilcosaran avatar Oct 18 '23 21:10 anilcosaran