# Search UK Limited Companies | Companies House Lookup

**Use case:** 

Search UK limited companies on Companies House by name — company name, registration number, and incorporation date. Free Companies House registration lookup.

## Input

```json
{
  "companyName": "Holdings",
  "jurisdiction": "uk",
  "maxResults": 15,
  "includeDetails": true
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Registry",
    "format": "string"
  },
  "registrationId": {
    "label": "Reg. ID",
    "format": "string"
  },
  "status": {
    "label": "Type / Status",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "incorporated": {
    "label": "Incorporated",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Business Registration Lookup — State Filing Records API](https://apify.com/nexgendata/business-registration-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/business-registration-lookup) to learn more, explore other use cases, and run it yourself.