VOOZH about

URL: https://apify.com/vivid_astronaut/translation

⇱ Translation API - Translate Text to 100+ Languages Β· Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Translate text between languages using AI. Support for 100+ languages with automatic detection. Perfect for content localization, multilingual apps, and international communication.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

4 months ago

Last modified

Share

Translation API

AI-powered text translation supporting 100+ languages. Automatic language detection and high-quality neural translations.

Features

  • Fast Processing: Lightning-fast translation api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Content Generation: Automate content creation workflows
  • Data Analysis: Extract insights from unstructured data
  • Automation: Integrate AI capabilities into your apps

Input Parameters

ParameterTypeRequiredDescription
textstringNoThe text you want to translate
textsarrayNoList of texts for bulk translation
targetLanguagestringYesLanguage code to translate to (e.g., es, pt, fr, de, ja, zh)
sourceLanguagestringNoSource language code (leave empty for auto-detection)
detectLanguagebooleanNoOnly detect language without translating

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"text":"Hello, how are you?",
"texts":[
"Hello",
"Goodbye",
"Thank you"
],
"targetLanguage":"es",
"sourceLanguage":"en",
"detectLanguage":false
};
const run =await client.actor("vivid_astronaut/translation").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"text":"Hello, how are you?",
"texts":[
"Hello",
"Goodbye",
"Thank you"
],
"targetLanguage":"es",
"sourceLanguage":"en",
"detectLanguage": false
}
run = client.actor("vivid_astronaut/translation").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~translation/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"text": "Hello, how are you?",
"texts": [
"Hello",
"Goodbye",
"Thank you"
],
"targetLanguage": "es",
"sourceLanguage": "en",
"detectLanguage": false
}'

Pricing

Model: Pay per result Price: $0.020 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

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.

Multilingual Data Transformer

dz_omar/multilingual-data-transformer

Transform any JSON data into any language with AI-powered translation. Supports 16+ languages. Perfect for e-commerce, content localization, and data processing. Pay-per-word pricing. Features: ✨ Universal JSON support 🌍 16+ languages, French, German, Arabic, and more ⚑ Fast processing

πŸ‘ User avatar

FlowExtract API

6

5.0

Google Translator

web.harvester/google-translator

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

342

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 πŸ“ŠπŸš€

Multilingual Translation Agent

labrat011/multilingual-translation-agent

A Python translation utility agent that translates text between languages and returns translated text with per‑character billing metrics. Perfect for automation workflows, multi‑language pipelines, and agent‑to‑agent integrations.

MyMemory Translation Scraper

parseforge/mymemory-translation-scraper

Query MyMemory, the world's largest translation memory, with billions of human and machine translations. Translate text across 100+ languages with quality match scores, source attribution, and reference segments. Export to JSON, CSV, or Excel for localization and language research.

YouTube Transcript Scraper β€” 100+ Languages & Auto-Translation

celebrated-quadraphonic/youtube-transcript-scraper

Extract transcripts from YouTube videos. Batch URLs, channel mode, 100+ languages, auto-translation, SRT/WebVTT export. $2.00/1K β€” 60% cheaper than competitors.

πŸ‘ User avatar

XiaoZhi DataTools

2

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.