# Bulk Contractor License Verification Export

**Use case:** 

Bulk verify contractor licenses from public state records for vendor onboarding, compliance, and due-diligence workflows.

## Input

```json
{
  "states": [
    "TX"
  ],
  "contractorNames": [
    "A",
    "B"
  ],
  "licenseNumbers": [],
  "city": "",
  "zip": "",
  "texasLicenseType": "-1",
  "includeDetails": true,
  "maxResults": 100
}
```

## Output

```json
{
  "state": {
    "label": "State"
  },
  "sourceAgency": {
    "label": "Source agency"
  },
  "queryType": {
    "label": "Query type"
  },
  "query": {
    "label": "Query"
  },
  "licenseNumber": {
    "label": "License #"
  },
  "licenseType": {
    "label": "License type"
  },
  "businessName": {
    "label": "Name"
  },
  "dbaName": {
    "label": "DBA"
  },
  "status": {
    "label": "Status"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "expirationDate": {
    "label": "Expiration"
  },
  "classifications": {
    "label": "Classifications"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "stateCode": {
    "label": "State code"
  },
  "zip": {
    "label": "ZIP"
  },
  "county": {
    "label": "County"
  },
  "phone": {
    "label": "Phone"
  },
  "bondInfo": {
    "label": "Bond"
  },
  "insuranceInfo": {
    "label": "Insurance"
  },
  "publicNotes": {
    "label": "Public notes"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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