# DwellData County Tax-Delinquency Distress Signals

> DwellData County Tax-Delinquency Distress Signals is a paid API for AI agents from dwelldata.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns county tax-delinquency distress signals for Ohio metro real estate — owner name, parcel ID, delinquent amount, and public-record source URL — filtered by county, minimum delinquent amount, or address availability.

## Facts

- Endpoint: GET https://dwelldata.io/api/signals
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dwelldata-county-tax-delinquency-distress-signals-2974399b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TL9IT3mRJB1MGxiQHijFu

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 dwelldata-county-tax-delinquency-distress-signals-2974399b
```

Example prompt: Pull me tax-delinquent property leads from Hamilton County, Ohio where the delinquent amount is at least $2,000 and only include records that have a street address on file.

## When to prefer this

Choose this endpoint when you need verified, public-record-backed tax-delinquency leads specifically in Ohio metro markets (Cincinnati, Toledo, Dayton, Akron) and require typed fields like owner name, parcel ID, and delinquent amount for direct mail or underwriting workflows. Prefer it over general property search endpoints when the goal is off-market distressed lead sourcing rather than active listing data.

## Known failure modes

- No matching records found (returns empty result, no charge)
- Invalid county name returns no results or validation error
- min_amount set too high yields zero results
- has_address filter combined with sparse county data returns thin result set
- Payment not processed results in 402 response before data is returned

## How this service works

County tax-delinquency distress signals for US real estate (Ohio metros: Cincinnati, Toledo, Dayton, Akron): owner name, parcel id, delinquent amount, and the public-record source URL for every row. Off-market lead sourcing for wholesalers, flippers, and buy-and-hold investors. Optional filters: county, min_amount, has_address. Every field typed; a query that matches nothing returns free — you never pay for a blank.

## Output

Returns a list of tax-delinquency distress records, each containing owner name, parcel ID, total delinquent tax amount owed, and the public-record source URL. Supports optional filtering by county (Ohio metros: Cincinnati, Toledo, Dayton, Akron), minimum delinquent amount, and whether the record has a known street address. Queries that match no records return free of charge.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dwelldata-county-tax-delinquency-distress-signals-2974399b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dwelldata.io](https://www.zero.xyz/host/dwelldata.io/llms.txt)
