VOOZH about

URL: https://apify.com/web.harvester/google-translator

⇱ Google Translator Β· Apify


Pricing

$6.00/month + usage

Go to Apify Store

Translate any text to any of the supported languages using https://translate.google.com/

Pricing

$6.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Web Harvester

Web Harvester

Maintained by Community

Actor stats

5

Bookmarked

338

Total users

1

Monthly active users

2 years ago

Last modified

Categories

Share

What does Google Translator do?

This Actor can translate any one or more texts (max 5000 chars each) using Google Translate website, you can:

  • Translate a single.
  • Translate a list of texts.
  • Translate a list of texts, each with it's own translation options

Here's input example in JSON:

{
"text":"I want to translate this text",
"textList":["I want to translate a single text or a list of texts"],
"sourceLanguage":"en",
"targetLanguage":"es",
"translationsList":[
{
"text":"I want to translate a single text or a list of texts, each with it's own translation options",
"sourceLanguage":"en",
"targetLanguage":"fr"
}
]
}

For the full list of optional parameters, their default values, and how to set the values of your own, see the Input Schema tab.

Google Translator data output

The output for the translation is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

Output example

{
"originalText":"I want to translate this text",
"sourceLanguage":"English",
"targetLanguage":"Spanish",
"translatedText":"Quiero traducir este texto a",
"autoDetected":false
}

Limitations

  • Each input text must have a maximum length of 5000 characters.

Integrations and Google Translator

Last but not least, Google Translator can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Google Translator successfully finishes a run.

Using Google Translator with the Apify API

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the Apify API reference docs for full details or click on the API tab for code examples.

You might also like

Google Translate β€” Free Unlimited Text Translation

maged120/google-translate-scraper

Translate text between any of 100+ languages using Google Translate. Batch translate multiple texts in one run without an API key, Google Cloud account, or billing.

Google Translate Scraper Pro

hello.datawizards/google-translate-scraper-pro

Google Translate Scraper Pro lets you bulk-translate text using Google Translate. Simply provide source and target languages along with text input, and get clean JSON output with original and translated text. Ideal for localization, automation, or NLP workflows.

Google Dataset Items Translator

web.harvester/google-dataset-items-translator

Translate any dataset field(s) to any of the supported languages using the Google Translate website, it goes through all the items in the dataset and translates all of the selected fields

20

Reverso Translator

web.harvester/reverso-translator

Translate any text to any of the supported languages using reverso.net

30

Google Cloud Translation

seemuapps/google-cloud-translation

Translate a list of texts into any target language using the Google Cloud Translation API. Bulk-translate scraped content, product descriptions, reviews, or support tickets at scale.

Bing Microsoft Translator

canadesk/bing-microsoft-translator

Translate text with Bing Translator. It's fast and costs little.

πŸ‘ User avatar

Canadesk Support

88

Google Live Translate

olican/google-live-translate

Apify Actor & MCP Server for real-time translation, transcription, and language detection using Google Gemini 3.5 Live Translate with emotional voice preservation.