# Find UK Companies by SIC Code, Status, and Location

**Use case:** 

Discover active UK companies by name, SIC code, incorporation date, and location — each scored and ready for lead generation or market research.

## Input

```json
{
  "mode": "discovery",
  "query": "Tesco",
  "advancedSearch": {
    "companyNameIncludes": "construction",
    "companyStatus": "active",
    "incorporatedFrom": "2024-01-01"
  },
  "apiKey": "***",
  "companyStatus": "",
  "maxResults": 25,
  "minimumRiskDelta": 0
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Company Number",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "companyStatus": {
    "label": "Status",
    "format": "string"
  },
  "companyType": {
    "label": "Type",
    "format": "string"
  },
  "dateOfCreation": {
    "label": "Incorporated",
    "format": "string"
  },
  "sicCodes": {
    "label": "SIC Codes",
    "format": "array"
  },
  "hasCharges": {
    "label": "Charges",
    "format": "boolean"
  },
  "hasInsolvencyHistory": {
    "label": "Insolvency",
    "format": "boolean"
  },
  "companiesHouseUrl": {
    "label": "Companies House URL",
    "format": "string"
  }
}
```

## About this Actor

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