Florida Insurance License Search (FL DFS) avatar

Florida Insurance License Search (FL DFS)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Florida Insurance License Search (FL DFS)

Florida Insurance License Search (FL DFS)

Verify Florida insurance licenses from the official FL Department of Financial Services database — agents, adjusters, agencies, MGAs, bail bonds, title & surplus lines. Search by name, license #, NPN, or email. Returns license status, appointments, NPN, and contact info.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Verify Florida insurance licenses straight from the official Florida Department of Financial Services (DFS) licensee database — the same source compliance teams use, without the manual lookups.

Covers every FL insurance license category: agents (Life & Annuity, Health, Property & Casualty), adjusters and adjusting firms, insurance agencies, MGAs, bail bonds, title, surplus lines, customer representatives, and more — both Florida residents and non-residents.

What you get

Each record includes:

  • Full name / firm name and FL license number
  • NPN (National Producer Number)
  • Valid & invalid licenses — type, issue date, status, qualifying appointment
  • Active & inactive appointments — carrier name, issue/expiration/status dates per license type
  • Contact info — business address, mailing address, email, phone, county

Search by

  • Individual name (first / middle / last)
  • Firm or agency name (begins-with or contains)
  • FL license number (exact)
  • NPN number
  • Email address
  • License category, valid/invalid status, resident status
  • Business city, state, or zip

Use cases

  • Carrier & MGA compliance — verify producer licenses and appointments before contracting
  • Insurtech onboarding — KYB/KYC checks on agents and agencies at signup
  • Lead verification — confirm a book-of-business seller actually holds a valid FL license
  • Recruiting — build lists of licensed P&C or L&H producers by city or county
  • Appointment monitoring — track which carriers a producer is appointed with

Input example

{
"lastName": "Smith",
"firstName": "John",
"licenseCategory": "Property & Casualty",
"residentStatus": "resident",
"includeDetails": true,
"maxResults": 100
}

Output example

{
"fullName": "SMITH, JOHN",
"licenseNumber": "W558810",
"npn": "17720739",
"county": "Broward",
"businessAddress": "123 MAIN ST, FORT LAUDERDALE, FL 33301",
"email": "JOHN.SMITH@AGENCY.COM",
"phone": "(954) 555-0100",
"validLicenses": [
{ "type": "GENERAL LINES (PROP & CAS) (0220)", "issueDate": "11/18/2024", "qualifyingAppointment": "YES" }
],
"activeAppointments": [
{ "licenseType": "GENERAL LINES (PROP & CAS) (0220)", "companyName": "PROGRESSIVE AMERICAN INSURANCE COMPANY", "issueDate": "1/5/2025", "expDate": "" }
],
"source": "Florida Department of Financial Services (DFS)"
}

Notes

  • Data comes directly from the official FL DFS licensee search portal in real time — no stale mirrors.
  • Set includeDetails: false for faster bulk scrapes (list data only: name, license #, address, email).
  • maxResults: 0 returns every match (the portal paginates 20 per page).
  • Provide at least one search criterion (name, firm, license #, NPN, email, category, city, or zip).