# Weekly new business license email digest

**Use case:** 

Email a digest of new business licenses on a schedule: name, type, address, area and start date. Set-and-forget lead feed.

## Input

```json
{
  "cities": [
    "chicago",
    "seattle",
    "sf"
  ],
  "lookbackDays": 7,
  "futureDays": 180,
  "maxRecords": 0,
  "monitorMode": true,
  "alertOnNewBusiness": true,
  "emailRecipients": [
    "leads@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "start_date": {
    "label": "Date",
    "format": "string"
  },
  "source": {
    "label": "City",
    "format": "string"
  },
  "business_name": {
    "label": "Business",
    "format": "string"
  },
  "license_type": {
    "label": "Type",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "area": {
    "label": "Area",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [City Business License Monitor — New-Opening Leads](https://apify.com/scrapersdelight/city-business-license-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/city-business-license-monitor) to learn more, explore other use cases, and run it yourself.