NYC Building Permits & Contractor Data Extractor (DOB)
Pricing
from $0.50 / 1,000 results
NYC Building Permits & Contractor Data Extractor (DOB)
Extract NYC building permits, construction activity, and contractor-related records from the NYC Department of Buildings (DOB). Ideal for real estate analytics, contractor verification, compliance checks, and construction market research.
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
8
Total users
1
Monthly active users
2 months ago
Last modified
Categories
Share
NYC Building Permits & Contractor Data Extractor
Fast and reliable data extractor for building permits, construction activity, and contractor-related records from the New York City Department of Buildings (DOB).
This Actor retrieves official NYC DOB data filtered by borough and returns structured, automation-ready datasets that can be used for contractor verification, compliance checks, real estate analytics, and construction market research.
The Actor uses direct API access to NYC Open Data, making it fast, stable, and cost-efficient even for large datasets.
๐ Features
โข Search contractor and permit records by NYC borough โข Extract construction activity and contractor-related filing data โข Fast API-based extraction (no browser automation) โข Pagination support for collecting thousands of records โข Clean JSON dataset output ready for analytics or automation โข Automatic CSV export for easy download
๐งพ Input
Example input: { "borough": "BROOKLYN", "limit": 500, "maxRecords": 2000 }
Parameters borough
NYC borough to filter records.
Options: ALL BROOKLYN MANHATTAN QUEENS BRONX STATEN ISLAND
Default: BROOKLYN
limit
Number of records requested per API call.
Default: 500
Recommended range: 100โ1000
maxRecords
Maximum number of records to collect across all pages.
Default:5000
Example: 2000 โ collect up to 2000 records
minCost (optional)
Filter permits by minimum construction cost.
Example: { "borough": "ALL", "minCost": 1000000 }
Returns projects costing $1M or more.
๐ค Output
Each dataset item may include:
โข Job filing number โข Borough โข Address โข Job type (Alteration, New Building, etc.) โข Construction cost โข Existing and proposed dwelling units โข Building identification numbers (BIN, block, lot) โข Permit and filing dates โข Geographic coordinates (latitude, longitude)
Example dataset item: { "jobFilingNumber": "B00248426-I1", "borough": "BROOKLYN", "address": "1086 DECATUR STREET", "jobType": "Alteration", "constructionCost": "6000", "existingUnits": "7", "proposedUnits": "7", "latitude": "40.686474", "longitude": "-73.909788" }
All records are automatically stored in the Apify Dataset in JSON format.
Data can be exported to:
โข Excel โข Google Sheets โข Airtable โข SQL databases โข BI / analytics pipelines
A CSV file export is also generated for quick download.
๐งโ๐ป API Usage Example
Run the Actor programmatically using the Apify API.
Python example: import requests
run = requests.post( "https://api.apify.com/v2/acts/
print(run["data"])
๐ Typical Use Cases Contractor Verification
Confirm whether contractors are associated with valid NYC DOB filings.
Real Estate Due Diligence
Analyze building permits before development or renovation projects.
Construction Market Research
Track construction activity and investment trends across NYC boroughs.
Compliance Automation
Automate permit and contractor verification workflows.
Data Enrichment
Enhance CRM, property databases, or analytics systems with NYC construction data.
๐ธ Pricing
Pay-per-usage.
This Actor is optimized to remain cost-efficient even when extracting thousands of records, making it suitable for automated workflows and data analysis pipelines.
โ Notes
โข No browser automation โ very fast and stable โข Uses official NYC Open Data (Department of Buildings) โข Ideal for contractor verification, construction analytics, and real estate research
