---
title: "Translate a product catalog into 5 languages"
slug: "translate-product-catalog-5-languages"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/translate-product-catalog-5-languages"
actor: "Bulk AI Translator: Website, Files & Datasets (No API Key)"
actor_url: "https://automationbyexperts.com/apify/bulk-ai-translator"
apify_url: "https://apify.com/fayoussef/bulk-ai-translator/examples/translate-product-catalog-5-languages?fpr=youssef&fp_sid=abe_ex_translate-product-catalog-5-languages"
price: "$0.002"
price_unit: "per translated item"
---

# Translate a product catalog into 5 languages

Translates a list of product strings into German, French, Spanish, Italian and Dutch in marketing tone, keeping brand names in the glossary untouched and preserving placeholders and HTML. One run, five localised catalogs, billed per string with no DeepL or OpenAI key.

**Run it:** [Translate a product catalog into 5 languages on Apify](https://apify.com/fayoussef/bulk-ai-translator/examples/translate-product-catalog-5-languages?fpr=youssef&fp_sid=abe_ex_translate-product-catalog-5-languages)  
**Actor:** [Bulk AI Translator: Website, Files & Datasets (No API Key)](https://automationbyexperts.com/apify/bulk-ai-translator)  
**Pricing:** $0.002 per translated item

## The input this task runs with

```json
{
  "mode": "text",
  "targetLanguages": [
    "de",
    "fr",
    "es",
    "it",
    "nl"
  ],
  "texts": [
    "EcoBrew insulated travel mug, 450 ml, keeps drinks hot for 8 hours.",
    "Leak proof lid with one handed open. Dishwasher safe.",
    "Free shipping on orders over 50 EUR. 30 day returns."
  ],
  "glossary": [
    "EcoBrew"
  ],
  "tone": "marketing"
}
```

## What every run returns

- `Source text / field`
- `Translated text`
- `Source & target language`
- `Brand terms preserved`
- `HTML tags & placeholders preserved`
- `File / row reference`
- `Changed-since-last-run flag`
- `Characters processed`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Bulk AI Translator: Website, Files & Datasets (No API Key) tasks

- [Translate a whole website into German](https://automationbyexperts.com/apify/examples/translate-website-into-german): Crawls up to 25 pages of a site, staying on the same domain, and returns the German translation of every text block with its source URL and original text side by side, tags and links intact. The quickest way to get a localisation draft of a marketing site or docs section.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
