Google Translation AI API
Pricing
$1.00 / 1,000 google translate queries
Google Translation AI API
Lightning-fast Google translation supporting text, HTML, batch arrays, and direct JSON object translation.
🌐 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
| Field | Type | Description | Prefill Example |
|---|---|---|---|
| Text to Translate | string | Provide the string of text or HTML you want to translate. | Hello world! |
| Target Language Code | string | ISO 639-1 language code to translate into. | es |
| Source Language Code | string | Source 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.001per event). - Pay as You Go: If a translation fails, no billing charges occur.