Auto-translate Blog Articles with Google Translate and Airtable Storage - n8n Workflow | Neura Market
Auto-translate Blog Articles with Google Translate and Airtable Storage
## How it works
- Fetches a blog post HTML from your blog URL using an HTTP request node
- Extracts readable content using Cheerio (code node)
- Saves the raw blog text to Airtable
- Translates the content to a language of your choice using Google Translate
- Updates the same Airtable record with the translated version in a different column
## Set up steps
- **Estimated setup time:** 15-20 minutes (includes connecting Airtable and Google Translate credentials)
- You'll need an Airtable base with `HTML` and `TRANSLATED` fields
- Or use this pre-made base: [Airtable Template](https://airtable.com/appP62U5MtSww1eeP/shrXwvYdN7EXPvsp)
- Simply add your blog post URL inside the **HTTP Request** node
Platform
n8n
Category
AI
Price
Free
Creator
Abrar Sami
code
airtable
stickyNote
httpRequest
manualTrigger
googleTranslate
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.