# Florida DFS Insurance Licensee in Chicago

**Use case:** 

Find and extract Florida DFS Insurance Licensee in Chicago. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "lastName": "Smith",
  "firstName": "",
  "city": "Chicago",
  "licenseNumber": "",
  "fetchDetails": false,
  "maxItems": 10
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "businessAddress": {
    "label": "Business Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida DFS Insurance Licensee Scraper](https://apify.com/parseforge/florida-dfs-licensee-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/florida-dfs-licensee-scraper) to learn more, explore other use cases, and run it yourself.