# DwellData Foreclosure Auction Calendar (Sheriff Sales)

> DwellData Foreclosure Auction Calendar (Sheriff Sales) 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 upcoming sheriff-sale foreclosure auction listings for Ohio metros (Akron, Youngstown) with property address, appraised value, opening bid, case number, parties, and court-journal source URL.

## Facts

- Endpoint: GET https://dwelldata.io/api/auctions
- 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-foreclosure-auction-calendar-sheriff-sales-056f354e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DLtZUx3m1_3WDTsEPbDWN

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-foreclosure-auction-calendar-sheriff-sales-056f354e
```

Example prompt: Pull me the upcoming sheriff-sale auction calendar for Summit County, Ohio from next Monday through the end of the month — only show properties with an appraised value of at least $75,000.

## When to prefer this

Choose this endpoint when you need structured, typed foreclosure auction data for Ohio metros (Akron, Youngstown) with court-verified source links, and you want buy-side timing intelligence — opening bid floors, appraised values, and case numbers — rather than raw property listings or tax-delinquency signals. Prefer this over the property lookup endpoint when you need a batch calendar view rather than a single-property deep dive.

## Known failure modes

- No results returned when filters are too narrow (e.g. very high min_appraised or date range with no scheduled sales) — still billed $0.00
- Invalid date format in from_date or to_date returns a validation error
- County name not recognized or outside supported Ohio metros returns empty or error
- Network timeout on the x402-gated endpoint if payment authorization fails

## How this service works

Foreclosure auction calendar for Ohio metros (Akron, Youngstown): upcoming sheriff-sale dates with property address, appraised value, opening-bid floor, case number, parties, and the official court-journal source URL for every row. Buy-side timing intelligence for auction investors, wholesalers, and flippers. Optional filters: county, from_date, to_date, min_appraised. Every field typed; a query that matches nothing returns free — you never pay for a blank.

## Output

A list of upcoming sheriff-sale auction records, each containing the property address, scheduled auction date, appraised value, opening bid floor, case number, names of parties involved, and a URL to the official court-journal source. Queries matching no results return an empty list at no 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-foreclosure-auction-calendar-sheriff-sales-056f354e/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)
