# Cannabis Delivery Services in San Francisco

**Use case:** 

Find reliable cannabis delivery services in San Francisco for your convenience.

## Input

```json
{
  "maxDispensaries": 50,
  "latitude": "37.7749",
  "longitude": "-122.4194",
  "retailerService": "delivery"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "type": {
    "label": "Type"
  },
  "licenseType": {
    "label": "License"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewsCount": {
    "label": "Reviews"
  },
  "phone": {
    "label": "Phone"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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