Reverso Translator avatar
Reverso Translator
Try for free

1 day trial then $4.00/month - No credit card required now

View all Actors
Reverso Translator

Reverso Translator

web.harvester/reverso-translator
Try for free

1 day trial then $4.00/month - No credit card required now

Translate any text to any of the supported languages using reverso.net

What does Reverso Translator do?

This scraper can translate any one or more texts (max 2000 chars each) using Reverso website, you can:

  • Translate a single.
  • Translate a list of texts.
  • Translate a list of texts, each with it's own translation options

Here's input example in JSON:

1{
2    "text": "I want to translate this text",
3    "textList": ["I want to translate a single text or a list of texts"],
4    "sourceLanguage": "eng",
5    "targetLanguage": "spa",
6    "sentenceSplitter": true,
7    "originalTextStats": true,
8    "translationsList": [
9        {
10            "text": "I want to translate a single text or a list of texts, each with it's own translation options",
11            "sourceLanguage": "eng",
12            "targetLanguage": "fra",
13            "sentenceSplitter": false,
14            "originalTextStats": true
15        }
16    ]
17}

For the full list of optional parameters, their default values, and how to set the values of your own, see the Input Schema tab.

Reverso Translator data output

The output for the translation is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

Output example

1{
2    "originalText": "I want to translate this text",
3    "sourceLanguage": "English",
4    "targetLanguage": "Spanish",
5    "translatedText": "Quiero traducir este texto a",
6    "originalTextStats": {
7        "textLength": 29,
8        "wordCount": 6,
9        "sentenceCount": 1,
10        "longestSentence": 29
11    }
12}

Limitations

  • Each input text must have a maximum length of 2000 characters.

Integrations and Reverso Translator

Last but not least, Reverso Translator can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, Zapier, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more. Or you can use webhooks to carry out an action whenever an event occurs, e.g. get a notification whenever Reverso Translator successfully finishes a run.

Using Reverso Translator with the Apify API

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the Apify API reference docs for full details or click on the API tab for code examples.

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 100.0% runs succeeded
  • days response time
  • Created in Dec 2022
  • Modified 4 months ago