Translate any text to any of the supported languages using https://translate.google.com/
This Actor can translate any one or more texts (max 5000 chars each) using Google Translate website, you can:
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": "en", 5 "targetLanguage": "es", 6 "translationsList": [ 7 { 8 "text": "I want to translate a single text or a list of texts, each with it's own translation options", 9 "sourceLanguage": "en", 10 "targetLanguage": "fr" 11 } 12 ] 13}
For the full list of optional parameters, their default values, and how to set the values of your own, see the Input Schema tab.
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).
1{ 2 "originalText": "I want to translate this text", 3 "sourceLanguage": "English", 4 "targetLanguage": "Spanish", 5 "translatedText": "Quiero traducir este texto a", 6 "autoDetected": false 7}
Last but not least, Google 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 Google Translator successfully finishes a run.
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.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!