Lead Feed

Florida new-business leads — fresh, normalized, daily

Every new LLC, corporation, partnership, and trade-name filing, normalized and shipped before standup. REST, CSV, webhook, MCP — same data, your preferred transport.

What you get

Daily CSV

Workday-morning CSV emailed or fetched via signed S3 URL.

REST endpoint

GET /api/v1/leads/new-businesses with full filter support and the canonical { data, pagination, meta } envelope.

Webhook delivery

POST to your endpoint when new entities match your saved filter set.

MCP tool

search_leads exposed to Claude / Cursor / any MCP agent. Same auth as REST.

Filter library

County, city, ZIP, entity type, filing date range, RA-include/exclude, address-present.

Retention

Trailing 90 days of leads available on the REST endpoint; daily CSV archives go back 12 months.

Filters

Every filter is a standard query parameter on GET /api/v1/leads/new-businesses. Combine freely.

ParameterTypeDescription
countystringFlorida county name (case-insensitive).
citystringPrincipal city, exact match.
zipstring5-digit ZIP.
entity_typestringFL DOS entity-type code, e.g. FLAL, DOMP.
date_fromYYYY-MM-DDInclusive lower bound on filing date.
date_toYYYY-MM-DDExclusive upper bound on filing date.
ra_excludestringComma-separated registered-agent name prefixes to exclude (CSC, Northwest, etc.).
ra_includestringInverse of ra_exclude.
principal_address_presentbooleanFilter to rows with a non-empty principal address.
mailing_address_presentbooleanFilter to rows with a non-empty mailing address.
statusenumactive | inactive

Delivery options

Dashboard CSV

Download from your account, any time.

Email digest

Daily CSV emailed to your team alias.

Webhook POST

JSON envelope to your URL on every match.

REST / MCP

Pull from /api/v1/leads/new-businesses or via MCP tool search_leads.

Sample feed + webhook

Webhook payload

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" }
}

Common use cases

B2B sales prospecting

Filter daily new LLCs by industry-leaning name patterns and ZIP. Drop straight into your CRM.

Permit + service outreach

Alarm, locksmith, signage, insurance — find brand-new entities the day they file.

Contractor + trades outreach

Hit roofers, plumbers, HVAC, and remodelers before they pick a vendor.

B2B verification

Confirm a business exists, is active, and was filed recently — without scraping Sunbiz.

Ship daily Florida leads into your CRM

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.