# Scrape Queens NY Building Permits & Contractor Leads

**Use case:** 

Scrape the latest building permits in Queens, NY. Automatically find contractor phone numbers, emails, and contact info to generate high-quality B2B leads.

## Input

```json
{
  "city": "QUEENS, NY",
  "extractTop100": false,
  "extractStateMatrix": false,
  "state": "NY",
  "permitType": "All Types",
  "timePeriod": "Last 30 days",
  "maxResults": 10,
  "incrementalMode": false,
  "enrichContractors": true,
  "enableCensusGeocoding": true,
  "enableContractorRollup": false,
  "maxCities": 50,
  "maxPerCity": 50
}
```

## Output

```json
{
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "permitNumber": {
    "label": "Permit number"
  },
  "address": {
    "label": "Address"
  },
  "permitType": {
    "label": "Permit type"
  },
  "estimatedValueFormatted": {
    "label": "Estimated value formatted"
  },
  "contractor": {
    "label": "Contractor"
  },
  "issueDate": {
    "label": "Issue date"
  },
  "zipCode": {
    "label": "Zip code"
  }
}
```

## About this Actor

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