# California DRE Agent City Scraper

**Use case:** 

Scrape California DRE license records by name and city for real estate lead lists, recruiting, and compliance checks.

## Input

```json
{
  "licenseIds": [
    "01244127"
  ],
  "licenseeName": "Smith",
  "city": "ENCINITAS",
  "maxResults": 25,
  "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.