# KYC Company Check

**Use case:** 

Run a KYC and due-diligence check on a company: officers, ownership and sanctions health signals plus a risk and resolution score per entity. No API key.

## Input

```json
{
  "query": "Revolut",
  "countryCode": "gb",
  "status": "",
  "lookupType": "auto",
  "fallbackMode": "auto",
  "outputProfile": "intelligence",
  "includeOfficers": true,
  "maxResults": 10
}
```

## 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.