# Check if a company has liens — UCC lien search by name

**Use case:** 

Search a company in official state registries and get its UCC lien filings — secured party, collateral, status — in one call. For lending and KYB diligence.

## Input

```json
{
  "companyName": "Vail Resorts",
  "companyNames": [],
  "states": [
    "CO"
  ],
  "includeLiens": true,
  "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.