# Company Registry Search

**Use case:** 

Search official company registries worldwide by name: registration number, jurisdiction, status, type, incorporation date and registered address. No API key.

## Input

```json
{
  "query": "Monzo",
  "countryCode": "gb",
  "status": "",
  "lookupType": "auto",
  "fallbackMode": "auto",
  "outputProfile": "standard",
  "includeOfficers": false,
  "maxResults": 15
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "companyNumber": {
    "label": "Company Number",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "companyType": {
    "label": "Company Type",
    "format": "string"
  },
  "incorporationDate": {
    "label": "Incorporation Date",
    "format": "string"
  },
  "registeredAddress": {
    "label": "Registered Address",
    "format": "string"
  },
  "opencorporatesUrl": {
    "label": "OpenCorporates URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Corporate Decision Intelligence: KYC, Compliance, Supplier Risk](https://apify.com/ryanclinton/opencorporates-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/opencorporates-search) to learn more, explore other use cases, and run it yourself.