# Current California Veterinarian Licenses Data

**Use case:** 

Access real-time data on current California veterinarian licenses. Get license numbers, types, statuses, names, addresses, and expiry information.

## Input

```json
{
  "boards": [
    "Veterinary Medical Board"
  ],
  "licenseTypes": [],
  "licenseStatus": "current",
  "counties": [],
  "stateFilter": "",
  "maxRecords": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "agencyName": {
    "label": "Board",
    "format": "text"
  },
  "licenseTypeName": {
    "label": "License Type",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "firstName": {
    "label": "First Name",
    "format": "text"
  },
  "lastName": {
    "label": "Last Name",
    "format": "text"
  },
  "organizationName": {
    "label": "Organization",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "licenseStatus": {
    "label": "Status",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "licenseCategory": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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