# Companies House KYC officers filings scraper

**Use case:** 

Scrape Companies House company profiles with officers and recent filing history for UK KYC, compliance, and audit workflows.

## Input

```json
{
  "queries": [
    "barclays"
  ],
  "companyNumbers": [],
  "startUrls": [],
  "maxResultsPerQuery": 10,
  "activeOnly": true,
  "includeOfficers": true,
  "includePersonsWithSignificantControl": true,
  "includeFilingHistory": true,
  "maxOfficersPerCompany": 5,
  "maxPersonsWithSignificantControlPerCompany": 5,
  "maxFilingsPerCompany": 5,
  "requestDelayMs": 200
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "resultRank": {
    "label": "Result rank"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyNumber": {
    "label": "Company number"
  },
  "companyStatus": {
    "label": "Status"
  },
  "companyType": {
    "label": "Company type"
  },
  "incorporationDate": {
    "label": "Incorporation date"
  },
  "registeredOfficeAddress": {
    "label": "Registered office address"
  },
  "sicCodes": {
    "label": "SIC codes"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "matchedSearchSnippet": {
    "label": "Search snippet"
  },
  "officers": {
    "label": "Officers"
  },
  "officersUrl": {
    "label": "Officers URL"
  },
  "personsWithSignificantControl": {
    "label": "Persons with significant control"
  },
  "personsWithSignificantControlUrl": {
    "label": "PSC URL"
  },
  "filingHistory": {
    "label": "Filing history"
  },
  "filingHistoryUrl": {
    "label": "Filing history URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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