# Verify a Florida CAM License by Name

**Use case:** 

Search DBPR by name to confirm a Florida Community Association Manager's license is active before your HOA or condo board hires them.

## Input

```json
{
  "licenseNumbers": [
    "CFC056678"
  ],
  "licenseeNames": [
    {
      "lastName": "DAVIS"
    }
  ],
  "citySearches": [],
  "licenseTypeSearches": [],
  "enrichmentLevel": "basic",
  "statusCheckOnly": false,
  "maxResultsPerSearch": 20,
  "includeExpired": false,
  "maxConcurrency": 3,
  "requestTimeoutSecs": 90,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "string"
  },
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "board": {
    "label": "Board",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "main_address": {
    "label": "Address",
    "format": "object"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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