# Find Minnesota Roofing Contractors with Enforcement Actions

**Use case:** 

Screen Minnesota residential roofing contractors against DLI's roster and surface only the licences carrying an enforcement action.

## Input

```json
{
  "query": "ROOFING",
  "maxResults": 100,
  "enforcementOnly": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "license_number": {
    "label": "License #",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "license_type": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "enforcement_action": {
    "label": "Enforcement",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expires",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Minnesota Contractor License Lookup & Verify (DLI)](https://apify.com/scrapebench/minnesota-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapebench/minnesota-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.