Daily CSV
Workday-morning CSV emailed or fetched via signed S3 URL.
Lead Feed
Every new LLC, corporation, partnership, and trade-name filing, normalized and shipped before standup. REST, CSV, webhook, MCP — same data, your preferred transport.
Workday-morning CSV emailed or fetched via signed S3 URL.
GET /api/v1/leads/new-businesses with full filter support and the canonical { data, pagination, meta } envelope.
POST to your endpoint when new entities match your saved filter set.
search_leads exposed to Claude / Cursor / any MCP agent. Same auth as REST.
County, city, ZIP, entity type, filing date range, RA-include/exclude, address-present.
Trailing 90 days of leads available on the REST endpoint; daily CSV archives go back 12 months.
Every filter is a standard query parameter on GET /api/v1/leads/new-businesses. Combine freely.
| Parameter | Type | Description |
|---|---|---|
| county | string | Florida county name (case-insensitive). |
| city | string | Principal city, exact match. |
| zip | string | 5-digit ZIP. |
| entity_type | string | FL DOS entity-type code, e.g. FLAL, DOMP. |
| date_from | YYYY-MM-DD | Inclusive lower bound on filing date. |
| date_to | YYYY-MM-DD | Exclusive upper bound on filing date. |
| ra_exclude | string | Comma-separated registered-agent name prefixes to exclude (CSC, Northwest, etc.). |
| ra_include | string | Inverse of ra_exclude. |
| principal_address_present | boolean | Filter to rows with a non-empty principal address. |
| mailing_address_present | boolean | Filter to rows with a non-empty mailing address. |
| status | enum | active | inactive |
Download from your account, any time.
Daily CSV emailed to your team alias.
JSON envelope to your URL on every match.
Pull from /api/v1/leads/new-businesses or via MCP tool search_leads.
20 representative new-business rows, downloadable as CSV.
Open the sample feed →POST https://your-app.example.com/hooks/fbapi-leads
Content-Type: application/json
X-FBAPI-Signature: t=…, v1=…
{
"data": [
{
"document_number": "L26000123456",
"entity_name": "ACME LOGISTICS LLC",
"entity_type": "FLAL",
"filing_date": "2026-06-24",
"principal_city": "TAMPA",
"principal_zip5": "33602",
"ra_name": "REGISTERED AGENTS INC"
}
],
"meta": { "request_id": "req_…", "dataset_status": "live" }
}Filter daily new LLCs by industry-leaning name patterns and ZIP. Drop straight into your CRM.
Alarm, locksmith, signage, insurance — find brand-new entities the day they file.
Hit roofers, plumbers, HVAC, and remodelers before they pick a vendor.
Confirm a business exists, is active, and was filed recently — without scraping Sunbiz.
Lead Feed plan includes the REST endpoint, webhook delivery, MCP tool, and 750K monthly request quota — same key, all transports.
Florida Business API returns public Florida business records sourced from sunbiz.org. We are not a consumer reporting agency. Lead Feed data is not for FCRA-covered uses (credit, insurance underwriting, employment screening, tenant screening). See the FCRA notice.