# Verify a Florida MGA / Company Service Staff License

**Use case:** 

Check the FL DFS license status of managing general agency service staff before onboarding - instant, name-based lookup.

## Input

```json
{
  "mode": "search",
  "lastName": "Thompson",
  "licenseStatus": "1",
  "licenseCategory": "3",
  "residentStatus": "",
  "bulkDataset": "individual_licenses",
  "maxResults": 25
}
```

## Output

```json
{
  "license_number": {
    "label": "License number",
    "format": "string"
  },
  "full_name": {
    "label": "Full name",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "license_status": {
    "label": "License status",
    "format": "string"
  },
  "npn_number": {
    "label": "NPN",
    "format": "string"
  },
  "business_county": {
    "label": "Business county",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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