# Registered agent lookup by company name

**Use case:** 

Find a company's registered agent — name and address — from official state business registries, by company name. One normalized record per matched entity.

## Input

```json
{
  "companyName": "Tesla",
  "companyNames": [],
  "states": [
    "CO",
    "ND"
  ],
  "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.