# Active UK Public Limited Companies List

**Use case:** 

Retrieve a detailed list of all active public limited companies in the UK, including key company data for up to 500 results.

## Input

```json
{
  "snapshotMonth": "",
  "sicCodePrefixes": [],
  "sicKeywords": [],
  "nameContains": "",
  "companyStatuses": [
    "Active"
  ],
  "companyCategories": [
    "Public Limited Company"
  ],
  "postCodePrefixes": [],
  "postTowns": [],
  "counties": [],
  "countries": [],
  "incorporatedSince": "",
  "incorporatedBefore": "",
  "maxResults": 500,
  "logEveryNRows": 100000
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "companyNumber": {
    "label": "Company number",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "incorporationDate": {
    "label": "Incorporation date",
    "format": "string"
  },
  "address": {
    "label": "Registered address",
    "format": "object"
  },
  "sicCodes": {
    "label": "SIC codes",
    "format": "array"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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