# Daily Delta: New Business Entities (CO, CT, OR)

**Use case:** 

Pull business/corporate entities formed on or after a given date across Colorado, Connecticut, and Oregon -- built for a daily-delta run.

## Input

```json
{
  "states": [
    "CO",
    "CT",
    "OR"
  ],
  "sinceDate": "2026-07-06",
  "query": "construction",
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "entity_id": {
    "label": "Entity ID",
    "format": "string"
  },
  "entity_name": {
    "label": "Entity name",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "formation_date": {
    "label": "Formation date",
    "format": "string"
  },
  "principal_city": {
    "label": "Principal city",
    "format": "string"
  },
  "principal_state": {
    "label": "Principal state",
    "format": "string"
  },
  "agent_name": {
    "label": "Registered agent name",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-State Corporate & Business Entity Registry (CO, CT, OR)](https://apify.com/fried_calamaries/socrata-multi-state-corporate-business-entity-registry) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/socrata-multi-state-corporate-business-entity-registry) to learn more, explore other use cases, and run it yourself.