# Look Up Michigan Contractors by Name

**Use case:** 

Search Michigan LARA contractor and trade licenses by business name -- license number, type, status, and address.

## Input

```json
{
  "query": "CONSTRUCTION",
  "licenseType": "Residential Builder Company",
  "maxResults": 25,
  "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.