Google Translator
1 day trial then $6.00/month - No credit card required now
Google Translator
1 day trial then $6.00/month - No credit card required now
Translate any text to any of the supported languages using https://translate.google.com/
You can access the Google Translator programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "text": "I want to translate this text",
3 "sourceLanguage": "auto",
4 "targetLanguage": "es"
5}' |
6apify call web.harvester/google-translator --silent --output-dataset
Google Translator API through CLI
The Apify CLI is the official tool that allows you to use Google Translator locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
3 monthly users
-
4 stars
69% runs succeeded
Created in Dec 2022
Modified 10 months ago