# Arizona

**Use case:** 

Arizona. Carriers just served involuntary suspension notices (insurance dropped) with ~100% phone and email, plus fresh policy filings and cancellations with insurer names.

## Input

```json
{
  "preset": "newly_licensed",
  "datePreset": "last_90_days",
  "licenseCategories": [],
  "licenseTypeCodes": [],
  "licenseStatus": "any",
  "residentOnly": false,
  "counties": [],
  "cities": [],
  "businessStates": [
    "AZ"
  ],
  "requireEmail": false,
  "requirePhone": false,
  "groupByLicensee": true,
  "maxResults": 1000,
  "maxRunSeconds": 240
}
```

## Output

```json
{
  "fullName": {
    "label": "Producer",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "businessPhone": {
    "label": "Phone",
    "format": "string"
  },
  "npn": {
    "label": "NPN",
    "format": "string"
  },
  "licenseNumber": {
    "label": "Licence #",
    "format": "string"
  },
  "licenseTypes": {
    "label": "Licence classes",
    "format": "array"
  },
  "firstLicenseDate": {
    "label": "First licensed",
    "format": "string"
  },
  "licenseClassCount": {
    "label": "Classes held",
    "format": "number"
  },
  "residencyType": {
    "label": "Residency",
    "format": "string"
  },
  "businessCity": {
    "label": "City",
    "format": "string"
  },
  "businessCounty": {
    "label": "County",
    "format": "string"
  },
  "businessState": {
    "label": "State",
    "format": "string"
  },
  "hasActiveAppointment": {
    "label": "Appointed?",
    "format": "boolean"
  },
  "activeAppointmentCount": {
    "label": "Active appointments",
    "format": "number"
  },
  "dataAsOf": {
    "label": "Data as of",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida Insurance Producer Leads — New & Unappointed Agents](https://apify.com/foxlabs/us-insurance-producer-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/us-insurance-producer-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/foxlabs/us-insurance-producer-leads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
