# Florida Insurance License Search

**Use case:** 

Search public Florida DFS insurance licenses by a person or business name. View matching license details and source records.

## Input

```json
{
  "target": "insuranceLicenseSearch",
  "dbprLicenseNumbers": [
    "SL3642565"
  ],
  "insuranceIdentifierType": "licenseNumber",
  "insuranceName": "Smith",
  "maxResults": 25
}
```

## Output

```json
{
  "registry": {
    "label": "Registry",
    "format": "string"
  },
  "holderName": {
    "label": "Holder name",
    "format": "string"
  },
  "licenseNumber": {
    "label": "License number",
    "format": "string"
  },
  "licenseType": {
    "label": "License type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "issueDate": {
    "label": "Issue date",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "nationalProducerNumber": {
    "label": "National Producer Number",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source record",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

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