This Google Translation Scraper Actor automates extracting translations for any input text from Google Translate. Built with Node.js and Puppeteer, it efficiently retrieves translations in multiple languages, providing structured data for use in language apps, research, or educational projects.
This Apify actor utilizes Google Translate to translate text between various languages. It's useful for scraping translations, automating multilingual content, and integrating translation capabilities into your workflows.
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
sourceText | String | The text you want to translate. |
target | String | The target language or language code (e.g., en for English, es for Spanish, fr for French). |
source | String | The source language or language code (e.g., en for English, es for Spanish, fr for French). |
1{ 2 "sourceText": "How are you", 3 "source": "en" 4 "target": "spanish", 5}
The output is a JSON object containing the original text, the translated text, the source language, and other relevant data.
1[{ 2 "source": { 3 "language": "english", 4 "iso-code": "en", 5 "text": "How are you" 6 }, 7 "target": { 8 "language": "spanish", 9 "iso-code": "es", 10 "text": [ 11 "Cómo estás" 12 ] 13 } 14}]
#Usage
Ensure the target and source provided is a valid language or language code (e.g., fr for French, de for German, en for English, es for Spanish).
This actor supports all the languages available in Google Translate
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!