Google Translator avatar

Google Translator

Try for free

1 day trial then $6.00/month - No credit card required now

View all Actors
Google Translator

Google Translator

web.harvester/google-translator
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 4 stars
  • 93.8% runs succeeded
  • Created in Dec 2022
  • Modified 8 months ago