# Look Up Chicago Permit 101055542

**Use case:** 

Look up Chicago permit 101055542 and save its published details, fees, contacts, and source links.

## Input

```json
{
  "target": "permit",
  "searchMode": "all",
  "projectSearch": "roof",
  "maxItems": 1,
  "permitId": "101055542"
}
```

## 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.