# Michigan LARA Organization License Extractor

**Use case:** 

Extract Michigan LARA organization license lookup records for compliance monitoring and B2B enrichment.

## Input

```json
{
  "queries": [
    {
      "organizationName": "Smith"
    }
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "licenseType": {
    "label": "License type"
  },
  "licenseNumber": {
    "label": "License number"
  },
  "fullName": {
    "label": "Full name"
  },
  "organizationName": {
    "label": "Organization"
  },
  "dbaTradeName": {
    "label": "DBA / trade name"
  },
  "licenseStatus": {
    "label": "Status"
  },
  "expirationDate": {
    "label": "Expiration"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "query": {
    "label": "Search query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Michigan LARA Professional License Lookup Scraper](https://apify.com/automation-lab/michigan-lara-professional-license-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/michigan-lara-professional-license-lookup-scraper) to learn more, explore other use cases, and run it yourself.