# California Real Estate License Monitor

**Use case:** 

Monitor California real estate license IDs for status, expiration dates, broker changes, and discipline comments.

## Input

```json
{
  "licenseIds": [
    "01244127",
    "01333203",
    "00939106"
  ],
  "licenseeName": "Smith",
  "city": "",
  "maxResults": 3,
  "includeDetails": true,
  "requestDelayMillis": 250
}
```

## Output

```json
{
  "licenseId": {
    "label": "License ID"
  },
  "name": {
    "label": "Name"
  },
  "licenseType": {
    "label": "Type"
  },
  "licenseStatus": {
    "label": "Status"
  },
  "mailingAddressCity": {
    "label": "City"
  },
  "expirationDate": {
    "label": "Expires"
  },
  "responsibleBroker": {
    "label": "Broker"
  },
  "disciplinaryAction": {
    "label": "Discipline / comments"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [California DRE Licensee Search Scraper](https://apify.com/automation-lab/california-dre-licensee-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/california-dre-licensee-search-scraper) to learn more, explore other use cases, and run it yourself.