# Company Registry Data for Monzo Bank Limited

**Use case:** 

Retrieve the legal status and details of Monzo Bank Limited from official registries. Get insights like jurisdiction, registered address, and LEI.

## Input

```json
{
  "companies": [
    "Monzo Bank Limited"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "text"
  },
  "legalName": {
    "label": "Legal name",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "lei": {
    "label": "LEI",
    "format": "text"
  },
  "matchConfidence": {
    "label": "Match confidence",
    "format": "number"
  },
  "matchBasis": {
    "label": "Matched on",
    "format": "text"
  },
  "candidates": {
    "label": "Other candidates",
    "format": "array"
  },
  "registeredAddress": {
    "label": "Registered address",
    "format": "text"
  },
  "directors": {
    "label": "Directors (UK)",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Registry Enricher](https://apify.com/zinin/company-registry-enricher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/company-registry-enricher) to learn more, explore other use cases, and run it yourself.