Google Translate Scraper Pro avatar
Google Translate Scraper Pro

Pricing

$15.00/month + usage

Go to Store
Google Translate Scraper Pro

Google Translate Scraper Pro

Developed by

datawizards

datawizards

Maintained by Community

Google Translate Scraper Pro lets you bulk-translate text using Google Translate. Simply provide source and target languages along with text input, and get clean JSON output with original and translated text. Ideal for localization, automation, or NLP workflows.

0.0 (0)

Pricing

$15.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

3 days ago


๐ŸŒ Google Translate Scraper Pro

Easily translate text at scale using this Google Translate Scraper Pro Actor. Designed for fast and simple translation tasks, this Actor lets you scrape translation results directly from Google Translate โ€” ideal for multi-language apps, content localization, or NLP preprocessing pipelines.

It supports input in various source and target languages and returns clean, structured output for each text translated.

โš ๏ธ Note: Make sure to enable Apify Proxy to prevent any scraping limitations or blocks. The Actor uses the Apify proxy by default.


๐Ÿš€ How This Google Translate Scraper Pro Works

  • Rent the Google Translate Scraper Pro Actor and send an array of texts to translate.
  • Define the source_lang and target_lang language codes (e.g., "ko" for Korean, "en" for English).
  • Enable the Apify Proxy for smoother scraping.
  • Receive clean JSON output containing both original and translated text pairs.

๐Ÿงพ Input Configuration

Here is a sample input you can use:

{
"proxyConfiguration": {
"useApifyProxy": true
},
"source_lang": "ko",
"target_lang": "en",
"texts": [
"์•ˆ๋…•ํ•˜์„ธ์š” ์ €๋Š” ์Šคํฌ๋ž˜ํผ์ž…๋‹ˆ๋‹ค. ๋งŒ๋‚˜์„œ ๋ฐ˜๊ฐ‘์Šต๋‹ˆ๋‹ค."
]
}

Input Fields Explained:

FieldTypeDescription
proxyConfigurationobjectUse Apify Proxy to avoid blocking issues.
source_langstringThe language code of the input text (e.g., "ko" for Korean).
target_langstringThe language code you want to translate to (e.g., "en" for English).
textsstring[]An array of strings you want to translate.

๐Ÿ“ฆ Output Sample

Once the Actor runs, it returns an array of translation result objects like this:

[
{
"input_text": "์•ˆ๋…•ํ•˜์„ธ์š” ์ €๋Š” ์Šคํฌ๋ž˜ํผ์ž…๋‹ˆ๋‹ค. ๋งŒ๋‚˜์„œ ๋ฐ˜๊ฐ‘์Šต๋‹ˆ๋‹ค.",
"output_text": "hi i am scraper nice to meet you"
}
]

Output Fields:

FieldTypeDescription
input_textstringThe original text that was submitted.
output_textstringThe translated version of the input text.

๐Ÿ“Œ Use Cases

  • ๐Ÿ”„ Multi-language web automation
  • ๐ŸŒ Website or app localization
  • ๐Ÿ“Š Text preprocessing for NLP and AI
  • ๐Ÿ“š Bulk content translation for documents or messages
  • ๐Ÿ› ๏ธ Automation workflows that require instant translation

๐Ÿ“ž Support

For custom solutions, simplified outputs, or bug reporting, feel free to contact:

๐Ÿ“ง hello.datawizard@gmail.com ๐Ÿ”— Connect on LinkedIn

๐Ÿ’ก Tip: When contacting support, please include the subject โ€œGoogle Translate Scraper Pro Support Requestโ€ for faster assistance.