Documentation Index
Fetch the complete documentation index at: https://docs.topograph.co/llms.txt
Use this file to discover all available pages before exploring further.
Start here
This guide contains public integration notes for New York. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.New York coverage, pricing, and sources
Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
Table of Contents
Data Sources
New York State uses two complementary integrations against the New York Department of State, Division of Corporations. Both serve the same underlying database of ~4.2M active business entities.-
Public Inquiry portal (live, authoritative). The official interactive register at apps.dos.ny.gov. Returns the richest record: authorized stock share info, next biennial statement due date, and four separated addresses (service-of-process, registered agent, principal executive office, entity location). Used for
mode: "verification"requests. - NYS Open Data snapshot (fast, non-authoritative). A daily refresh of the same DOS database published at data.ny.gov. Used for sub-second onboarding checks, company search, and former and assumed name matching. Lag is at most one day.
Mode-based routing. Onboarding requests (
mode: "onboarding") hit the
deduplicated snapshot for speed. Verification requests (mode: "verification") hit
both sources in parallel and merge the richer live fields on top of the
snapshot.Company Identifiers
Query Identifiers
| Identifier Type | Format | Example | Notes |
|---|---|---|---|
| DOS ID | 6-8 digits | 30059 | NY Department of State primary identifier |
Identifiers in API Response
| Identifier | Format | Example | Found In |
|---|---|---|---|
dosId | 6-8 digits | 30059 | All entities |
Search Capabilities
| Search Type | Pattern | Example | Match Type | Expected Results |
|---|---|---|---|---|
| By Name | 2-100 chars | "International Busi" | Fuzzy | Multiple results |
| By Former Name | 2-100 chars | "Bell Atlantic" | Fuzzy | Multiple results |
| By Assumed Name | 2-100 chars | "Verizon" | Fuzzy | Multiple results |
| By DOS ID | 6-8 digits | 30059 | Exact | Single company |
Former name search. Entities often change legal names. Searching for a
former name (for example
"Bell Atlantic") will surface the current entity
("Verizon Communications Inc.") via the DOS name history dataset.Quirks & Gotchas
| Quirk | Details |
|---|---|
| No LLC officer data | New York DOS does not collect or publish LLC member, manager, or officer information. For LLC entities the legal-representatives response will always be empty. |
| Corporations disclose CEO only | Biennial statements only disclose the CEO of a corporation. Directors, Vice Presidents, Secretaries, and other officers are not published by DOS. |
| No shareholder or UBO register | New York does not publish shareholders or beneficial owners for any entity type. |
| No activity codes | DOS does not collect NAICS or industry codes. The NY Department of Taxation and Finance holds NAICS for tax purposes but does not publish it openly. |
| DBAs live at county clerks | Assumed name (DBA) filings go to the county clerk, not DOS. A mandatory 2-newspaper-for-6-weeks publication requirement makes many small businesses skip formal DBA filing. |
| Certified documents are paid + mail | Certified copies of formation documents and Good Standing certificates are paid (see pricing) and delivered by mail only. No free electronic download exists. |
| Registered agent vs SOP agent | In verification mode the response separates three distinct roles: the registered agent (formal service), the SOP agent (service of process on the DOS), and the CEO from the biennial statement. |
Mappings
Company Status
Status comes from the DOS entity status field. Dissolution, merger, and surrender statuses are all mapped toactive: false.
| Source Value | Mapped Status | Active |
|---|---|---|
ACTIVE | Active | true |
INACTIVE - Dissolution by Proclamation | Dissolved | false |
INACTIVE - Merged Out | Merged | false |
INACTIVE - Voluntary Dissolution | Dissolved | false |
INACTIVE - Surrender of Authority | Withdrawn | false |
Legal Forms
Legal form is derived from the DOSentity_type field. Closed vocabulary of ~20 values covering domestic and foreign variants of every supported entity class.
Common DOS entity types
Common DOS entity types
| DOS Entity Type | Standardized | ISO 20275 |
|---|---|---|
| DOMESTIC BUSINESS CORPORATION | Corporation | C5K7 |
| FOREIGN BUSINESS CORPORATION | Corporation | C5K7 |
| DOMESTIC LIMITED LIABILITY COMPANY | Limited Liability Company | WYG5 |
| FOREIGN LIMITED LIABILITY COMPANY | Limited Liability Company | WYG5 |
| DOMESTIC LIMITED PARTNERSHIP | Limited Partnership | FE1L |
| FOREIGN LIMITED PARTNERSHIP | Limited Partnership | |
| DOMESTIC LIMITED LIABILITY PARTNERSHIP | Limited Liability Partnership | LA8V |
| FOREIGN LIMITED LIABILITY PARTNERSHIP | Limited Liability Partnership | |
| DOMESTIC NOT-FOR-PROFIT CORPORATION | Non-Profit Organization | OGSS |
| FOREIGN NOT-FOR-PROFIT CORPORATION | Non-Profit Organization | |
| DOMESTIC PROFESSIONAL CORPORATION | Professional Corporation | 9AAS |
Officer Roles
New York discloses only three named roles per entity. There is no free-text field, so all three are deterministic (no AI enrichment required).| DOS Role | Standardized | Notes |
|---|---|---|
| CEO | Chief Executive Officer | Biennial statement, corporations only |
| Registered Agent | Other | Statutory service-of-process contact |
| SOP Agent | Other | Service-of-process on the DOS itself |
Registered Agent and SOP Agent are classified as Other Key Persons, not Legal
Representatives. They have no statutory authority to bind the entity.
Data Availability
| Data Point | Available | Notes |
|---|---|---|
| Company name | Yes | Current legal name plus former legal names (searchable) |
| Former names | Yes | From DOS name history dataset. Indexed for search. |
| Assumed names | Yes | DOS-filed assumed names only. County-clerk DBAs are out of scope. |
| Company status | Yes | ACTIVE plus 8 INACTIVE variants mapped to standardized statuses |
| Registration date | Yes | DOS initial filing date |
| Legal address | Yes | Verification mode returns four separated addresses: SOP, registered agent, principal executive, location. |
| Legal form | Yes | Closed DOS entity-type vocabulary with ISO 20275 mapping |
| Authorized stock | Yes* | Verification mode only. Includes stock type, par value, quantity. |
| Next biennial due date | Yes* | Verification mode only. Indicates when officer and address data will next refresh. |
| Filing history | Yes | Every filing event against the entity (20.5M-row dataset) |
| Merger history | Yes | Constituents of merger filings |
| Legal representatives | Yes* | Corporations return the CEO. LLCs, LPs, and not-for-profits return none. |
| Other key persons | Yes | Registered Agent and SOP Agent |
| Activity codes | No | Not collected by DOS |
| Shareholders | No | Not published |
| UBOs | No | Not published (federal CTA/FinCEN is a separate system) |
| Documents | No | Certified copies are paid and mailed only |
| Financial data | No | Not collected |