# Export Active German Companies from the LEI Registry

**Use case:** 

Export every active German legal entity holding an LEI: legal name, HRB number, legal form, addresses and renewal dates. CSV, JSON, Excel.

## Input

```json
{
  "mode": "registry",
  "countries": "DE",
  "entityStatus": "ACTIVE",
  "registrationStatus": "ISSUED",
  "entityCategory": "",
  "searchQuery": "deutsche bank",
  "leiCodes": "5493001KJTIIGC8Y1R12, 254900OPPU84GM83MG36",
  "parentLeiCodes": "5493001KJTIIGC8Y1R12",
  "maxResults": 5000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "lei": {
    "label": "LEI",
    "format": "string"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "otherNames": {
    "label": "Other names",
    "format": "string"
  },
  "entityCategory": {
    "label": "Category",
    "format": "string"
  },
  "entityStatus": {
    "label": "Entity status",
    "format": "string"
  },
  "legalFormCode": {
    "label": "Legal form code",
    "format": "string"
  },
  "legalFormName": {
    "label": "Legal form",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "registeredAs": {
    "label": "National reg. number",
    "format": "string"
  },
  "registeredAtId": {
    "label": "Registry ID",
    "format": "string"
  },
  "legalAddress": {
    "label": "Legal address",
    "format": "string"
  },
  "legalCity": {
    "label": "Legal city",
    "format": "string"
  },
  "legalRegion": {
    "label": "Legal region",
    "format": "string"
  },
  "legalCountry": {
    "label": "Legal country",
    "format": "string"
  },
  "legalPostalCode": {
    "label": "Legal postcode",
    "format": "string"
  },
  "hqAddress": {
    "label": "HQ address",
    "format": "string"
  },
  "hqCity": {
    "label": "HQ city",
    "format": "string"
  },
  "hqRegion": {
    "label": "HQ region",
    "format": "string"
  },
  "hqCountry": {
    "label": "HQ country",
    "format": "string"
  },
  "hqPostalCode": {
    "label": "HQ postcode",
    "format": "string"
  },
  "hqDiffersFromLegal": {
    "label": "HQ differs",
    "format": "boolean"
  },
  "registrationStatus": {
    "label": "LEI status",
    "format": "string"
  },
  "initialRegistrationDate": {
    "label": "First registered",
    "format": "string"
  },
  "lastUpdateDate": {
    "label": "Last updated",
    "format": "string"
  },
  "nextRenewalDate": {
    "label": "Renewal due",
    "format": "string"
  },
  "isLapsed": {
    "label": "Lapsed",
    "format": "boolean"
  },
  "managingLou": {
    "label": "Managing LOU",
    "format": "string"
  },
  "validationSources": {
    "label": "Validation level",
    "format": "string"
  },
  "validationAuthorityId": {
    "label": "Validation authority",
    "format": "string"
  },
  "creationDate": {
    "label": "Entity created",
    "format": "string"
  },
  "successorLei": {
    "label": "Successor LEI",
    "format": "string"
  },
  "spglobal": {
    "label": "S&P company IDs",
    "format": "string"
  },
  "conformityFlag": {
    "label": "Conformity",
    "format": "string"
  },
  "relatedLei": {
    "label": "Related LEI (queried)",
    "format": "string"
  },
  "url": {
    "label": "GLEIF record URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LEI Scraper — GLEIF Legal Entity & Company Registry Data](https://apify.com/logiover/gleif-lei-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/gleif-lei-company-registry-scraper) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/logiover/gleif-lei-company-registry-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
