Clean REST API
JSON envelopes, versioned at /api/v1, full OpenAPI 3.1 spec. No surprises, no hidden pagination tricks.
Search Florida LLCs, corporations, officers, registered agents, and new-business filings through one REST API built from public Florida Division of Corporations data.
Daily workday imports from Florida Division of Corporations public data downloads · Quarterly reconciliation · API, CSV, webhooks · Data coverage
curl https://api.floridabusinessapi.com/v1/entities/search?name=acme&limit=3
// 200 OK
{
"data": [
{
"document_number": "L24000123456",
"name": "Acme Holdings LLC",
"status": "ACTIVE",
"filed_date": "2026-06-24"
}
],
"total": 3
}Returns ranked results in ~12 ms.
Built for
JSON envelopes, versioned at /api/v1, full OpenAPI 3.1 spec. No surprises, no hidden pagination tricks.
Auto-imported from the Florida Division of Corporations SFTP every morning before you start work.
Cross-linked, ranked, deduplicated. Find every entity tied to a person in one query.
Webhooks fire on new matches against your saved filters. Shipping in v1.1.
Bulk export on every paid plan. No per-row metering, no extra tier just to download what you queried.
Filter new LLCs by county, city, entity type, and date range. Pipe directly into your CRM.
Build apps on top of Florida business data without scraping. Native SDKs land in Q3.
Filter daily new LLCs by industry and ZIP for high-intent lead lists that ship before standup.
Verify entity status, filing dates, registered agents, and officer records for business onboarding and non-FCRA diligence workflows.
Compliant uses
Florida Business API is not a consumer reporting agency. The data is sourced from public Florida Division of Corporations business filings and is intended for workflows like these:
Out of scope: credit, insurance underwriting, employment screening, tenant screening, and any other FCRA-covered permissible purpose. See the FCRA notice for the full prohibited-uses list.
500 trial credits, 7-day full access (no credit card). After day 7 your balance caps at 100 — upgrade anytime to remove the cap.