# Solar Permit Leads Austin — New Installs Daily

**Use case:** 

Daily feed of new solar and PV permits issued in Austin, TX — address, valuation and winning contractor, from official city data. Pay per lead.

## Input

```json
{
  "portals": [
    "austin"
  ],
  "keywords": [
    "solar",
    "photovoltaic",
    "pv"
  ],
  "lookbackDays": 14,
  "alertOn": "new",
  "emitBaseline": true,
  "resetState": false,
  "maxItems": 100,
  "stateStoreName": "permit-monitor-state"
}
```

## Output

```json
{
  "portal": {
    "label": "City",
    "format": "string"
  },
  "permitType": {
    "label": "Type",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "Town",
    "format": "string"
  },
  "valuationUsd": {
    "label": "Valuation $",
    "format": "number"
  },
  "contractorName": {
    "label": "Contractor",
    "format": "string"
  },
  "issuedDate": {
    "label": "Issued",
    "format": "string"
  },
  "isBaseline": {
    "label": "Baseline",
    "format": "boolean"
  },
  "url": {
    "label": "Permit",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Building Permit Monitor - Construction Leads](https://apify.com/lowlanddata/building-permit-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lowlanddata/building-permit-monitor) to learn more, explore other use cases, and run it yourself.