# Scrape Florida Community Association Manager Leads

**Use case:** 

Export a ready-to-use list of Florida community association managers with Business / firm, Licensee, License #, City, State and ZIP. Ready-to-use contact list.

## Input

```json
{
  "divisions": [
    "community-association-managers"
  ],
  "statusFilter": "active",
  "withBusinessNameOnly": true,
  "withStreetAddressOnly": true,
  "sortBy": "leadScore",
  "maxResults": 100,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "text"
  },
  "businessName": {
    "label": "Business / firm",
    "format": "text"
  },
  "divisionLabel": {
    "label": "Profession",
    "format": "text"
  },
  "licenseType": {
    "label": "License type",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "expiresInDays": {
    "label": "Days to expiry",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida License Leads Scraper - Contractors, Realtors & Pros](https://apify.com/scrapesage/florida-license-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/florida-license-leads-scraper) to learn more, explore other use cases, and run it yourself.