---
title: "Translate a whole website into German"
slug: "translate-website-into-german"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/translate-website-into-german"
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-website-into-german?fpr=youssef&fp_sid=abe_ex_translate-website-into-german"
price: "$0.002"
price_unit: "per translated item"
---

# Translate a whole 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.

**Run it:** [Translate a whole website into German on Apify](https://apify.com/fayoussef/bulk-ai-translator/examples/translate-website-into-german?fpr=youssef&fp_sid=abe_ex_translate-website-into-german)  
**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": "website",
  "startUrls": [
    "https://books.toscrape.com"
  ],
  "targetLanguages": [
    "de"
  ],
  "maxPages": 25,
  "followLinks": true
}
```

## 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 product catalog into 5 languages](https://automationbyexperts.com/apify/examples/translate-product-catalog-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.

---

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