# Export UK company directors to CSV

**Use case:** 

Turn UK companies into a director contact list: one row per officer with name, role, appointment date, nationality and company. Export to CSV. No API key.

## Input

```json
{
  "searchQueries": [
    "recruitment agency"
  ],
  "includeOfficers": true,
  "includePSCs": true,
  "includeFilingHistory": false,
  "includeCharges": false,
  "emitOfficerRecords": true,
  "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.