VOOZH about

URL: https://apify.com/maged120/google-translate-scraper

⇱ Google Translate Scraper β€” Free Unlimited Translation Β· Apify


πŸ‘ Google Translate β€” Free Unlimited Text Translation avatar

Google Translate β€” Free Unlimited Text Translation

Pricing

from $10.00 / 1,000 results

Go to Apify Store

Google Translate β€” Free Unlimited Text Translation

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.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

154

Total users

8

Monthly active users

a month ago

Last modified

Share

Google Translate Apify Actor

This Apify Actor translates batches of text using Google Translate via the googletrans library. It supports a wide range of languages and can automatically detect the source language if not specified.

Features

  • Batch Translate Text: Translate multiple texts from one language to another in a single request.
  • Auto Language Detection: Automatically detect the source language if not specified.
  • Efficient Bulk Processing: Groups translations by language pairs for optimal performance.

Supported Languages

This actor supports a wide range of languages. See the source code for the full list of supported language codes.

Input Schema

The input for this actor should be a JSON object with a single property:

  • batch_items: An array of translation items. Each item should be an object with:
    • text: The text to be translated (required)
    • source_lang: The source language code (optional, default: 'auto')
    • target_lang: The target language code (required)

Example Input

{
"batch_items":[
{"text":"hello everyone","source_lang":"en","target_lang":"es"},
{"text":"bonjour tout le monde","source_lang":"fr","target_lang":"en"}
]
}

Output Schema

Each output item will be a JSON object with the following properties:

  • item_index: The index of the item in the input batch
  • original_text: The original text provided for translation
  • translated_text: The translated text
  • source_language: The detected or specified source language code
  • target_language: The target language code
  • success: Whether the translation was successful

Example Output

{
"item_index":0,
"original_text":"hello everyone",
"translated_text":"hola a todos",
"source_language":"en",
"target_language":"es",
"success":true
}

You might also like

Google Translator

web.harvester/google-translator

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

338

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

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.

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

Google Free Text to Speech

jupri/google-speech

Use free Google Text to Speech to translate text into voice