# Build a Hartford County Home Improvement Contractor List

**Use case:** 

Every active Connecticut home improvement contractor in one county, from DCP's open data - name, registration number, town, expiry.

## Input

```json
{
  "county": "Hartford",
  "statusFilter": "Active",
  "maxResults": 500
}
```

## Output

```json
{
  "county": {
    "label": "County",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "credential_number": {
    "label": "Credential #",
    "format": "string"
  },
  "credential_type": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "string"
  },
  "person_name": {
    "label": "Person",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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