VOOZH about

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

⇱ Translation API - Translate Text to 100+ Languages API Β· 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

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.

You can access the Translation programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/vivid_astronaut~translation/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Translation API - Translate Text to 100+ Languages API

Below, you can find a list of relevant HTTP API endpoints for calling the Translation Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/vivid_astronaut~translation/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/vivid_astronaut~translation/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/vivid_astronaut~translation?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Translation API programmatically via the Apify API.

You can choose from:

Translation API in Python

Translation API in JavaScript

Translation API through CLI

Translation OpenAPI definition

You can start Translation with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Translation is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Translation run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.