# California DRE RE/MAX Licenses

**Use case:** 

Search California DRE real estate licenses for RE/MAX with license ID, type, status, address and broker details.

## Input

```json
{
  "maxItems": 10,
  "withDetails": true,
  "query": "Remax",
  "licenseType": "any",
  "status": "any",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "licenseId": {
    "label": "License ID",
    "format": "text"
  },
  "licenseType": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "issueDate": {
    "label": "Issued",
    "format": "text"
  },
  "responsibleBroker": {
    "label": "Responsible Broker",
    "format": "object"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "mortgageLoanOriginator": {
    "label": "MLO",
    "format": "boolean"
  },
  "disciplinaryAction": {
    "label": "Disciplinary",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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