Yandex Translator and Dictionary API AI avatar

Yandex Translator and Dictionary API AI

Pricing

from $0.20 / 1,000 translations

Go to Apify Store
Yandex Translator and Dictionary API AI

Yandex Translator and Dictionary API AI

Ultra-fast translation, batch processing, HTML preservation, and rich bilingual dictionary definitions powered by the Yandex NLP Engine.

Pricing

from $0.20 / 1,000 translations

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

Categories

Share

Fast, reliable, and powerful translation, batch processing, HTML structure preservation, and rich bilingual dictionary definitions powered by the Yandex NLP Engine.


Features

  • Text Translation (/translate): Auto-detects input language and converts to your target language instantly.
  • Batch Translation (/translate/batch): Translates up to 5 strings concurrently using highly optimized worker pipelines.
  • HTML Translation (/translate/html): Translates the textual content of standard HTML blocks while preserving original tags and attributes (<b>, <p>, <a>, etc.) intact.
  • JSON i18n Translation (/translate/json): Localize internationalization JSON objects by translating string values while perfectly preserving their root structure and keys.
  • Language Detection (/detect): Standalone language identification using advanced NLP confidence models.
  • Dictionary Lookups (/dictionary): Provides extensive grammatical data, parts of speech, synonyms, and antonyms.
  • Context Corpus (/corpus): Retrieves realistic usage examples and translation examples from bilingual text corpora.

Input Parameters

The Actor takes the following configuration parameters:

FieldTypeDescription
endpointstring (select)Required. The operation mode: /translate, /translate/batch, /translate/html, /translate/json, /detect, /dictionary, /corpus.
textstringSource text or lookup term (Used for standard text, HTML, single detection, or dictionary lookups).
textsarrayArray of strings (Max 5) to translate in batch mode.
json_dataobjectJSON mapping dictionary to localize in translation mode.
target_langstringTarget language code (e.g. es, fr, ar, ru). Default is es.

Output Formats

All results are saved to both the Default Key-Value Store (OUTPUT) and the Default Dataset (enabling visual tables and seamless CSV/Excel/JSON exports).

Standard Text Translation Output Example:

{
"success": true,
"source_lang": "en",
"target_lang": "es",
"translation": "Hola Mundo",
"engine": "yandex"
}

Monetization & Event Pricing

This Actor is configured for Pay-Per-Event (PPE) charging models. Check the Publication & Pricing tab in the Apify Store for current rates:

  1. Per Dataset Record: Automatic charging per translation output item written to your run dataset.
  2. Per API Event: Custom charging rules managed securely via Apify's monetization platform.