# SeniorPulse Property Tax Relief Finder

> SeniorPulse Property Tax Relief Finder is a paid API for AI agents from seniorpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns state-specific senior property-tax exemptions, assessment freezes, deferrals, and circuit-breaker programs available to older homeowners.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/property-tax
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-property-tax-relief-finder-c5c2bc08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oK_cWtGzDjYahuC9VQ8x8

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 seniorpulse-property-tax-relief-finder-c5c2bc08
```

Example prompt: My 74-year-old mom owns her home in Ohio and I don't think she's claiming all the property tax breaks she's entitled to — can you look up the senior property-tax exemptions, freezes, and deferrals available in Ohio so I can help her apply?

## When to prefer this

Use this endpoint when a caregiver, benefits counselor, or AI agent needs to surface property-tax-specific relief programs (exemptions, freezes, deferrals, circuit breakers) for senior homeowners by state. Prefer this over general senior-benefits endpoints when the user's question is specifically about property taxes. Distinct from income, food, medication, or Medicaid benefit lookups offered by sibling endpoints.

## Known failure modes

- Unsupported or unrecognized state abbreviation/name returns an error or empty result
- State with no specific senior property-tax programs may return minimal results
- Network timeout or payment failure (x402) if USDC balance is insufficient
- Rate limiting if too many requests are made in rapid succession

## How this service works

Senior property-tax exemption / freeze / deferral relief, by state. Surfaces the exemptions, assessment freezes, deferrals, and circuit breakers that most older homeowners miss. For caregiver and benefits agents — informational, not tax advice.

## Output

A structured summary of senior property-tax relief programs available in the specified state, including exemptions (full or partial), assessment freezes, deferral programs, and circuit-breaker credits — with eligibility criteria, income or age thresholds, and notes on commonly overlooked programs. Returned as informational guidance, not tax advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "age": {
   "type": "number",
   "description": "Homeowner age — many programs begin at 62, 65, or 70"
  },
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "state": {
   "type": "string",
   "description": "US state name or abbreviation (e.g. 'Texas', 'TX')"
  },
  "income": {
   "type": "number",
   "description": "Annual household income in USD — required for income-tested programs"
  },
  "country": {
   "type": "string",
   "description": "Country of residence — defaults to US state programs if omitted. Set for non-US countries (e.g. 'United Kingdom', 'Canada', 'Australia') to get that country's equivalent property/council tax relief instead."
  },
  "veteran": {
   "type": "boolean",
   "description": "Set true to include veteran-specific property tax exemptions (available in every state)"
  },
  "home_value": {
   "type": "number",
   "description": "Estimated home value in USD — used to estimate annual savings"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-property-tax-relief-finder-c5c2bc08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
