# New Colorado Springs businesses in good standing

**Use case:** 

Build a repeatable export of recently formed Colorado Springs businesses in good standing for registry refresh and verification workflows.

## Input

```json
{
  "searchTerms": [
    "APIFY"
  ],
  "statuses": [
    "Good Standing"
  ],
  "principalCities": [
    "Colorado Springs"
  ],
  "formedFrom": "2026-07-01",
  "sortBy": "formationDateDesc",
  "maxItems": 25
}
```

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