# Verify a Florida Real Estate Sales Associate License (SL)

**Use case:** 

Look up any Florida real estate sales associate license: status, expiration, and DBA/alternate names, pulled live from DBPR.

## Input

```json
{
  "licenseNumbers": [
    "SL3564791"
  ],
  "licenseeNames": [
    {
      "lastName": "SMITH",
      "firstName": "JOHN"
    }
  ],
  "citySearches": [],
  "licenseTypeSearches": [],
  "enrichmentLevel": "full",
  "statusCheckOnly": false,
  "maxResultsPerSearch": 3,
  "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.