# Florida Insurance License Lookup

**Use case:** 

Look up a public Florida DFS insurance license by its license number. View the holder, status, and source record.

## Input

```json
{
  "target": "insuranceLicenseLookup",
  "dbprLicenseNumbers": [
    "SL3642565"
  ],
  "insuranceIdentifiers": [
    "123456"
  ],
  "insuranceIdentifierType": "licenseNumber",
  "maxResults": 100
}
```

## 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.