# Florida DBPR License Number Verification

**Use case:** 

Verify a Florida DBPR license number and extract status, rank, expiration, issue date, county, and official detail URL.

## Input

```json
{
  "lastName": "smith",
  "licenseNumber": "BK3330278",
  "searchMode": "licenseNumber",
  "boardCode": "25",
  "state": "FL",
  "includeHistoric": false,
  "searches": [
    {
      "lastName": "smith",
      "boardCode": "25",
      "state": "FL"
    },
    {
      "lastName": "jones",
      "boardCode": "25",
      "state": "FL"
    }
  ],
  "maxResults": 1,
  "resultsPerPage": 50,
  "includeDetails": true
}
```

## Output

```json
{
  "licenseeName": {
    "label": "Licensee / business name"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "licenseRank": {
    "label": "Rank"
  },
  "licenseType": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "expirationDate": {
    "label": "Expiration date"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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