# California Cannabis License Lookup

**Use case:** 

Look up a known California DCC cannabis license number and save its public status, business, contact, address, and date fields.

## Input

```json
{
  "searchQuery": "C10-0000038-LIC",
  "licenseStatus": "Active",
  "premiseCounty": "Riverside",
  "maxItems": 5,
  "pageSize": 5,
  "startPage": 1,
  "includeDetails": true
}
```

## Output

```json
{
  "licenseNumber": {
    "label": "License number"
  },
  "licenseStatus": {
    "label": "Status"
  },
  "licenseType": {
    "label": "Type"
  },
  "licenseDesignation": {
    "label": "Designation"
  },
  "businessLegalName": {
    "label": "Legal name"
  },
  "businessDbaName": {
    "label": "DBA"
  },
  "businessOwnerName": {
    "label": "Owner"
  },
  "premiseStreetAddress": {
    "label": "Address"
  },
  "premiseCity": {
    "label": "City"
  },
  "premiseCounty": {
    "label": "County"
  },
  "premiseZipCode": {
    "label": "ZIP"
  },
  "businessEmail": {
    "label": "Email"
  },
  "businessPhone": {
    "label": "Phone"
  },
  "expirationDate": {
    "label": "Expiration"
  },
  "dataRefreshedDate": {
    "label": "Data refreshed"
  },
  "sourceUrl": {
    "label": "Source"
  }
}
```

## About this Actor

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