# UK Company Directors and Owners Data Lookup

**Use case:** 

Retrieve detailed information on UK company directors, beneficial owners, and firmographics. Access data for over 5 million companies.

## Input

```json
{
  "api_key": "",
  "companyNumbers": [
    "02050399"
  ],
  "companyNames": [],
  "sicCode": "",
  "statusFilter": "",
  "maxResults": 100,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "company_number": {
    "label": "Number",
    "format": "text"
  },
  "company_status": {
    "label": "Status",
    "format": "text"
  },
  "company_status_detail": {
    "label": "Status Detail",
    "format": "text"
  },
  "accounts_type": {
    "label": "Accounts Type",
    "format": "text"
  },
  "sic_codes": {
    "label": "SIC",
    "format": "text"
  },
  "officers_count": {
    "label": "Officers",
    "format": "number"
  },
  "psc_count": {
    "label": "PSC",
    "format": "number"
  },
  "charges_count": {
    "label": "Charges",
    "format": "number"
  },
  "charges_outstanding": {
    "label": "Charges Open",
    "format": "number"
  },
  "previous_names_count": {
    "label": "Prev Names",
    "format": "number"
  },
  "registered_address": {
    "label": "Address",
    "format": "text"
  },
  "source_url": {
    "label": "CH",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Company Data — Directors, Owners & Firmographics](https://apify.com/foxlabs/uk-company-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/uk-company-data) to learn more, explore other use cases, and run it yourself.