# UK Companies House Full Export

**Use case:** 

Full Export of UK Companies House. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "search": "Google",
  "includeOfficers": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "company_number": {
    "label": "Number",
    "format": "text"
  },
  "company_status": {
    "label": "Status",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "incorporatedOn": {
    "label": "Incorporated",
    "format": "text"
  },
  "registeredAddress": {
    "label": "Address",
    "format": "text"
  },
  "sicCodes": {
    "label": "SIC Codes",
    "format": "object"
  },
  "officers": {
    "label": "Officers",
    "format": "object"
  },
  "title": {
    "label": "Name",
    "format": "text"
  },
  "address_snippet": {
    "label": "Address",
    "format": "text"
  },
  "date_of_creation": {
    "label": "Created",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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