Ai Tools
DeepL logo

DeepL API

deepl.com

DeepL translator - text translation, language pairs, features, and pricing.

Actions
9
Category
Ai Tools
Login
Not required
Output
JSON

Call the DeepL API

Submit a task, then poll the job until it settles. This example runs act_deepl_api_product_page_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_deepl_api_product_page_ssr",
    "params": {
      "locale": "en"
    }
  }'

9 actions on deepl.com

Read

  • API Product Page

    act_deepl_api_product_page_ssrread1 credit / call

    Returns the API product overview with features, description, and images.

    locale
    string · required
  • Pro Pricing Page

    act_deepl_pro_pricing_page_ssrread1 credit / call

    Returns Pro pricing page content with plan tiers and feature comparison.

    locale
    string · required
  • Translator Page

    act_deepl_translator_page_ssrread1 credit / call

    Returns the translator page content including supported languages and locale context.

    locale
    string · required
  • Write Feature Page

    act_deepl_write_feature_page_ssrread1 credit / call

    Returns the Write product page with features, highlights, and images.

    locale
    string · required
  • Write Security Feature Page

    act_deepl_write_security_feature_page_ssrread1 credit / call

    Returns the Write Pro security page with compliance and encryption details.

    locale
    string · required

Write

Write actions change state on deepl.com and run as the account you connect.

  • Pro Country Pricing List

    act_deepl_pro_country_pricing_listwrite2 credits / call

    Returns supported checkout countries with currency codes and available payment methods.

    locale
    string · required
  • Pro Pricing Add ons

    act_deepl_pro_pricing_addonswrite2 credits / call

    Returns Pro add-on prices and billing options for a specific country code.

    locale
    string · required
    country_code
    string · required
  • Pro Pricing Packages

    act_deepl_pro_pricing_packageswrite2 credits / call

    Returns Pro subscription package tiers, prices, and billing intervals for a specific country.

    locale
    string · required
    country_code
    string · required
  • Translation State Report

    act_deepl_translation_state_reportwrite2 credits / call

    Submits a source and target text pair and returns translation acknowledgement metadata.

    source_lang
    string · required
    target_lang
    string · required
    source_text
    string · required
    target_text
    string · required
    browser_session
    string · required
    user_country
    string

DeepL API questions

Is there an API for DeepL?
DeepL does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for deepl.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape DeepL data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when deepl.com changes its markup, Anakin updates the action.
Do I need a DeepL account?
No. Every DeepL action listed here runs anonymously — no account and no credentials required.
What does the DeepL API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites