# Look up a company's LEI and registration data by name

**Use case:** 

Search the global GLEIF index by legal name and get LEI, jurisdiction, status and registration details — instant KYB enrichment.

## Input

```json
{
  "mode": "search",
  "name": "Deutsche Bank",
  "includeChildren": true,
  "maxChildren": 100,
  "maxCandidates": 10
}
```

## Output

```json
{
  "legal_name": {
    "label": "Legal name",
    "format": "string"
  },
  "lei": {
    "label": "LEI",
    "format": "string"
  },
  "relation_to_seed": {
    "label": "Relation to seed",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "entity_status": {
    "label": "Entity status",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "gleif_url": {
    "label": "GLEIF URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GLEIF LEI Lookup & Corporate Ownership Graph API (KYB)](https://apify.com/malonestar/gleif-ownership-graph) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/gleif-ownership-graph) to learn more, explore other use cases, and run it yourself.