Skip to main content

Start here

This guide contains public integration notes for Florida. 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.

Florida coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
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

API access: Florida is in beta. US-FL is accepted by /v2/company and /v2/search, but it is not yet listed in the public countryCode enum of the OpenAPI spec.

Data Sources

Florida uses two complementary sources, both operated by the Florida Department of State, Division of Corporations (Sunbiz).
  • Florida Division of Corporations, Bulk File (fast path). The Division publishes the full Corporate Data File as a quarterly snapshot (January, April, July, October) and daily delta files. The dataset covers every active Florida profit corporation, non-profit corporation, LLC, limited partnership, and declaration of trust. Each record includes up to 6 people — corporate officers and directors, LLC managers, members and authorized persons, or a limited partnership’s general partners — plus the registered agent and core company fields. This is the primary source for company data, search, and onboarding checks.
  • Florida Division of Corporations, Live Search (enrichment path). The public search.sunbiz.org detail pages are read at request time in three cases: (a) on every search, by name and by document number, so entities filed after the latest bulk update are still found; (b) when the bulk record is flagged as having more than 6 officers, to retrieve the complete roster; and (c) to deliver PDF documents (Articles of Incorporation or Organization, Annual Reports, amendments) that are not distributed in the bulk file.
Officer data freshness. Florida entities file an Annual Report by May 1 each year. Officer data in the bulk file reflects the most recent annual report filed; entities that have not yet filed for the current year carry officers from the prior filing.

Company Identifiers

Query Identifiers

Always use the Document Number as the primary lookup key. FEI / EIN search is available as a convenience but may not resolve every entity.

Identifiers in API Response

Search Capabilities

Name search ranks the full register by relevance to the words in your query. Newly filed entities that are not yet in the bulk file are added from the live register, matched on the beginning of the legal name. Use a longer query string to narrow a large result set.

Quirks & Gotchas

Mappings

Florida uses a closed set of 11 filing-type codes defined in the Corporate Data File record layout published by the Division of Corporations. The API returns the filing-type code (DOMP, FLAL, …) in legalForm.localName, together with the standardized category. The ISO 20275 column is reference only: it lists the ELF codes of the four Florida-domiciled types and is not returned in the response.
The DOMLP code covers both plain Limited Partnerships and Limited Liability Limited Partnerships (LLLPs). The Sunbiz filing type does not distinguish between the two. Distinguishing an LLLP requires inspecting the entity name suffix.

Person Roles

The Corporate Data File stores each person’s title in a 4-character free-text field, not a closed code set: a census of the full corpus finds more than 5,800 distinct values. Three shapes account for almost all of it, and the raw register string is always returned in role.localName — including when it cannot be resolved, so a person the register published is never dropped. 1. Single-letter office codes, which combine. Sunbiz builds a multi-office title by concatenating them, so PD is a President who is also a director and PSTD is President, Secretary, Treasurer and Director. 2. LLC managers, members and authorized persons. Sunbiz lists these under “person(s) authorized to manage LLC”, so all of them carry authority to act. 3. Partnerships. A limited partnership’s people appear in a General Partner block that has no title column, so a general partner may arrive with a blank title or as G / GP.
Board seats are conditional. F.S. §607.0801(2) and §617.0801 vest corporate powers in the board as a body and grant an individual director nothing; an officer’s authority comes from the bylaws or the board (F.S. §607.0841). So C and D are returned as a legalRepresentative only when their holder is the entity’s sole board member — in which case they constitute the whole board and do exercise its powers — and as an otherKeyPerson with the standardized role Board Member whenever the board has two or more members. A combined title such as PD always binds, through its officer half.
Titles are often truncated, and one is ambiguous. Because the field is 4 characters wide, a spelled-out title arrives cut off: Mana (Manager), Pres (President), Secr (Secretary), Trea (Treasurer), Chai (Chairman), Dire (Director). These are resolved normally. The exception is Auth, which on the live register expands to both “Authorized Member” and “Authorized Representative” — the truncation is genuinely lossy, so no standardized role is assigned and only role.localName is returned.
Registered Agent is classified as an Other Key Person (service-of-process contact only, no authority to act on behalf of the entity under F.S. §605.0113 and §607.0501). A Limited Partner likewise has no power to bind the partnership (F.S. §620.1302).

Data Availability

Example API Responses

Search by Name

Search by Document Number

Company Profile