# Build a Multnomah County Residential Contractor List

**Use case:** 

Every CCB-licensed residential general contractor in one Oregon county, with bond, insurance and expiration attached.

## Input

```json
{
  "county": "Multnomah",
  "licenseType": "Residential General Contractor",
  "maxResults": 500
}
```

## Output

```json
{
  "county": {
    "label": "County",
    "format": "string"
  },
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_endorsement": {
    "label": "License Endorsement",
    "format": "string"
  },
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "rmi_name": {
    "label": "RMI Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

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