# Search Colorado business entities by company name

**Use case:** 

Find official Colorado business entity IDs, status, formation details, addresses, agents, and filing-history links by company name.

## Input

```json
{
  "searchTerms": [
    "APIFY"
  ],
  "sortBy": "entityNameAsc",
  "maxItems": 10
}
```

## Output

```json
{
  "entityId": {
    "label": "Entity ID",
    "format": "string"
  },
  "entityName": {
    "label": "Entity name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "entityType": {
    "label": "Type",
    "format": "string"
  },
  "formationDate": {
    "label": "Formed",
    "format": "string"
  },
  "jurisdictionOfFormation": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "principalAddress": {
    "label": "Principal address",
    "format": "object"
  },
  "registeredAgent": {
    "label": "Registered agent",
    "format": "object"
  },
  "filingHistoryApiUrl": {
    "label": "Filing history",
    "format": "string"
  },
  "sourceRecordApiUrl": {
    "label": "Source record",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Colorado Business Entities Scraper](https://apify.com/automation-lab/colorado-entity-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/colorado-entity-search-scraper) to learn more, explore other use cases, and run it yourself.