# Hermes Storefront - County Tax-Delinquency Distress Signals

> Hermes Storefront - County Tax-Delinquency Distress Signals is a paid API for AI agents from hermes-storefront.onrender.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns tax-delinquent property records for Ohio metro counties (Cincinnati, Toledo, Dayton, Akron) including owner name, parcel ID, delinquent amount, and public-record source URL for off-market real estate lead sourcing.

## Facts

- Endpoint: GET https://hermes-storefront.onrender.com/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/hermes-storefront-county-tax-delinquency-distress-signals-804dd0ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fDW5T8e8CbBOFvdf3zDSf

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 hermes-storefront-county-tax-delinquency-distress-signals-804dd0ab
```

Example prompt: Pull me a list of tax-delinquent properties in Hamilton County (Cincinnati) with at least $2,000 owed, and only include ones that have a property address on file — I need leads for wholesaling.

## When to prefer this

Use this endpoint when you need structured, ready-to-use tax-delinquency lead data specifically for Ohio metro markets (Cincinnati, Toledo, Dayton, Akron) and want public-record sourcing URLs for verification. Prefer this over manual county auditor lookups when you need filterable, programmatic access to distressed property signals for wholesaling, flipping, or buy-and-hold acquisition pipelines.

## Known failure modes

- No results returned if county filter doesn't match supported Ohio metros (Cincinnati, Toledo, Dayton, Akron)
- Empty result set if min_amount filter is set too high
- Missing address fields if has_address filter not applied and underlying data is incomplete
- Service may be slow to cold-start on Render free tier
- Payment failure (402) if USDC balance is insufficient or x402 header is missing

## 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

A list of tax-delinquent property records for the requested Ohio metro county, each containing owner name, parcel ID, total delinquent amount owed, property address (if available), and a URL linking to the original public-record source.

## 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/hermes-storefront-county-tax-delinquency-distress-signals-804dd0ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hermes-storefront.onrender.com](https://www.zero.xyz/host/hermes-storefront.onrender.com/llms.txt)
