# Contractor License Sample: OR, TX & MA (Active)

**Use case:** 

Pulls active general contractor, electrical, and HVAC/plumbing license records from Oregon, Texas, and Massachusetts — ready to run, no setup needed.

## Input

```json
{
  "states": [
    "OR",
    "TX",
    "MA"
  ],
  "statusFilter": [
    "Active"
  ],
  "maxItemsPerState": 500
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "licenseeName": {
    "label": "Licensee",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "tradeType": {
    "label": "Trade",
    "format": "text"
  },
  "licenseClass": {
    "label": "Class",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "date"
  },
  "disciplinaryFlag": {
    "label": "Disciplinary Flag",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Contractor License Scraper](https://apify.com/ledgerfield_data/contractor-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ledgerfield_data/contractor-license-scraper) to learn more, explore other use cases, and run it yourself.