VOOZH about

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

⇱ Google Translate Scraper Β· Apify


Pricing

$0.20 / 1,000 translation results

Go to Apify Store

Google Translate Scraper

Translate text in bulk through Scrappa's Google Translate API. Batch multiple text items in one Apify run and export one dataset item per translation.

Pricing

$0.20 / 1,000 translation results

Rating

0.0

(0)

Developer

πŸ‘ Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Translate text between Google Translate languages and export one dataset item per translated text. This actor wraps Scrappa's /api/google-translate endpoint and keeps the translation work on Scrappa infrastructure.

What you get

  • Batch translation through items[] in one Apify run
  • Single-item compatibility with top-level text, source, and target
  • One dataset item per successful translation result
  • Clear per-item error rows when an individual translation fails but the batch can continue

Input

{
"items":[
{"text":"Good morning","source":"en","target":"de"},
{"text":"How are you?","source":"en","target":"es"}
]
}

For a single translation:

{
"text":"Good morning",
"source":"en",
"target":"de"
}

Output

Each dataset item represents one translation request:

{
"success":true,
"index":0,
"text":"Good morning",
"translated_text":"Guten Morgen",
"source":"en",
"target":"de",
"error":null,
"status_code":null
}

If an individual item fails after Scrappa retries, the actor writes an uncharged error row and continues with the rest of the batch:

{
"success":false,
"index":1,
"text":"How are you?",
"translated_text":null,
"source":"en",
"target":"es",
"error":"Translation service temporarily unavailable. Please retry.",
"status_code":503
}

Notes

The actor only accepts text, source, and target. Scrappa's admin-only append and html parameters are intentionally not exposed.

The dataset is the primary output channel. For compatibility, single-item runs also write that translation item to OUTPUT; batch runs write a compact summary to OUTPUT.

For higher-volume translation or direct API access, use Scrappa's Google Translate API at https://scrappa.co/api/google-translate.

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 Translator

web.harvester/google-translator

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

327

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

Lara Translate MCP Server

agentify/lara-translate-mcp-server

The Lara Translate MCP Server handles translation requests and manages multilingual processing for Lara Translate services.

Google Free Text to Speech

jupri/google-speech

Use free Google Text to Speech to translate text into voice