# AZ ROC License Search

**Use case:** 

Search public Arizona ROC contractor licenses in Phoenix.

## Input

```json
{
  "target": "city",
  "licenseNumbers": [
    "335252"
  ],
  "cities": [
    "Phoenix"
  ],
  "includeFullRecord": false
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License number",
    "format": "string"
  },
  "legalBusinessName": {
    "label": "Legal business name",
    "format": "string"
  },
  "dbaName": {
    "label": "DBA name",
    "format": "string"
  },
  "qualifyingPartyName": {
    "label": "Qualifying party",
    "format": "string"
  },
  "standing": {
    "label": "License standing",
    "format": "string"
  },
  "licenseType": {
    "label": "License type",
    "format": "string"
  },
  "classifications": {
    "label": "Classifications",
    "format": "array"
  },
  "businessAddress.city": {
    "label": "City",
    "format": "string"
  },
  "businessAddress.state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "issueDate": {
    "label": "Issue date",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "string"
  },
  "personnel": {
    "label": "Personnel",
    "format": "array"
  },
  "bonds": {
    "label": "Bonds",
    "format": "array"
  },
  "complaintHistory": {
    "label": "Complaint history",
    "format": "object"
  }
}
```

## About this Actor

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