# Verify a Michigan Contractor License by Number

**Use case:** 

Check a Michigan LARA contractor license by number -- type, status, and address, straight from the official Accela registry.

## Input

```json
{
  "query": "6102064",
  "licenseType": "Residential Builder Company",
  "maxResults": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "person_name": {
    "label": "Person Name",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "issue_date": {
    "label": "Issue Date",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration Date",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zip_code": {
    "label": "ZIP Code",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Michigan Contractor License Lookup & Verify (LARA)](https://apify.com/fried_calamaries/michigan-contractor-license-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fried_calamaries/michigan-contractor-license-lookup) to learn more, explore other use cases, and run it yourself.