# Find UK Company Beneficial Owners (PSCs)

**Use case:** 

Extract persons with significant control (PSCs) for UK companies from Companies House, including owner name, nature of control, nationality and ownership.

## Input

```json
{
  "searchQueries": [
    "green energy"
  ],
  "includeOfficers": false,
  "includePSCs": true,
  "includeFilingHistory": false,
  "includeCharges": false,
  "emitOfficerRecords": false,
  "maxCompanies": 50,
  "monitoringMode": false,
  "maxConcurrency": 12,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyNumber": {
    "label": "Number",
    "format": "text"
  },
  "companyStatus": {
    "label": "Status",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "incorporatedOn": {
    "label": "Incorporated",
    "format": "text"
  },
  "registeredOfficeAddress": {
    "label": "Registered office",
    "format": "text"
  },
  "sicCodeList": {
    "label": "SIC codes",
    "format": "array"
  },
  "activeOfficersCount": {
    "label": "Active officers",
    "format": "number"
  },
  "pscCount": {
    "label": "PSCs",
    "format": "number"
  },
  "accountsOverdue": {
    "label": "Accounts overdue",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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