# Alabama Weedmaps Dispensary & Menu

**Use case:** 

Extract Weedmaps Dispensary & Menu data filtered by alabama. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "state": "alabama",
  "city": "",
  "retailerServices": "storefront",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "dispensaryName": {
    "label": "Dispensary",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceUnit": {
    "label": "Price Unit",
    "format": "string"
  },
  "inStockCount": {
    "label": "Stock",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "retailerServices": {
    "label": "Services",
    "format": "array"
  },
  "licenseType": {
    "label": "License",
    "format": "string"
  },
  "openNow": {
    "label": "Open Now",
    "format": "boolean"
  },
  "todaysHours": {
    "label": "Today's Hours",
    "format": "string"
  },
  "menuItemsCount": {
    "label": "Menu Count",
    "format": "number"
  },
  "verifiedMenuItemsCount": {
    "label": "Verified Menu Count",
    "format": "number"
  },
  "slug": {
    "label": "Slug",
    "format": "string"
  },
  "wmid": {
    "label": "WMID",
    "format": "number"
  },
  "dispensarySlug": {
    "label": "Dispensary Slug",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Weedmaps Dispensary & Menu Scraper](https://apify.com/parseforge/weedmaps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/weedmaps-scraper) to learn more, explore other use cases, and run it yourself.