# By Address Cook County Assessor's Property

**Use case:** 

Extract Cook County Assessor's Property data filtered by By Address. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchMode": "address",
  "pins": [
    "14321090140000"
  ],
  "includeAssessedValues": true,
  "includeCharacteristics": true,
  "includeSales": false,
  "includeAppeals": false
}
```

## Output

```json
{
  "pin": {
    "label": "PIN",
    "format": "string"
  },
  "property_address": {
    "label": "Property Address",
    "format": "string"
  },
  "property_city": {
    "label": "City",
    "format": "string"
  },
  "property_zip": {
    "label": "ZIP Code",
    "format": "string"
  },
  "township_name": {
    "label": "Township Name",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "property_class": {
    "label": "Property Class",
    "format": "string"
  },
  "assessed_value": {
    "label": "Assessed Value",
    "format": "number"
  },
  "market_value": {
    "label": "Market Value (estimated)",
    "format": "number"
  },
  "year_built": {
    "label": "Year Built",
    "format": "integer"
  },
  "building_sq_ft": {
    "label": "Building Sq Ft",
    "format": "number"
  },
  "land_sq_ft": {
    "label": "Land Sq Ft",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "url": {
    "label": "Assessor URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cook County Assessor's Property Scraper](https://apify.com/parseforge/cookcountyassessor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cookcountyassessor-scraper) to learn more, explore other use cases, and run it yourself.