# Arizona contractor license search scraper

**Use case:** 

Search Arizona ROC contractor licenses by company or person and export status, classification, contacts, personnel, complaints, and bonds.

## Input

```json
{
  "licenseNumbers": [
    "306449"
  ],
  "searchQueries": [
    "Outlook Construction"
  ],
  "startUrls": [],
  "city": "",
  "classification": "",
  "status": "any",
  "maxItems": 10,
  "maxPages": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "licenseNumber": {
    "label": "ROC license",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "statusAction": {
    "label": "Status / action",
    "format": "text"
  },
  "classificationCode": {
    "label": "Class",
    "format": "text"
  },
  "classificationDescription": {
    "label": "Classification",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type",
    "format": "text"
  },
  "firstIssuedDate": {
    "label": "First issued",
    "format": "text"
  },
  "renewedThroughDate": {
    "label": "Renewed through",
    "format": "text"
  },
  "personnel": {
    "label": "Personnel",
    "format": "object"
  },
  "openComplaintCount": {
    "label": "Open complaints",
    "format": "number"
  },
  "disciplinedComplaintCount": {
    "label": "Disciplined",
    "format": "number"
  },
  "resolvedSettledComplaintCount": {
    "label": "Resolved / settled",
    "format": "number"
  },
  "bonds": {
    "label": "Bonds",
    "format": "object"
  },
  "sourceCurrentAsOf": {
    "label": "Source current as of",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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