# Find UK Companies Connected by Shared Directors

**Use case:** 

Discover companies linked to any UK company through shared directors, with a Neo4j/Gephi-ready graph export. For AML, due diligence, investigations.

## Input

```json
{
  "mode": "investigate",
  "query": "09446231",
  "advancedSearch": {
    "companyNameIncludes": "construction",
    "companyStatus": "active",
    "incorporatedFrom": "2025-01-01"
  },
  "apiKey": "***",
  "companyStatus": "",
  "maxResults": 25,
  "minimumRiskDelta": 0
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "companyNumber": {
    "label": "Company Number",
    "format": "string"
  },
  "pscSummary": {
    "label": "PSC / Beneficial Ownership Summary",
    "format": "object"
  },
  "chargesSummary": {
    "label": "Charges Summary",
    "format": "object"
  },
  "activeOfficerCount": {
    "label": "Active Officers",
    "format": "number"
  },
  "officerNetworkSummary": {
    "label": "Officer Network Summary",
    "format": "object"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "riskLevel": {
    "label": "Risk Level",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Companies House Search](https://apify.com/ryanclinton/uk-companies-house) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/uk-companies-house) to learn more, explore other use cases, and run it yourself.