Production index loading:Florida Business API is currently importing the full Florida business entity dataset. Docs, sample data, and API onboarding are available now; full live search results will expand as indexing completes.View status →
Florida Business API

Florida LLC Leads — Daily New-Business Filings

Florida Business API delivers a daily feed of new Florida business filings — LLCs, corporations, partnerships — filterable by county, city, entity type, and date range. Built for outbound B2B sales, agencies, business-onboarding teams, and lead-intelligence platforms. Not for FCRA-covered uses (credit, insurance underwriting, employment screening, tenant screening).

Example request

One curl call, one Bearer token. No SDK install required.

GET/v1/leads/new-businesses?county=Hillsborough&entity_type=llc
curl -H "Authorization: Bearer fbapi_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
     "https://api.floridabusinessapi.com/v1/leads/new-businesses?county=Hillsborough&entity_type=llc"

Example response

Envelope-shaped JSON with data, meta, and pagination cursors.

JSONleads-new-businesses.json
{
  "data": [
    {
      "document_number": "L20000234567",
      "entity_name": "NEW EXAMPLE VENTURE LLC",
      "filing_date": "2026-06-25",
      "entity_type": "FLAL",
      "county": "Hillsborough",
      "city": "Tampa",
      "registered_agent": {
        "name": "JANE EXAMPLE",
        "city": "Tampa"
      }
    }
  ],
  "pagination": {
    "limit": 100,
    "offset": 0,
    "total": 1,
    "has_more": false
  },
  "meta": {
    "request_id": "req_2NkVqJtX9bL7mFp1zG4eR"
  }
}

Ready to ship against Florida data?

Read the authentication docs then start hitting the API with your test key. Free tier: 1,000 calls/mo.

Last updated: 2026-06-25