# Cook County property owner leads and valuation scraper

**Use case:** 

Create a repeatable Cook County owner lead export with mailing addresses and mailed, certified, and Board assessed values.

## Input

```json
{
  "pins": [
    "32213210090000"
  ],
  "yearFrom": 2020,
  "yearTo": 2020,
  "addressQuery": "HANOVER",
  "maxItems": 500,
  "includePartialRecords": false,
  "scanLimit": 10000
}
```

## Output

```json
{
  "pin": {
    "label": "PIN",
    "format": "string"
  },
  "year": {
    "label": "Assessment year",
    "format": "integer"
  },
  "propertyClass": {
    "label": "Property class",
    "format": "string"
  },
  "townshipName": {
    "label": "Township",
    "format": "string"
  },
  "propertyAddress": {
    "label": "Property address",
    "format": "string"
  },
  "propertyCity": {
    "label": "Property city",
    "format": "string"
  },
  "ownerName": {
    "label": "Owner name",
    "format": "string"
  },
  "mailingName": {
    "label": "Mailing name",
    "format": "string"
  },
  "mailedTotalValue": {
    "label": "Mailed total value",
    "format": "number"
  },
  "certifiedTotalValue": {
    "label": "Certified total value",
    "format": "number"
  },
  "boardTotalValue": {
    "label": "Board total value",
    "format": "number"
  },
  "rowId": {
    "label": "Source row ID",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cook County Assessor Parcel Scraper](https://apify.com/automation-lab/cook-county-assessor-parcel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/cook-county-assessor-parcel-scraper) to learn more, explore other use cases, and run it yourself.