# Monitor Inactive Dental Hygienist Licenses Florida

**Use case:** 

Identify all inactive dental hygienist licenses across Florida for potential re-engagement campaigns or market analysis. Dental practices and recruitment agenci

## Input

```json
{
  "mode": "byProfession",
  "lastName": "Smith",
  "board": "05",
  "licenseType": "Dental Hygienist",
  "county": "",
  "statusFilter": "inactive",
  "fetchDetails": true,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "licenseeName": {
    "label": "Licensee name"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "licenseType": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "expirationDate": {
    "label": "Expiration date"
  },
  "county": {
    "label": "County"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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