# Recent Commercial Permit Signals for Major Cities

**Use case:** 

Get recent commercial opening signals from five cities, including source IDs, addresses, and event dates for quick lead research.

## Input

```json
{
  "schemaVersion": "1.0",
  "requestId": "permit-daily-prefill-001",
  "maxResults": 10,
  "freshnessMinutes": 0,
  "detailLevel": "compact",
  "lookbackDays": 30
}
```

## Output

```json
{
  "dedupeKey": {
    "label": "Key",
    "format": "text"
  },
  "sourceId": {
    "label": "Source",
    "format": "text"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "signalType": {
    "label": "Type",
    "format": "text"
  },
  "eventDate": {
    "label": "Event date",
    "format": "text"
  },
  "signalScore": {
    "label": "Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [New Opening Permit Lead Radar](https://apify.com/zinin/new-opening-permit-lead-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/new-opening-permit-lead-radar) to learn more, explore other use cases, and run it yourself.