Workflow validation

Building Permit Alerts API

A buyer-intent 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 only a demand test. Build starts after tracked workflow intent beats the broader market pages.

Signals To Watch

These events decide whether this workflow deserves implementation.

Smallest Build

If this page crosses a gate, the first implementation should stay this narrow.

Validation stage. This workflow is not a live paid backend yet. Requests and clicks are tracked under the Property Permit Intelligence validation funnel.