# Recent NYC Building Permits Scraper

**Use case:** 

Scrape recent NYC DOB NOW permits with project costs, scopes, applicants, contractors, owners, addresses, and coordinates.

## Input

```json
{
  "boroughs": [
    "MANHATTAN"
  ],
  "maxItems": 25
}
```

## Output

```json
{
  "jobFilingNumber": {
    "label": "Filing number"
  },
  "workPermit": {
    "label": "Work permit"
  },
  "issuedDate": {
    "label": "Issued",
    "format": "date"
  },
  "approvedDate": {
    "label": "Approved",
    "format": "date"
  },
  "expiredDate": {
    "label": "Expires",
    "format": "date"
  },
  "permitStatus": {
    "label": "Status"
  },
  "filingReason": {
    "label": "Filing reason"
  },
  "address": {
    "label": "Address"
  },
  "borough": {
    "label": "Borough"
  },
  "zipCode": {
    "label": "ZIP"
  },
  "workType": {
    "label": "Work type"
  },
  "jobDescription": {
    "label": "Job description"
  },
  "estimatedJobCost": {
    "label": "Estimated cost",
    "format": "number"
  },
  "applicantName": {
    "label": "Applicant"
  },
  "applicantBusinessName": {
    "label": "Applicant business"
  },
  "applicantLicense": {
    "label": "License"
  },
  "ownerName": {
    "label": "Owner"
  },
  "ownerBusinessName": {
    "label": "Owner business"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Official source",
    "format": "link"
  },
  "retrievedAt": {
    "label": "Retrieved",
    "format": "date"
  }
}
```

## About this Actor

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