Google Translate Scraper
by maged120
An automated Google Translate scraper with no rate limits. It's fast, supports auto-language detection, and is perfect for bulk translation tasks.
Opens on Apify.com
About Google Translate Scraper
Need to translate a bunch of text and Google Translate is your go-to? This scraper is basically your automated bridge to it. I've used it to process lists of product descriptions and user comments, and it just works. You feed it text, and it returns clean translations. The best part? There's no built-in rate limit, so you can batch large volumes without the tool slowing you down. It handles a massive list of languages and will smartly detect the source language for you if you don't specify one—a real time-saver. A quick pro tip: make sure you're using version 1.1. They optimized the underlying code, and in my tests, it's significantly faster than previous versions. It's perfect for developers or researchers who need to integrate translation into a data pipeline, localize content in bulk, or analyze multilingual datasets without manual copy-pasting.
What does this actor do?
Google Translate Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Google Translate Scraper Actor
This Apify Actor translates multiple text items in a batch using the googletrans library. It can automatically detect the source language and processes items efficiently by grouping language pairs.
Key Features
- Batch Translation: Translates an array of text items in a single request.
- Auto-Detection: Automatically detects the source language if
source_langis not specified. - Bulk Processing: Groups translations by language pair for better performance.
- Wide Language Support: Supports a broad range of languages (see source code for full list of language codes).
How to Use
Provide input to the actor as a JSON object. The actor will return a corresponding JSON array with the translation results.
Input Schema
The input must be a JSON object with a batch_items array. Each item in the array is an object with the following properties:
text: (Required) The text string to translate.source_lang: (Optional) The source language code (e.g., 'en', 'fr'). Defaults to'auto'for automatic detection.target_lang: (Required) The target language code (e.g., 'es', 'de').
Example Input
{
"batch_items": [
{
"text": "hello everyone",
"source_lang": "en",
"target_lang": "es"
},
{
"text": "bonjour tout le monde",
"source_lang": "fr",
"target_lang": "en"
}
]
}
Output Schema
The output is an array of JSON objects, one for each input item. Each object contains:
item_index: The original position of the item in the input array.original_text: The input text provided for translation.translated_text: The resulting translated text.source_language: The detected or specified source language code.target_language: The target language code.success: A boolean indicating if the translation succeeded.
Example Output
{
"item_index": 0,
"original_text": "hello everyone",
"translated_text": "hola a todos",
"source_language": "en",
"target_language": "es",
"success": true
}
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Google Translate Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- maged120
- Pricing
- Paid
- Total Runs
- 339
- Active Users
- 12
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support