Workflow page

Property Tax API

A buyer review page for teams searching for a property tax API that can normalize parcel IDs, jurisdictions, tax years, assessed values, tax due amounts, status fields, and source links.

GET /v1/property/taxes?state=CA&county=Los%20Angeles&parcel_id=sample-ca-551284&tax_year=2026
{
  "data": [
    {
      "parcelId": "sample-ca-551284",
      "jurisdiction": "Los Angeles County CA",
      "taxYear": 2026,
      "assessedValue": 742000,
      "taxDue": 8234.21,
      "taxStatus": "paid",
      "source": "County Assessor Sample"
    }
  ],
  "meta": { "sampleOnly": true, "workflow": "property-tax-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 Tax Intelligence product catalog.