# Zalando and BioNTech Handelsregister extracts, officers

**Use case:** 

Official German register records for two sample companies: HRB number, court, status, address, capital and current officers. Swap in your own list.

## Input

```json
{
  "companies": [
    "Zalando SE",
    "BioNTech SE, HRB 48720, Mainz"
  ],
  "maxMatchesPerCompany": 1,
  "includeDeleted": false,
  "pushNotFoundRecords": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "registerNumber": {
    "label": "Register number",
    "format": "string"
  },
  "registerCourt": {
    "label": "Register court",
    "format": "string"
  },
  "status": {
    "label": "Register status",
    "format": "string"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "string"
  },
  "seat": {
    "label": "Registered seat (Sitz)",
    "format": "string"
  },
  "foundingDate": {
    "label": "First registration date",
    "format": "string"
  },
  "lastRegisterEntryDate": {
    "label": "Last register entry date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [German Company KYC 🇩🇪: Handelsregister, HRB, Officers](https://apify.com/tagadanar/german-company-kyc) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/german-company-kyc) to learn more, explore other use cases, and run it yourself.