# Cook County Property Records | Real Estate Tax Data Full

**Use case:** 

Full Export of Cook County Property Records | Real Estate Tax Data. Structured, ready-to-use data exported in seconds for research, monitoring, or lead

## Input

```json
{
  "maxItems": 500,
  "taxYear": "2023"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "pin": {
    "label": "PIN",
    "format": "text"
  },
  "class": {
    "label": "Class",
    "format": "text"
  },
  "tax_year": {
    "label": "Tax Year",
    "format": "text"
  },
  "nbhd": {
    "label": "Neighborhood",
    "format": "text"
  },
  "town_code": {
    "label": "Township",
    "format": "text"
  },
  "hd_sf": {
    "label": "Building SqFt",
    "format": "number"
  },
  "type_resd": {
    "label": "Res Type",
    "format": "text"
  },
  "apts": {
    "label": "Apartments",
    "format": "text"
  },
  "ext_wall": {
    "label": "Ext Wall",
    "format": "text"
  },
  "roof_cnst": {
    "label": "Roof",
    "format": "text"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "bsmt": {
    "label": "Basement",
    "format": "text"
  },
  "bsmt_fin": {
    "label": "Bsmt Finish",
    "format": "text"
  },
  "heat": {
    "label": "Heat",
    "format": "text"
  },
  "air": {
    "label": "AC",
    "format": "text"
  },
  "frpl": {
    "label": "Fireplace",
    "format": "number"
  },
  "attic_type": {
    "label": "Attic",
    "format": "text"
  },
  "attic_fnsh": {
    "label": "Attic Finish",
    "format": "text"
  },
  "hbath": {
    "label": "Half Baths",
    "format": "number"
  },
  "gar1_size": {
    "label": "Garage Size",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "number"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Cook County Property Records Scraper | Real Estate Tax Data](https://apify.com/parseforge/cook-county-property-records-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cook-county-property-records-scraper) to learn more, explore other use cases, and run it yourself.