Florida Business API
Florida New Business Filings — Daily and Recent
Query Florida new-business filings by exact date or trailing window. Ideal for daily ETL jobs, CRM sync, and lead enrichment pipelines that need to discover newly formed Florida entities the day they file.
Example request
One curl call, one Bearer token. No SDK install required.
GET/v1/filings/recent?days=7
curl -H "Authorization: Bearer fbapi_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
"https://api.floridabusinessapi.com/v1/filings/recent?days=7"Example response
Envelope-shaped JSON with data, meta, and pagination cursors.
JSONdaily-filings.json
{
"data": [
{
"document_number": "L20000234567",
"entity_name": "NEW EXAMPLE VENTURE LLC",
"filing_date": "2026-06-25",
"entity_type": "FLAL",
"county": "Hillsborough"
}
],
"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