Free US company registry APIs: state-by-state guide

What is a US company registry API?

A US company registry API is a public endpoint that returns official incorporation records — legal name, entity ID, registration date, status, and registered agent — straight from a state Secretary of State database. There is no single federal registry: each of the 50 states maintains its own. In our data, 4 states currently expose theirs through free Socrata-based APIs with no API key required, and together they cover more than 10 million entity records. What you get from an open registry endpoint:

Which states offer free business registry APIs?

An open state registry is a portal whose Secretary of State publishes the full entity file with an API, not just a search form. In our data — the Aidenix Atlas catalog, with every endpoint live-probed on 2026-07-24 and returning HTTP 200 — 4 states qualify today, holding 10,137,727 records combined. The remaining 46 states offer only web search forms or paid bulk files.

State Dataset Records Query by
New York Active Corporations: Beginning 1800 4,228,686 company name, address, county, ZIP
Colorado Business Entities in Colorado 3,066,630 address, entity ID
Oregon Active Businesses — ALL 1,561,616 company name, city, date range, ZIP
Connecticut Business Registry — Business Master 1,280,795 company name, address, entity ID

All 4 run on the Socrata Open Data API, so the query syntax is identical across states — only the domain and dataset ID change. Each dataset link opens its access card: the exact endpoint, auth, and a copy-paste query.

How do you query a state registry API?

A registry query is a single HTTP GET request with SoQL parameters — Socrata's SQL-like filter syntax — and no authentication. We tested each of the 4 endpoints on 2026-07-24; the steps that worked:

curl "https://data.ny.gov/resource/n9v6-gdp6.json?\$where=entity_name%20like%20'%25ACME%25'&\$limit=10"

The response is plain JSON — no SDK, no signup, no scraping required.

What data fields do registries return?

Registry records share a core structure of 5 field groups across all 10,137,727 records in the open states above, returned under state-specific names according to each portal's published data dictionary. The fields and what each is worth in practice:

In our data, registered-agent address is the highest-leverage field of the 5: it resolves shell-company clusters, since thousands of entities can share a single agent address, and that concentration itself is a risk signal.

Can you get all 50 states from one free API?

No. A unified free federal registry API does not exist — that is the honest limitation of the open-data route, and any vendor claiming otherwise is reselling state data. The workable free stack, in our data, is a 3-layer join:

That combination answers the majority of US company-lookup queries we tested, at zero data-license cost, with commercial aggregators needed only for the long tail of closed states.


Test page. Source facts pulled from the Aidenix Atlas catalog of verified data sources; record counts as probed on 2026-07-24. Not yet editorially reviewed.

Need this at scale? The Aidenix Atlas catalog maps verified data sources with runnable recipes — see the live MCP demo or start free.
Find these guides useful? Add Aidenix as a preferred source on Google — our pages will surface in your AI Overviews.