# Fresh Solar Install Leads in Austin | Building Permits API

**Use case:** 

Get recently issued Austin solar installation permits as normalized leads: contractor name, phone, trade, address, and dates from the city's official open data.

## Input

```json
{
  "city": "austin",
  "issuedAfter": "2026-01-01",
  "searchText": "solar",
  "maxItems": 200,
  "includeRaw": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "permitNumber": {
    "label": "Permit #"
  },
  "permitCategory": {
    "label": "Category"
  },
  "permitType": {
    "label": "Type (raw)"
  },
  "status": {
    "label": "Status"
  },
  "issuedDate": {
    "label": "Issued"
  },
  "valuation": {
    "label": "Valuation"
  },
  "address": {
    "label": "Address"
  },
  "contractorName": {
    "label": "Contractor"
  },
  "contractorPhone": {
    "label": "Phone"
  },
  "permitUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [US Building Permits API - Normalized Construction Leads](https://apify.com/webdata_labs/us-building-permits-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/us-building-permits-api) to learn more, explore other use cases, and run it yourself.