# Who Owns an LLC? Officers & Registered Agent Lookup

**Use case:** 

Find who's behind an LLC from official state registry records: officers and members where states publish them, plus registered agent and addresses.

## Input

```json
{
  "companyName": "Publix",
  "companyNames": [],
  "states": [
    "FL"
  ],
  "includeLiens": false,
  "matchMode": "contains",
  "maxRecordsPerCompany": 5
}
```

## 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.