Google Translation AI API avatar

Google Translation AI API

Pricing

$1.00 / 1,000 google translate queries

Go to Apify Store
Google Translation AI API

Google Translation AI API

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

Pricing

$1.00 / 1,000 google translate queries

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🌐 Ultimate Google Translation AI API

Lightning-fast neural machine translation supporting text, HTML, batch arrays, and direct JSON object translation — powered by edge computing.

This edge-optimized tool proxies translation requests to Google's translation Single RPC endpoint, bypasses authentication limits, detects source languages, records programmatic PPE charge units, and maps clean visual translations. Perfect for internationalization pipelines, chat channels, automated web localization, customer support flows, and global indexing tools.


🌟 Key Features

  • True Auto Language Detection: Submits smart checks to detect input source languages automatically.
  • Large String Chunk Splits: Automatically reconstructs long text sentences to protect meaning structure.
  • Zero Keys or Configurations: Fully managed edge gateway proxies connections automatically.
  • Interactive Visual Board: Reviews original and translated text side-by-side inside the Apify dashboard.
  • Pay-Per-Event PPE Monetization: Highly cost-efficient, paying only for successful translations.

🛠️ How It Works

This Actor routes translation requests to an edge-deployed gateway, processes character lengths, queries Google's translation endpoints, registers programmatic PPE charge counts, and outputs structured keys.


📥 Input Parameters

FieldTypeDescriptionPrefill Example
Text to TranslatestringProvide the string of text or HTML you want to translate.Hello world!
Target Language CodestringISO 639-1 language code to translate into.es
Source Language CodestringSource language of the input. Set to auto for auto-detection.auto

Input JSON Example

{
"text": "Hello world!",
"target": "es",
"source": "auto"
}

📤 Output Data Structure

Tabular datasets output clean rows mapping the account info:

Output JSON Example

{
"success": true,
"original_text": "Hello world!",
"translated_text": "¡Hola Mundo!",
"detected_source_language": "en",
"target_language": "es",
"confidence": 1.0
}

💳 Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $1.00 per 1,000 successful translations ($0.001 per event).
  • Pay as You Go: If a translation fails, no billing charges occur.