# Scrape Recent NYC Building Permits

**Use case:** 

Track new NYC building permits from the last 30 days with City, Issued date, Permit type, Address, Value (USD), Contractor and Owner. No login required.

## Input

```json
{
  "cities": [
    "new-york"
  ],
  "lastNDays": 30,
  "onlyWithContractorContact": false,
  "maxResultsPerCity": 300,
  "maxResults": 1000,
  "monitorMode": false,
  "monitorStoreName": "building-permits-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "dateIssued": {
    "label": "Issued",
    "format": "text"
  },
  "permitType": {
    "label": "Permit type",
    "format": "text"
  },
  "tradeCategories": {
    "label": "Trades",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "addressFull": {
    "label": "Address",
    "format": "text"
  },
  "projectValue": {
    "label": "Value (USD)",
    "format": "number"
  },
  "contractor": {
    "label": "Contractor",
    "format": "object"
  },
  "owner": {
    "label": "Owner",
    "format": "object"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "permitNumber": {
    "label": "Permit #",
    "format": "text"
  },
  "permitUrl": {
    "label": "Permit URL",
    "format": "link"
  }
}
```

## About this Actor

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