# Search Companies House UK tech startup registrations

**Use case:** 

Find newly incorporated UK technology startups via Companies House search with company numbers, status, and incorporation dates.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://find-and-update.company-information.service.gov.uk/company/15309385"
    }
  ],
  "query": "artificial intelligence",
  "limit": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyNumber": {
    "label": "Company number"
  },
  "address": {
    "label": "Address"
  },
  "companyStatus": {
    "label": "Company status"
  },
  "companyType": {
    "label": "Company type"
  },
  "companyCreationDate": {
    "label": "Company creation date"
  }
}
```

## About this Actor

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