← Health board

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.

100%golden-diff pass
Run it on Apify verified nightly

Verification

100%golden-diff success
337canary runs
0days since last canary run

Output fields

Authoritative field set from the dataset schema.

FieldType
statestring|null
entity_idstring|null
entity_namestring|null
entity_typestring|null
statusstring|null
formation_datestring|null
jurisdictionstring|null
principal_addressstring|null
principal_citystring|null
principal_statestring|null
principal_zipstring|null
mailing_addressstring|null
mailing_citystring|null
mailing_statestring|null
mailing_zipstring|null
agent_namestring|null
agent_addressstring|null
agent_citystring|null
agent_statestring|null
agent_zipstring|null
source_urlstring|null
scraped_atstring|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

FieldTypeReqDefaultDescription
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