# Dissolved company lookup — is the company still active?

**Use case:** 

Look up a company in state registries that include inactive and dissolved entities — real registration status and formation records, not just active matches.

## Input

```json
{
  "companyName": "Eastern Air Lines",
  "companyNames": [],
  "states": [
    "FL"
  ],
  "includeLiens": false,
  "matchMode": "contains",
  "maxRecordsPerCompany": 25
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "legal_name": {
    "label": "Legal name",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "entity_status": {
    "label": "Entity status",
    "format": "string"
  },
  "lien_coverage": {
    "label": "Lien coverage",
    "format": "string"
  },
  "ucc_summary": {
    "label": "UCC summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Business Entity & UCC Lien Search — KYB Company Lookup](https://apify.com/shelvick/business-entity-lien-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/business-entity-lien-search) to learn more, explore other use cases, and run it yourself.