VOOZH about

URL: https://apify.com/dev00/yandex-translator-dictionary-api

โ‡ฑ Yandex Translator and Dictionary API AI ยท Apify


๐Ÿ‘ 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

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

a month 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.

You might also like

Yandex Maps Scraper

khadinakbar/yandex-maps-scraper

Scrape Yandex Maps businesses with contacts, ratings, hours and reviews.

Yandex Video Scraper

searchapi/yandex-video-scraper

Scrapes video search results from Yandex Videos (yandex.com/video). Extracts title, URL, thumbnail, duration, channel, views, publish date, description, and platform.

Yandex Video Scraper

codingfrontend/yandex-video-scraper

Scrapes video search results from Yandex Videos (yandex.com/video). Extracts title, URL, thumbnail, duration, channel, views, publish date, description, and platform.

๐Ÿ‘ User avatar

Coding Frontned

2

Yandex Search Scraper

searchapi/yandex-search-scraper

Scrapes organic web search results from Yandex (yandex.com). Extracts title, link, snippet, domain, displayed URL, date, favicon, site links, and more.

Yandex Search Scraper

codingfrontend/yandex-search-scraper

Scrapes organic web search results from Yandex (yandex.com). Extracts title, link, snippet, domain, displayed URL, date, favicon, site links, and more.

๐Ÿ‘ User avatar

Coding Frontned

2

Yandex Image Scraper

searchapi/yandex-image-scraper

Scrapes image search results from Yandex Images (yandex.com/images). Extracts image URL, thumbnail, source URL, domain, title, and dimensions.

Yandex Image Scraper

codingfrontend/yandex-image-scraper

Scrapes image search results from Yandex Images (yandex.com/images). Extracts image URL, thumbnail, source URL, domain, title, and dimensions.

๐Ÿ‘ User avatar

Coding Frontned

2

Yandex Scraper

ivanvs/yandex-scraper

Scrape search results from Yandex without any limits! Export your search result data into XML, JSON, CSV or Excel!

Free Dictionary Scraper

gio21/free-dictionary-scraper

Look up word definitions, phonetics, audio pronunciation, synonyms, antonyms, examples via the Free Dictionary API. No API key. Multi-language. For dictionaries, language learning, NLP datasets.

Related articles

Python dictionaries: a comprehensive guide for devs
Read more