# Build a Cook County Roofing Contractor List

**Use case:** 

Every licensed Illinois roofing contractor in Cook County from IDFPR's open data - licence number, status, name and city.

## Input

```json
{
  "listCountiesOnly": false,
  "county": "COOK",
  "maxResults": 500
}
```

## Output

```json
{
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Illinois Roofing Contractor Directory & Leads Scraper (IDFPR)](https://apify.com/scrapebench/illinois-contractor-directory-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/illinois-contractor-directory-leads-scraper) to learn more, explore other use cases, and run it yourself.