CO, CT, OR
Multi-State Corporate & Business Entity Registry (CO, CT, OR)
Daily-delta business entity formations & registrations, normalized to one schema — entity ID, name, status, address, registered agent, formation date. Covers CO, CT, OR.
Verification
Output fields
Authoritative field set from the dataset schema.
| Field | Type |
|---|---|
state | string|null |
entity_id | string|null |
entity_name | string|null |
entity_type | string|null |
status | string|null |
formation_date | string|null |
jurisdiction | string|null |
principal_address | string|null |
principal_city | string|null |
principal_state | string|null |
principal_zip | string|null |
mailing_address | string|null |
mailing_city | string|null |
mailing_state | string|null |
mailing_zip | string|null |
agent_name | string|null |
agent_address | string|null |
agent_city | string|null |
agent_state | string|null |
agent_zip | string|null |
source_url | string|null |
scraped_at | string|null |
Sample row
{
"state": "CO",
"entity_id": "20251665680",
"entity_name": "KYLDERON MIST VALLEY LLC",
"entity_type": "DLLC",
"status": "Good Standing",
"formation_date": "2025-06-16T00:00:00.000",
"jurisdiction": "CO",
"principal_address": "660 Willow Wood Ln",
"principal_city": "Delta",
"principal_state": "CO",
"principal_zip": "81416",
"agent_name": "KEQIANG DENG",
"agent_address": "660 Willow Wood Ln",
"agent_city": "Delta",
"agent_state": "CO",
"agent_zip": "81416",
"source_url": "https://www.sos.state.co.us/biz/BusinessEntityCriteriaExt.do"
} Inputs
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
states | array | no | — | Which states to pull (2-letter codes). Leave empty to pull all supported states. Supported: CO, CT, OR. |
sinceDate | string | no | — | Only return entities formed/registered on or after this date (YYYY-MM-DD). Leave empty to pull the most recent entities regardless of date — set this (e.g. to yesterday) for a daily-delta run. |
query | string | no | — | Optional substring match on business/entity name. Leave empty to pull the newest entities instead of searching by name. |
queries | array | no | ["construction"] | Look up many in ONE run instead of starting a run per lookup. Takes the same values as 'Business name search'. Combined with 'Business name search' if you fill both, and duplicates are removed. Billing is unchanged: you are charged per record returned, not per entry submitted. |
maxResults | integer | no | 100 | Cap on records returned PER QUERY across all selected states (bounds cost). With no query it is simply the cap for the run. |
proxyConfiguration | object | no | {"useApifyProxy":false} | Optional. The state open-data APIs are reachable directly; a proxy is not needed. |
Pricing
Pay per result (dataset-item) — no charge for empty runs.
Example: 2000 entity records at $0.0015/result ≈ $3.00.
FAQ
Which states are covered?
Colorado, Connecticut, and Oregon today. All three are confirmed live on their state's Socrata open-data platform; more Socrata-hosted states are added over time. Pick states with the `states` input, or leave it empty to pull all.
Where does the data come from?
Each state's official open-data business-entity registry (Colorado SOS, Connecticut Business Registry, Oregon SOS). It's public, non-personal registration data, not a third-party copy.
How do I get just today's new formations?
Set `sinceDate` to a date (e.g. yesterday) and the actor filters to entities formed/registered on or after that date. Schedule the actor daily with a rolling `sinceDate` for a true delta feed.
Can I search the existing roster instead of pulling new formations?
Yes — set `query` to a business-name substring and leave `sinceDate` empty to search across all registered entities, not just new ones.
How am I charged?
Pay-per-result: you're charged per entity record returned. Pulls that return nothing are free.
Do all states return the same fields?
Core fields (entity ID, name, type, formation date, principal address) are consistent. Some states add extras (Colorado publishes a registered agent and mailing address; Oregon's registry doesn't expose one in this feed) — anything a state doesn't publish comes back null.
Guides & use cases
Related actors