Workflow page
Building Permit Alerts API
A buyer review page for contractors, suppliers, real estate, insurance, and proptech teams that want building permit alerts filtered by jurisdiction, job type, permit type, status, filing date, and address.
GET /v1/property/building-permit-alerts?region=NYC&job_type=A1,A2&status=IN%20PROCESS
{
"data": [
{
"jobId": "301927137",
"address": "105 MONTAGUE STREET",
"borough": "BROOKLYN",
"jobType": "A3",
"permitType": "EQ",
"permitStatus": "IN PROCESS",
"filingStatus": "RENEWAL",
"leadReady": true,
"source": "NYC DOB"
}
],
"meta": { "sampleOnly": true, "workflow": "building-permit-alerts-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Contractors and suppliers using permits as early project lead signals.
- Real estate, insurance, and inspection teams monitoring property work history.
- Proptech and CRM teams adding permit activity to property records.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage narrow.
- One-source cached NYC permit feed with jurisdiction, job type, permit type, and status filters.
- Daily CSV exports before any national permit aggregation or contractor enrichment.
- No zoning advice, contractor recommendation, compliance certification, or manual lead qualification.