# Stratalize Property Tax Benchmark

> Stratalize Property Tax Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns effective property tax rates by state and property type, assessment ratios, and appeal success rates sourced from the Lincoln Institute of Land Policy

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/property-tax-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-property-tax-benchmark-9265035f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hKIo-wm6sU-6ngv6QzAyl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-property-tax-benchmark-9265035f
```

Example prompt: What are the effective property tax rates and assessment ratios for commercial real estate in Texas? I also want to know the appeal success rates so I can estimate our tax burden before closing.

## When to prefer this

Use this endpoint when you need authoritative, independently verifiable property tax benchmarks by state and property type — especially during real estate acquisition due diligence, underwriting, or tax burden modeling. Prefer this over generic tax data sources when you need Lincoln Institute-sourced effective rates, assessment ratios, and appeal success rates with a signed receipt for audit or compliance purposes.

## Known failure modes

- Missing or invalid state code (not a valid 2-letter US state abbreviation) returns an error
- Invalid property_type enum value returns a validation error
- State not covered in the Lincoln Institute dataset may return no data
- Payment failure or insufficient USDC balance prevents call execution

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a property owner or acquisition team needs tax burden context. Returns effective tax rates by state and property type, assessment ratios, and appeal success rates. Source: Lincoln Institute of Land Policy

## Output

Returns effective tax rates, assessment ratios, and appeal success rates for the specified US state and property type (commercial, residential, industrial, or multifamily), sourced from Lincoln Institute of Land Policy data, with a signed verifiable receipt.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "Request parameter: state"
  },
  "property_type": {
   "enum": [
    "commercial",
    "residential",
    "industrial",
    "multifamily"
   ],
   "type": "string",
   "description": "Request parameter: property type"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-property-tax-benchmark-9265035f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
