# Colorado LLC Registrations — Company Data

**Use case:** 

Colorado LLC and business registrations: company name, registered agent, address and status. B2B company data and prospecting.

## Input

```json
{
  "state": "co",
  "businessNameContains": "FORD MOTOR",
  "city": "DENVER",
  "entityTypeContains": "LLC",
  "status": "GOOD",
  "registeredAfter": "2026-01-01",
  "includeSecCrossLink": true,
  "screenSanctions": true,
  "sanctionsMinScore": 90,
  "maxResults": 500
}
```

## Output

```json
{
  "state_code": {
    "label": "State code"
  },
  "business_name": {
    "label": "Business name"
  },
  "entity_type": {
    "label": "Entity type"
  },
  "status": {
    "label": "Status"
  },
  "is_active": {
    "label": "Is active"
  },
  "registration_date": {
    "label": "Registration date"
  },
  "age_years": {
    "label": "Age years"
  },
  "full_address": {
    "label": "Full address"
  },
  "owner_name": {
    "label": "Owner name"
  },
  "agent_name": {
    "label": "Agent name"
  },
  "is_public": {
    "label": "Is public"
  },
  "ticker": {
    "label": "Ticker"
  },
  "sanctions_status": {
    "label": "Sanctions status"
  },
  "registry_number": {
    "label": "Registry number"
  }
}
```

## About this Actor

This example demonstrates how to use [🏢 US Business Registry Scraper — New Business Leads](https://apify.com/inexhaustible_glass/us-business-registry) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/us-business-registry) to learn more, explore other use cases, and run it yourself.