Florida Insurance License Search — Active Agents & Agencies avatar

Florida Insurance License Search — Active Agents & Agencies

Pricing

$1.00 / 1,000 dataset item scrapeds

Go to Apify Store
Florida Insurance License Search — Active Agents & Agencies

Florida Insurance License Search — Active Agents & Agencies

Search and download active Florida insurance licensees (agents, agencies, adjusters) from the FL Department of Financial Services bulk CSV. Filter by county, city, name, license type, and appointed carrier. Includes optional carrier appointment data. Free public data, no API key required.

Pricing

$1.00 / 1,000 dataset item scrapeds

Rating

0.0

(0)

Developer

Harry Schoeller

Harry Schoeller

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Florida Insurance License Search

Search and download active Florida insurance licensees from the Florida Department of Financial Services (DFS) bulk CSV export. Covers all active agents, agencies, adjusters, and other licensee types.

Features

  • Filter by county (e.g., Dade, Broward, Orange)
  • Filter by city (substring match)
  • Filter by entity name (substring match)
  • Filter by license type (e.g., "Life", "Property", "Health")
  • Include carrier appointment data (which companies each licensee is appointed with)
  • Filter to only licensees appointed with a specific carrier

Example input — Miami-Dade agents appointed with State Farm

{
"states": ["FL"],
"countyFilter": ["Dade"],
"includeAppointments": true,
"carrierFilter": "State Farm",
"maxRecords": 500
}

Example output record (with appointments)

{
"licenseNumber": "L123456",
"entityName": "SMITH, JOHN MICHAEL",
"businessType": "Resident",
"licenseType": "2-20 General Lines (Prop & Cas)",
"licenseStatus": "Active",
"issueDate": "2010-03-15",
"county": "Dade",
"city": "MIAMI",
"state": "FL",
"zip": "33101",
"phone": "3051234567",
"sourceState": "FL",
"fetchedAt": "2025-01-01T00:00:00.000Z",
"appointments": [
{
"appointingEntityName": "STATE FARM MUTUAL AUTOMOBILE INSURANCE",
"appointmentType": "2-20 General Lines (Prop & Cas)",
"appointmentStatus": "Active",
"effectiveDate": "2011-06-01",
"expirationDate": "2026-03-31"
}
]
}

County name reference (FL DFS format)

FL DFS uses legacy county names in some cases:

  • Miami-Dade → Dade
  • St. Johns → St. Johns
  • All other counties use standard names

License type examples

  • 2-20 General Lines (Prop & Cas) — P&C agent
  • 2-15 Life, Health & Variable Annuity — Life & health agent
  • 6-20 Public Adjuster — Public adjuster
  • 4-40 Customer Representative — CSR

Use cases

  • Insurance agency prospecting and distribution research
  • Carrier appointment and market share analysis
  • Compliance verification for insurance transactions
  • Agent recruitment and territory analysis
  • Real estate and mortgage workflow (insurance vendor lists)