# Building Permits   National Permit Aggregator — Full Export

**Use case:** 

Scrape the full building permits - national permit aggregator dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract building permits - national permit aggregator for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "issuedAfter": "2025-01-01",
  "issuedBefore": "",
  "minValuationUsd": 0,
  "onlyNewConstruction": false,
  "largeProjectThresholdUsd": 100000,
  "maxItems": 200
}
```

## Output

```json
{
  "permit_id": {
    "label": "Permit Id",
    "format": "string"
  },
  "source_jurisdiction": {
    "label": "Source Jurisdiction",
    "format": "string"
  },
  "permit_type": {
    "label": "Permit Type",
    "format": "string"
  },
  "issued_date": {
    "label": "Issued Date",
    "format": "string"
  },
  "valuation_usd": {
    "label": "Valuation Usd",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "is_new_construction": {
    "label": "Is New Construction",
    "format": "boolean"
  },
  "is_large_project": {
    "label": "Is Large Project",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Building Permits Scraper - National Permit Aggregator](https://apify.com/jungle_synthesizer/building-permits-national-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/building-permits-national-aggregator) to learn more, explore other use cases, and run it yourself.