# DwellData Exclusive Off-Market Seller Lead

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

Purchases and permanently reserves a single highest-scored exclusive off-market distressed seller lead, removing it from the shared pool so no other buyer ever receives it.

## Facts

- Endpoint: GET https://dwelldata.io/api/leads/exclusive
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dwelldata-exclusive-off-market-seller-lead-5265ffe8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__evlZO3btpoPig2vS5Pc8

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-exclusive-off-market-seller-lead-5265ffe8
```

Example prompt: Buy me the top exclusive off-market seller lead available in Hamilton County, Ohio — I need the one with the highest distress score that no one else can buy, just for me.

## When to prefer this

Choose this endpoint when you need a guaranteed-exclusive lead that no competitor will ever receive, as opposed to the shared /api/leads feed where the same lead may be sold to multiple buyers. Ideal for investors or wholesalers who rely on first-mover advantage and cannot afford to compete on the same lead. Use county or lead_type filters when targeting a specific market or distress category. Accepts $1 USDC per call via x402 payment.

## Known failure modes

- No leads available matching the specified county or lead_type filter — pool may be temporarily exhausted
- Payment failure or insufficient USDC balance prevents purchase
- Invalid county or lead_type parameter returns a 400 error
- Race condition if a lead is claimed by another buyer in the instant before purchase (rare given exclusivity model)
- Network timeout leaving purchase state ambiguous — agent should check if lead was reserved before retrying

## How this service works

Buy ONE exclusive off-market seller lead: the single highest-scored available lead (optionally filtered by county or lead_type). Once you buy it, it is permanently removed from the shared /api/leads pool and never sold to anyone else — yours alone. Same fields as the shared feed: address, distress signal verified <7 days, 0-100 lead_score with itemized rationale, public-record source URL.

## Output

A single property record containing: full street address, distress signal type verified within the last 7 days, a 0–100 lead score with itemized rationale explaining each scoring factor, and a public-record source URL. The lead is permanently removed from the shared pool upon purchase and will never be resold.

## 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-exclusive-off-market-seller-lead-5265ffe8/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)
