# Download Florida Insurance Agent Appointments (H-O)

**Use case:** 

Export active carrier appointment records for Florida insurance agents with last names H-O, straight from FL DFS bulk data.

## Input

```json
{
  "mode": "bulk",
  "lastName": "Smith",
  "licenseStatus": "1",
  "licenseCategory": "",
  "residentStatus": "",
  "bulkDataset": "appointments_individual_ho",
  "maxResults": 1000
}
```

## 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.