# NYC Building Permits Manhattan Scraper

**Use case:** 

Scrape NYC building permits in Manhattan with job number, address, ZIP code, block, and lot. Export structured permit data to JSON or CSV.

## Input

```json
{
  "borough": "MANHATTAN",
  "dataset": "both",
  "maxItems": 50
}
```

## Output

```json
{
  "Job Number": {
    "label": "Job  Number",
    "format": "text"
  },
  "Borough": {
    "label": "Borough",
    "format": "text"
  },
  "Address": {
    "label": "Address",
    "format": "text"
  },
  "ZIP Code": {
    "label": "Z I P  Code",
    "format": "text"
  },
  "Block": {
    "label": "Block",
    "format": "text"
  },
  "Lot": {
    "label": "Lot",
    "format": "text"
  },
  "BBL": {
    "label": "B B L",
    "format": "text"
  },
  "BIN": {
    "label": "B I N",
    "format": "text"
  },
  "Job Type": {
    "label": "Job  Type",
    "format": "text"
  },
  "Work Type": {
    "label": "Work  Type",
    "format": "text"
  },
  "Job Description": {
    "label": "Job  Description",
    "format": "date"
  },
  "Estimated Cost": {
    "label": "Estimated  Cost",
    "format": "text"
  },
  "Owner Name": {
    "label": "Owner  Name",
    "format": "text"
  },
  "Owner Business": {
    "label": "Owner  Business",
    "format": "text"
  },
  "Owner Business Type": {
    "label": "Owner  Business  Type",
    "format": "text"
  },
  "Owner Phone": {
    "label": "Owner  Phone",
    "format": "text"
  }
}
```

## About this Actor

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