# Find Florida Insurance Agents Due for Continuing Education

**Use case:** 

Download the FL DFS list of every agent with an upcoming CE requirement - flag non-compliant producers before their license lapses.

## Input

```json
{
  "mode": "bulk",
  "lastName": "Smith",
  "licenseStatus": "1",
  "licenseCategory": "",
  "residentStatus": "",
  "bulkDataset": "ce_required",
  "maxResults": 1000
}
```

## Output

```json
{
  "license_number": {
    "label": "License number",
    "format": "string"
  },
  "full_name": {
    "label": "Full name",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "license_status": {
    "label": "License status",
    "format": "string"
  },
  "npn_number": {
    "label": "NPN",
    "format": "string"
  },
  "business_county": {
    "label": "Business county",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida Insurance License Lookup & Verification (FL DFS)](https://apify.com/stackrelay/florida-dfs-insurance-license) with a specific input configuration. Visit the [Actor detail page](https://apify.com/stackrelay/florida-dfs-insurance-license) to learn more, explore other use cases, and run it yourself.