# DwellData Scored Off-Market Seller Leads

> DwellData Scored Off-Market Seller Leads is a paid API for AI agents from dwelldata.io, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns distress-verified, scored off-market seller leads with street addresses, tax-delinquency or sheriff-sale signals, and a 0-100 lead score — ready for direct-mail outreach.

## Facts

- Endpoint: GET https://dwelldata.io/api/leads
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dwelldata-scored-off-market-seller-leads-6d4667ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E9MSDoWUM-LZTbVAHwsMR

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-scored-off-market-seller-leads-6d4667ac
```

Example prompt: Pull me scored off-market seller leads in Hamilton County, Ohio — only tax-delinquency leads with a score of 70 or higher, and make sure they're mail-ready with street addresses.

## When to prefer this

Choose this endpoint when you need distress-verified, scored, and mail-ready off-market seller leads with both tax-delinquency and sheriff-sale signals in a single call. Prefer it over the individual tax-delinquency or foreclosure calendar endpoints when you want pre-scored, ranked leads ready for direct outreach rather than raw distress signal data. Best for wholesale buyers, flippers, and buy-and-hold investors who need to prioritize outreach by lead quality across distress types.

## Known failure modes

- No leads match the filters — returns empty result at no charge
- Invalid county name or unsupported county — returns error or empty
- min_score out of 0–100 range — validation error
- Invalid lead_type value — parameter rejection error
- Service unavailable or upstream public-record data delay — 5xx error

## How this service works

Scored off-market seller leads, mail-ready: every lead has a street address, a public-record distress signal verified in the last 7 days (county tax delinquency or an upcoming sheriff-sale foreclosure), a 0-100 lead_score with a machine-readable rationale, and the public source URL. For direct-to-seller outreach (wholesale, flip, buy-and-hold). Filters: county, min_score, lead_type. Every field typed; a query that matches nothing returns free — you never pay for a blank.

## Output

A list of off-market seller leads, each containing a verified street address, distress signal type (county tax delinquency or upcoming sheriff-sale foreclosure) confirmed within the last 7 days, a 0–100 lead_score with machine-readable rationale, and the public source URL. Empty result sets are returned 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-scored-off-market-seller-leads-6d4667ac/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)
