# US City Roofing and HVAC Permit Leads

**Use case:** 

Obtain detailed lead signals for roofing and HVAC projects from city permits. Data includes location, work type, and source evidence.

## Input

```json
{
  "buyerQuery": "buyer-ready records with source evidence",
  "taskIntent": "local-research-export",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 15,
  "perSourceLimit": 5,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true,
  "memberTimeoutSecs": 300,
  "zentraOwnerQa": false
}
```

## Output

```json
{
  "permitIdentifier": {
    "label": "Permit Identifier",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "municipality": {
    "label": "Municipality",
    "format": "string"
  },
  "projectType": {
    "label": "Project Type",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "applicant": {
    "label": "Applicant",
    "format": "string"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  },
  "recordId": {
    "label": "Record Id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source Name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source Url",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US City Building Permit Lead Feed for Roofing/HVAC](https://apify.com/zentrafoundry/us-building-permit-roofing-hvac-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/us-building-permit-roofing-hvac-leads) to learn more, explore other use cases, and run it yourself.