# Cannabis Licenses (1,700+ records) Massachusetts Cannabis

**Use case:** 

Extract Massachusetts Cannabis Licensing data filtered by Cannabis Licenses (1,700+ records). Export structured results ready for analysis, lead generation,

## Input

```json
{
  "maxItems": 10,
  "dataset": "licenses"
}
```

## Output

```json
{
  "BUSINESS_NAME": {
    "label": "Business",
    "format": "text"
  },
  "BUSINESS_EMAIL": {
    "label": "Email",
    "format": "text"
  },
  "BUSINESS_PHONE": {
    "label": "Phone",
    "format": "text"
  },
  "BUSINESS_CITY": {
    "label": "City",
    "format": "text"
  },
  "BUSINESS_STATE": {
    "label": "State",
    "format": "text"
  },
  "BUSINESS_ZIP_CODE": {
    "label": "ZIP",
    "format": "text"
  },
  "LICENSE_NUMBER": {
    "label": "License #",
    "format": "text"
  },
  "LICENSE_TYPE": {
    "label": "Type",
    "format": "text"
  },
  "LICENSE_STATUS": {
    "label": "Status",
    "format": "text"
  },
  "APPROVED_LICENSE_STAGE": {
    "label": "Stage",
    "format": "text"
  },
  "INDUSTRY": {
    "label": "Industry",
    "format": "text"
  },
  "PHYSICAL_ADDRESS_1": {
    "label": "Address",
    "format": "text"
  },
  "PHYSICAL_CITY": {
    "label": "Location",
    "format": "text"
  },
  "PHYSICAL_ZIP_CODE": {
    "label": "Location ZIP",
    "format": "text"
  },
  "CULTIVATION_ENVIRONMENT": {
    "label": "Cultivation",
    "format": "text"
  },
  "CULTIVATION_TIER": {
    "label": "Tier",
    "format": "text"
  },
  "LICENSE_FEE_AMOUNT": {
    "label": "Fee",
    "format": "text"
  },
  "FEE_WAIVER_REQUEST": {
    "label": "Fee Waiver",
    "format": "text"
  },
  "APPROVED_SOCIAL_EQUITY": {
    "label": "Social Equity",
    "format": "text"
  },
  "REVIEW_PRIORITY_CATEGORY": {
    "label": "Priority",
    "format": "text"
  },
  "LICENSE_START_DATE": {
    "label": "Start Date",
    "format": "text"
  },
  "LICENSE_EXPIRATION_DATE": {
    "label": "Expiration",
    "format": "text"
  },
  "COMMENCE_OPERATIONS_DATE": {
    "label": "Operations Start",
    "format": "text"
  },
  "APPLICATION_STATUS": {
    "label": "App Status",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Massachusetts Cannabis Licensing Scraper](https://apify.com/parseforge/ma-cannabis-licensing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ma-cannabis-licensing-scraper) to learn more, explore other use cases, and run it yourself.