# Recent Chicago Building Permits Scraper

**Use case:** 

Scrape recent Chicago building permits with project costs, work details, owners, applicants, contractors, fees, and locations.

## Input

```json
{
  "maxItems": 25
}
```

## Output

```json
{
  "permitNumber": {
    "label": "Permit number"
  },
  "issueDate": {
    "label": "Issued",
    "format": "date"
  },
  "permitStatus": {
    "label": "Status"
  },
  "permitMilestone": {
    "label": "Milestone"
  },
  "permitType": {
    "label": "Permit type"
  },
  "reviewType": {
    "label": "Review type"
  },
  "address": {
    "label": "Address"
  },
  "ward": {
    "label": "Ward"
  },
  "communityArea": {
    "label": "Community area"
  },
  "workType": {
    "label": "Work type"
  },
  "workDescription": {
    "label": "Work description"
  },
  "reportedCost": {
    "label": "Reported cost",
    "format": "number"
  },
  "totalFee": {
    "label": "Total fee",
    "format": "number"
  },
  "ownerName": {
    "label": "Owner"
  },
  "applicantName": {
    "label": "Applicant"
  },
  "generalContractorName": {
    "label": "General contractor"
  },
  "electricalContractorName": {
    "label": "Electrical contractor"
  },
  "contacts": {
    "label": "All contacts"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "date"
  }
}
```

## About this Actor

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