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.

Signals To Watch

These buyer actions help prioritize workflow support and access routing.

Smallest Build

The first buyer-ready workflow should stay this narrow.

Availability. This workflow is available for buyer review. Direct requests are routed under the Property Permit Intelligence product catalog.