# Chicago New Construction Permits

**Use case:** 

Latest Chicago new construction building permits with address, reported cost, ward, owner and contractor details.

## Input

```json
{
  "maxItems": 50,
  "permitType": "PERMIT - NEW CONSTRUCTION"
}
```

## Output

```json
{
  "permitNumber": {
    "label": "Permit #",
    "format": "text"
  },
  "permitType": {
    "label": "Permit Type",
    "format": "text"
  },
  "permitStatus": {
    "label": "Status",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "workDescription": {
    "label": "Work Description",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "issueDate": {
    "label": "Issued",
    "format": "date"
  },
  "applicationDate": {
    "label": "Applied",
    "format": "date"
  },
  "reportedCost": {
    "label": "Reported Cost",
    "format": "number"
  },
  "totalFee": {
    "label": "Total Fee",
    "format": "number"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "contractorName": {
    "label": "Contractor",
    "format": "text"
  },
  "ward": {
    "label": "Ward",
    "format": "text"
  },
  "communityArea": {
    "label": "Community Area",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Chicago Building Permits Scraper (Contractors, Owners)](https://apify.com/scrapers_lat/chicago-building-permits-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/chicago-building-permits-scraper) to learn more, explore other use cases, and run it yourself.