# Chicago Construction Permits

**Use case:** 

Search Chicago building permits with construction and save up to 5 rows with status, work details, cost, fees, contacts, and source links.

## Input

```json
{
  "target": "search",
  "searchMode": "all",
  "projectSearch": "construction",
  "maxItems": 5
}
```

## Output

```json
{
  "permitId": {
    "label": "Permit ID",
    "format": "string"
  },
  "status": {
    "label": "Permit status",
    "format": "string"
  },
  "milestone": {
    "label": "Milestone",
    "format": "string"
  },
  "classification": {
    "label": "Permit classification",
    "format": "object"
  },
  "timing": {
    "label": "Permit timing",
    "format": "object"
  },
  "property": {
    "label": "Property",
    "format": "object"
  },
  "project": {
    "label": "Project",
    "format": "object"
  },
  "fees": {
    "label": "Permit fees",
    "format": "object"
  },
  "contacts": {
    "label": "Permit contacts",
    "format": "array"
  },
  "source": {
    "label": "Source",
    "format": "object"
  }
}
```

## About this Actor

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