# Michigan LARA License Scraper by Last Name

**Use case:** 

Scrape Michigan LARA professional license lookup results by surname for lead generation and compliance workflows.

## Input

```json
{
  "queries": [
    {
      "lastName": "Smith"
    },
    {
      "lastName": "Johnson"
    }
  ],
  "maxItems": 100
}
```

## 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.