# Cook County parcels in Chicago for the newest roll

**Use case:** 

Cook County parcels in Chicago for the newest roll

## Input

```json
{
  "mode": "rows",
  "owner": "",
  "taxpayer": "",
  "pin": "",
  "pin10": "",
  "city": "CHICAGO",
  "zip": "",
  "mailCity": "",
  "mailState": "",
  "year": "",
  "groupBy": "city",
  "maxResults": 100
}
```

## Output

```json
{
  "pin": {
    "label": "Pin"
  },
  "taxYear": {
    "label": "Tax year"
  },
  "propertyAddress": {
    "label": "Property address"
  },
  "propertyCity": {
    "label": "Property city"
  },
  "propertyZip": {
    "label": "Property zip"
  },
  "ownerName": {
    "label": "Owner name"
  },
  "ownerCity": {
    "label": "Owner city"
  },
  "ownerState": {
    "label": "Owner state"
  },
  "ownerZip": {
    "label": "Owner zip"
  },
  "taxpayerName": {
    "label": "Taxpayer name"
  },
  "taxpayerAddress": {
    "label": "Taxpayer address"
  },
  "taxpayerCity": {
    "label": "Taxpayer city"
  },
  "taxpayerState": {
    "label": "Taxpayer state"
  },
  "taxpayerZip": {
    "label": "Taxpayer zip"
  },
  "groupKey": {
    "label": "Group key"
  },
  "groupCount": {
    "label": "Group count"
  },
  "groupBy": {
    "label": "Group by"
  }
}
```

## About this Actor

This example demonstrates how to use [Cook County Parcel Owners - Names & Mailing Addresses](https://apify.com/j0401/cook-parcel-owners.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/j0401/cook-parcel-owners.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/j0401/cook-parcel-owners.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`).
