# Mesa AZ Active Residential Contractor Licenses

**Use case:** 

Access active residential contractor licenses in Mesa, AZ. Get details like license number, status, business name, owner, and contact information.

## Input

```json
{
  "cities": [
    "Mesa"
  ],
  "companyNames": [],
  "qualifyingPartyNames": [],
  "licenseNumbers": [],
  "licenseType": "RESIDENTIAL",
  "licenseStatus": "ACTIVE",
  "licenseClassification": "",
  "licenseClassificationCustom": "",
  "scrapeDetailPage": false,
  "scrapeComplaints": false,
  "maxResultsPerSearch": 50,
  "resultsPerPage": "50",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "qualifyingParty": {
    "label": "Qualifying Party",
    "format": "text"
  },
  "primaryClassification": {
    "label": "Classification",
    "format": "text"
  },
  "classificationDesc": {
    "label": "Trade",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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