VOOZH about

URL: https://apify.com/seemuapps/google-cloud-translation

⇱ Google Cloud Translation Β· Apify


Pricing

from $5.00 / 1,000 characters translated (per 100)s

Go to Apify Store

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.

Pricing

from $5.00 / 1,000 characters translated (per 100)s

Rating

0.0

(0)

Developer

πŸ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

8 days ago

Last modified

Share

Bulk-translate any list of text into 130+ languages using Google's Cloud Translation API β€” no glue code, no auth headaches, just paste, run, and export.

What you get

  • One translation per input string β€” order preserved, indexed for easy joins
  • Auto-detect source language by default, or lock it in with an ISO 639-1 code
  • HTML-safe mode that preserves tags and entities during translation
  • Smart batching β€” up to 100 strings and 25,000 characters per API request, so 10,000 short rows go through in seconds
  • Per-row error tolerance β€” a failed batch logs an error on each row in that batch and the run keeps going
  • Character-level metering so you can see exactly what each row cost

Use cases

  • Localise scraped product descriptions for multi-region ecommerce stores
  • Translate support tickets and reviews before piping them into sentiment analysis or LLM summarisation
  • Multilingual content pipelines β€” push blog posts, FAQs, or marketing copy through one actor, get N language variants back
  • Ecommerce product translation β€” bulk-localise titles, descriptions, and attribute values across catalogues
  • Translate scraped reviews/comments from any platform (Trustpilot, Amazon, Google Maps, TikTok) into one working language for analysis

How to use

  1. Paste your strings into the Texts field β€” one per entry
  2. Set Target Language (ISO 639-1 code, e.g. es, fr, de, ja, zh-CN)
  3. Optionally set Source Language β€” leave empty to auto-detect per row
  4. Choose Format: text (default) or html if your strings contain markup
  5. Run the actor β€” results land in the Dataset tab, one row per input string

Full list of supported language codes: https://cloud.google.com/translate/docs/languages

Output format

Each dataset record:

{
"index":1,
"originalText":"Hello, world",
"translatedText":"Hola, mundo",
"detectedSourceLanguage":"en",
"targetLanguage":"es",
"characterCount":12,
"status":"success",
"error":null
}
  • index is 1-based and matches the order of your input
  • detectedSourceLanguage is populated when source was auto-detected; null if you passed an explicit source
  • characterCount is the length of the original input string β€” used for pricing visibility
  • On failure, status is "error", translatedText is null, and error contains the reason β€” the run continues with the remaining rows

Pricing & credits

This actor is pay-per-event β€” you only pay for what you translate.

  • Actor start β€” a small flat fee per run
  • Characters translated β€” billed in 100-character units, rounded up per successfully translated row. A 12-character string costs 1 unit; a 250-character string costs 3 units.
  • Failed rows are not charged.

See the actor's pricing tab in the Apify Console for current rates.

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 Translator

web.harvester/google-translator

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

319

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 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 Translation AI API

dev00/google-translator-ai-api

Lightning-fast Google translation supporting text, HTML, batch arrays, and direct JSON object translation.

dev00

2

DeepL Translate Scraper - Low-costπŸ’²πŸ”₯πŸŒπŸ”€

delectable_incubator/deepl-translate-scraper-low-cost

Scrape DeepL translation results πŸŒπŸ”Ž with a powerful language data scraper. Extract original text, translated text, language pairs, timestamps, and translation metadata. Ideal for multilingual research, language learning, localization analysis, NLP projects, and structured translation datasets πŸ“ŠπŸš€