# Cook County Absentee Owner Leads (Out-of-State)

**Use case:** 

Ready-to-run absentee-owner lead list for Cook County IL: out-of-state owners of residential parcels with owner name, mailing address, class and parcel ID.

## Input

```json
{
  "county": "cook-il",
  "absenteeTier": "out_of_state",
  "entityOnly": false,
  "propertyClassPrefix": "2",
  "maxResults": 100
}
```

## Output

```json
{
  "county": {
    "label": "County",
    "format": "string"
  },
  "parcel_id": {
    "label": "Parcel ID",
    "format": "string"
  },
  "situs_address": {
    "label": "Property address",
    "format": "string"
  },
  "situs_city": {
    "label": "Property city",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner name",
    "format": "string"
  },
  "owner_mailing_address": {
    "label": "Owner mailing address",
    "format": "string"
  },
  "owner_mailing_city": {
    "label": "Owner mailing city",
    "format": "string"
  },
  "owner_mailing_state": {
    "label": "Owner mailing state",
    "format": "string"
  },
  "absentee_tier": {
    "label": "Absentee tier",
    "format": "string"
  },
  "entity_flag": {
    "label": "Entity owner",
    "format": "boolean"
  },
  "property_class": {
    "label": "Property class",
    "format": "string"
  },
  "assessed_value": {
    "label": "Assessed / market value",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Absentee Owner Lead List Builder — County Assessor Rolls](https://apify.com/malonestar/absentee-owner-lead-list-builder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/absentee-owner-lead-list-builder) to learn more, explore other use cases, and run it yourself.