Workflow page
Permit Data API
A buyer review page for teams searching for a permit data API that can normalize municipal building permit records by jurisdiction, job type, permit type, status, filing date, and address.
GET /v1/property/permits?region=NYC&permit_type=EW&filed_after=2026-07-01
{
"data": [
{
"jobId": "402207964",
"borough": "QUEENS",
"address": "716 SEAGIRT AVENUE",
"zipCode": "11691",
"jobType": "A2",
"permitType": "EW",
"permitStatus": "IN PROCESS",
"filingDate": "2005-09-09",
"source": "NYC DOB"
}
],
"meta": { "sampleOnly": true, "workflow": "permit-data-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Contractors and suppliers enriching lead lists with source-linked permit records.
- Proptech and CRM teams adding permit history to property profiles.
- Real estate, insurance, and inspection teams reviewing property work history.
Signals To Watch
These buyer actions help prioritize workflow support and access routing.
- Request clicks from permit data API, building permit data, and property permit searches.
- Building permit CSV sample downloads.
- Demo clicks from users comparing normalized municipal permit response shape.
Smallest Build
The first buyer-ready workflow should stay this narrow.
- One-source cached NYC permit feed with jurisdiction, permit type, status, and filing-date filters.
- Daily CSV exports before any national permit aggregation or contractor enrichment.
- No zoning advice, contractor recommendation, compliance certification, or lead quality guarantee.