# UK Company Lookup by Number

**Use case:** 

Search UK Companies House for company number 03977902 with company number, status, incorporation date and registered address for due diligence.

## Input

```json
{
  "searchQuery": "",
  "companyNumbers": [
    "03977902"
  ],
  "withOfficers": false,
  "withPsc": false,
  "maxItems": 50
}
```

## Output

```json
{
  "companyNumber": {
    "label": "Number"
  },
  "companyName": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "type": {
    "label": "Type"
  },
  "incorporationDate": {
    "label": "Incorporated"
  },
  "registeredAddress": {
    "label": "Registered Address"
  },
  "sicCodes": {
    "label": "SIC"
  },
  "accountsNextDue": {
    "label": "Accounts Due"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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