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.
Table of Contents
Data Sources
Missouri data is sourced from the Missouri Secretary of State — Business Filings register, the official register of every entity formed or qualified to do business in Missouri. The register returns legal name, Business Identification Number, entity type, status, formation date, domestic/foreign classification, home jurisdiction, registered agent, multiple office addresses, and a full filing history. The same source serves bothmode: "onboarding" and mode: "verification" requests.
No bulk feed. Missouri does not publish a bulk dataset, so every
lookup queries the register directly.
Company Identifiers
Query Identifiers
| Identifier Type | Format | Example | Notes |
|---|---|---|---|
| BIN | <letter(s)><5–9 digits> | F00214431 | Missouri Business Identification Number — the public identifier on every filing. |
| BIN (LLC) | LC<digits> / FL<digits> | LC1234567 | LC for Missouri-formed LLCs, FL for out-of-state LLCs qualified in Missouri. |
| BIN (Non-profit) | N<digits> | N00004847 | Non-profit corporations formed under Missouri non-profit corporation law. |
| BIN (Credit Union) | H<digits> | H00131674 | Missouri-chartered credit unions. |
| BIN (Fictitious Name) | X<digits> | X00358856 | Fictitious Name (DBA) registration — not a separate legal entity. |
BIN prefix → entity type
| Prefix | Entity type |
|---|---|
F | General Business Corporation (for-profit) |
LC | Domestic Limited Liability Company |
FL | Foreign Limited Liability Company qualified in Missouri |
N | Nonprofit Corporation |
H | Credit Union |
X | Fictitious Name registration (DBA) |
LP | Limited Partnership / Limited Liability Partnership |
Search Capabilities
Topograph exposes two search modes for Missouri:- Business Name —
Starting With,All Words,Any Word, andExact Match. - BIN — exact-match lookup on the public Business Identification Number.
Quirks & Gotchas
Registered Agent fallback. When a foreign entity has lapsed its
registered agent, the register displays
Secretary of State as the agent
of record. Topograph treats that value as “no agent on file” and returns
an empty otherKeyPersons array.Placeholder addresses on legacy records. A small number of entities
filed before the SOS migrated to the current system (e.g. credit unions
chartered in the 1930s) carry the literal placeholder
No Address to Migrate <City>, <State> in the address field. Topograph
surfaces the state code in legalAddress.region and leaves
addressLine1, city, and postalCode undefined on those records.Mappings
Legal Forms
| Missouri register label | Topograph standardized form |
|---|---|
| Gen. Business - For Profit | Corporation |
| Limited Liability Company | LimitedLiabilityCompany |
| Nonprofit Corporation | NonprofitOrganization |
| Credit Union | Other |
| Fictitious Name | Other |
| Limited Partnership | Partnership |
| Limited Liability Partnership | Partnership |
| Limited Liability Limited Partnership | Partnership |
| Statutory Trust | Trust |
| Cooperative | Cooperative |
| Benefit Corporation | Corporation |
| Professional Corporation | Corporation |
Company Status
| Missouri register label | Topograph active flag | Notes |
|---|---|---|
| Good Standing | true | Active corporation, non-profit, or credit union. |
| Active | true | LLC label for an in-compliance entity. |
| Fictitious Active | true | DBA registration is current. |
| Withdrawn | false | Foreign entity formally withdrew its Missouri qualification. |
| Fictitious Expired | false | DBA registration lapsed. |
| Admin Diss/Cancel - Report | false | Administratively dissolved for failure to file annual report. |
| Admin Diss/Cancel - Agent | false | Administratively dissolved for failure to maintain agent. |
| Inactive - Merged | false | Merged out of existence. |
| Inactive - Dissolved | false | Voluntarily dissolved. |
| Inactive - Revoked | false | Authority to do business revoked. |
| Inactive - Forfeited | false | Forfeited. |
Data Availability
| Datapoint | Availability |
|---|---|
company (core fields) | ✅ Always available. |
otherKeyPersons (registered agent) | ✅ Always present except when the agent has lapsed. |
legalRepresentatives | ⚠️ Sparse — only populated for Fictitious Name registrations. |
shareholders | ❌ Not published by the Missouri register. |
ultimateBeneficialOwners | ❌ No public beneficial-ownership data in Missouri. |
activityCodes | ❌ Not published. |
taxId | ❌ Not published. |
tradeRegisterExtract document | ✅ Free — printable extract of the register’s entity detail page. |