VOOZH about

URL: https://apify.com/labrat011/multilingual-translation-agent/input-schema

⇱ Input Β· Multilingual Translation Agent Β· Apify


Pricing

from $0.01 / 1,000 translation results

Go to Apify Store

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.

Pricing

from $0.01 / 1,000 translation results

Rating

0.0

(0)

Developer

πŸ‘ mick_

mick_

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 months ago

Last modified

Share

You might also like

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

Zillow Agent Data Scraper (Agent Listings, Reviews & Details)

coder_zoro/zillow-agent-data-scraper-agent-listings-reviews-details

Scrape complete Zillow agent data effortlessly. Get agent details, active/rental/sold listings, reviews, and search results with one API call. Ideal for real estate analytics, lead generation, and agent performance tracking.

Rightmove Agent Phone Number Scraper πŸ“žπŸ 

contactminerlabs/rightmove-agent-phone-number-scraper

Need estate agent phone numbers across the UK? πŸ” The Rightmove Real Estate Agent Phone Number Scraper πŸ“ž helps you gather agent contact details by city or region, including agent names, phone numbers, agent types, and profile links Fast, well-structured, and ready for analysis 🚫 No proxy required

πŸ‘ User avatar

ContactMinerLabs

5

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

Zillow Agent Inventory Scraper

propertyapi/zillow-agent-inventory-scraper

Gain visibility into any real estate agent's current portfolio with the Zillow Agent Inventory Scraper. This utility actor enables you to programmatically fetch all active property listings associated with a specific agent's profile

43

5.0

Realtor Scraper (Agent Details)

coder_luffy/realtor-scraper-agent-details

Realtor Scraper (Agent Details) extracts verified real estate agent data, including names, contact info, agencies, and active listings. Ideal for building agent databases, lead generation, and real estate market analysis.

Finance Monitoring Agent

jakub.kopecky/finance-monitoring-agent

The Finance Monitoring AI Agent πŸ“ŠπŸ’Ή analyzes specific tickers, gathering, and processing data to generate insightful reports πŸ“ˆπŸ“‰. Designed for investors and analysts, this agent provides detailed performance analysis and trends. The agent is built using LangGraph and Python.

πŸ‘ User avatar

Jakub KopeckΓ½

88

Related articles

Best low-code and no-code AI agent builders in 2025
Read more
11 AI agent use cases (on Apify)
Read more

Text to Translate

text

Required

The text you want translated. Maximum 10,000 characters (2,000 for LibreTranslate's managed service).

Type:string

Target Language

target_language

Required

ISO 639-1 code of the language to translate TO (e.g., es for Spanish, fr for French, de for German, ja for Japanese, zh for Chinese, ar for Arabic, ko for Korean).

Type:string
Default:es

Source Language (Optional)

source_language

Optional

ISO 639-1 code of the source language. Leave blank for auto-detection.

Type:string | null

Translation Provider

provider

Optional

Which translation backend to use. All providers require an API key.

Type:string
Default:libretranslate
Options:
libretranslateopenaianthropicgemini

API Key

api_key

Optional

API key for the selected provider. Required for all providers. For LibreTranslate, sign up at libretranslate.com to get an API key.

Type:string | null

Model (Optional)

model

Optional

Model to use for LLM providers. Defaults: OpenAI = gpt-4o-mini, Anthropic = claude-3-5-haiku-latest, Gemini = gemini-2.0-flash. Ignored for LibreTranslate.

Type:string | null

Custom Endpoint (Optional)

endpoint

Optional

Custom API endpoint URL. For LibreTranslate: your self-hosted instance URL. For OpenAI: Azure OpenAI or OpenRouter-compatible endpoint. Leave blank for default endpoints.

Type:string | null

Temperature (Optional)

temperature

Optional

Controls randomness for LLM providers (0 = deterministic, 1 = creative). Default: 0. Ignored for LibreTranslate.

Type:number
Minimum:0
Maximum:1
Default:0

Max Retries

maxRetries

Optional

Maximum number of retry attempts on transient failures.

Type:integer
Minimum:1
Maximum:10
Default:3

Timeout (seconds)

timeoutSecs

Optional

HTTP request timeout in seconds.

Type:integer
Minimum:5
Maximum:120
Default:30

Test Mode

testMode

Optional

Returns a mock response without calling any translation API. Used for integration testing. Disable and provide an API key for real translations.

Type:boolean
Default:true