# Colorado Active Technology Companies Scraper

**Use case:** 

Export Colorado technology companies in good standing with agent name and address for verified B2B prospecting.

## Input

```json
{
  "maxItems": 50,
  "search": "technology",
  "entityStatus": "Good Standing",
  "entityType": "",
  "sortOrder": "newest"
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name",
    "format": "text"
  },
  "entityId": {
    "label": "Entity ID",
    "format": "text"
  },
  "entityStatus": {
    "label": "Status",
    "format": "text"
  },
  "entityType": {
    "label": "Type",
    "format": "text"
  },
  "entityTypeLabel": {
    "label": "Type (label)",
    "format": "text"
  },
  "formationDate": {
    "label": "Formed",
    "format": "date"
  },
  "entityStatusDate": {
    "label": "Status date",
    "format": "text"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "text"
  },
  "principalAddress": {
    "label": "Principal address",
    "format": "object"
  },
  "mailingAddress": {
    "label": "Mailing address",
    "format": "object"
  },
  "registeredAgentName": {
    "label": "Registered agent",
    "format": "text"
  },
  "registeredAgentAddress": {
    "label": "Agent address",
    "format": "object"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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