Fashion Beauty
Zalando Germany logo

Zalando Germany API

en.zalando.de

German fashion marketplace - clothing, shoes, accessories, categories, and product details.

Actions
5
Category
Fashion Beauty
Login
Not required
Output
JSON

Call the Zalando Germany API

Submit a task, then poll the job until it settles. This example runs act_zalando_de_filtered_category_listing_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_zalando_de_filtered_category_listing_ssr",
    "params": {
      "category_slug": "shoes",
      "brand_slug": "vans"
    }
  }'

5 actions on en.zalando.de

Read

  • Filtered Category Listing

    act_zalando_de_filtered_category_listing_ssrread1 credit / call

    Returns products in a category filtered by brand and search term.

    category_slug
    string · required
    brand_slug
    string · required
    search_query
    string
  • Homepage

    act_zalando_de_homepage_ssrread1 credit / call

    Returns homepage top categories and featured collections with links.

  • Product Details

    act_zalando_de_product_detail_ssrread1 credit / call

    Returns a product's title, price, variants, and images by slug.

    product_slug
    string · required

Write

Write actions change state on en.zalando.de and run as the account you connect.

  • Search Autocomplete

    act_zalando_de_search_autocompletewrite2 credits / call

    Returns search suggestions for a keyword with matching query terms.

    search_query
    string · required
    category_uri
    string · required
  • Search Listing

    act_zalando_de_search_listingwrite2 credits / call

    Returns matching products with titles, prices, and brands for a keyword search.

    collection_id
    string · required
    search_query
    string · required
    category_uri
    string · required
    brand_code
    string

Zalando Germany API questions

Is there an API for Zalando Germany?
Zalando Germany does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for en.zalando.de. 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 Zalando Germany 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 en.zalando.de changes its markup, Anakin updates the action.
Do I need a Zalando Germany account?
No. Every Zalando Germany action listed here runs anonymously — no account and no credentials required.
What does the Zalando Germany 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 Fashion Beauty APIs

All Fashion Beauty sites