Deal-level US multifamily real-estate data for AI agents, pay-per-call in USDC on Base (x402 v2, Coinbase CDP facilitator). Typed underwriting on every record (NOI, DSCR, HUD-SAFMR-underwritten cap rate), Hot/Warm/Pass scoring with machine-readable rationales, county tax-delinquency distress signals, sheriff-sale auction calendar, scored off-market seller leads, and a per-address lookup. Every absent value carries a typed reason, and a query that matches nothing returns free — you never pay for a blank.
Pay from $0.01 to $1.00 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
listed 2026-07-30 · no on-chain settlement recorded yet
ASSESSMENT
updated 2h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 214ms
- avg response
- 214ms
- total checks
- 1
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.01 to $1.00 (p60 in Data)
- price (min)
- $0.01
- price (max)
- $1.00
- category percentile (min)
- p60 in Data
- category percentile (max)
- p94 in Data
- endpoints / prices
- 8 / 6
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- $0
- max settlement 30d
- $0
- settled via
- -
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides access to multifamily real estate deals, auctions, leads, and property data through an API.
- category
- real-estate-data
- in
- query params
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/auctions | $0.03 | Base | USDC | |
| GET | /api/deals | $0.05 | Base | USDC | |
| GET | /api/deals/basic | $0.01 | Base | USDC | |
| GET | /api/deals/hot | $0.02 | Base | USDC | |
| GET | /api/leads | $0.25 | Base | USDC | |
| GET | /api/leads/exclusive | $1.00 | Base | USDC | |
| GET | /api/lookup | $0.02 | Base | USDC | |
| GET | /api/signals | $0.03 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/auctions returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://dwelldata.io/api/auctions'
// 402 response (captured by monitor) · 8 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/deals",
"tags": [
"real-estate",
"property",
"property-listings",
"multifamily",
"listings",
"underwriting",
"dscr"
],
"mimeType": "",
"description": "Every field typed. Empty = explained. You never pay for a blank. Multifamily real estate deals feed: property listings with auditable NOI/DSCR underwriting and Hot/Warm/Pass scoring — every absent value carries a typed reason, and a filtered query that matches nothing returns a free, typed empty result instead of charging you.",
"serviceName": "DwellData · Multifamily Real Estate Deals Feed (Underwritten NOI/DSCR)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"note": "each record includes id — pass it to GET /api/deals/{id}/report for the full underwriting + distress report",
"count": 126,
"records": [
{
"id": "2f9a…",
"city": "Dayton",
"dscr": 1.96,
"state": "OH",
"units": 5,
"address": "2615 N Gettysburg Ave",
"cap_rate": 12.34,
"deal_score": 73,
"list_price": 249000,
"dscr_status": "computed",
"rental_status": "Hot"
}
],
"generated_at": "2026-07-05T00:00:00Z"
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/deals/basic",
"tags": [
"real-estate",
"property",
"multifamily",
"listings",
"basic",
"cheap"
],
"mimeType": "",
"description": "Entry tier of the multifamily deals feed: every active listing at card level — address, price, units, advertised cap rate, listing URL, freshness — without the computed underwriting or scoring. Same coverage, cheapest way to evaluate the feed. Same query filters as the full feed. Every field typed; a query that matches nothing returns free — you never pay for a blank.",
"serviceName": "DwellData · Multifamily Deals Feed — Basic Tier (Card-Level Records)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 1712,
"records": [
{
"id": "184f0110-…",
"city": "Dayton",
"state": "OH",
"units": 5,
"address": "1234 Kumler Ave",
"cap_rate": 12.3,
"list_price": 249000,
"listing_url": "https://www.loopnet.com/…",
"last_verified": "2026-07-09"
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/deals/hot",
"tags": [
"real-estate",
"property",
"multifamily",
"hot-deals",
"dscr"
],
"mimeType": "",
"description": "Hot multifamily real estate deals: listings clearing an 8.5%+ advertised cap rate with computed DSCR — the top tier of the multifamily deals feed. Every field typed; if nothing currently clears the bar the call returns free — you never pay for a blank.",
"serviceName": "DwellData · Multifamily Hot Deals (8.5%+ Cap, Computed DSCR)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 27,
"records": [
{
"city": "Dayton",
"dscr": 1.96,
"state": "OH",
"units": 5,
"address": "2615 N Gettysburg Ave",
"cap_rate": 12.34,
"list_price": 249000,
"rental_status": "Hot"
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/signals",
"tags": [
"real-estate",
"property",
"distress",
"tax-delinquent",
"off-market",
"leads",
"wholesale"
],
"mimeType": "",
"description": "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.",
"serviceName": "DwellData · County Tax-Delinquency Distress Signals (Off-Market Leads)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 3626,
"records": [
{
"amount": 793.12,
"county": "Montgomery, OH",
"address": "5539 W THIRD ST",
"parcel_id": "H33300821 0125",
"owner_name": "KHMETH SAVEN",
"source_url": "https://www.mcohio.org/1521/Delinquent-List",
"signal_type": "tax_delinquent"
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "30000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/auctions",
"tags": [
"real-estate",
"property",
"foreclosure",
"auction",
"sheriff-sale",
"distress",
"calendar"
],
"mimeType": "",
"description": "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.",
"serviceName": "DwellData · Foreclosure Auction Calendar (Sheriff Sales)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 73,
"records": [
{
"city": "Twinsburg",
"county": "Summit, OH",
"plaintiff": "MidFirst Bk",
"sale_date": "2026-07-10",
"source_url": "https://www.akronlegalnews.com/notices/sheriff_sale_abstracts",
"case_number": "CV2024 04 1614",
"opening_bid": 140000,
"appraised_value": 210000,
"property_address": "10459 Woodchuck Court",
"opening_bid_basis": "statutory_two_thirds_appraisal"
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/leads",
"tags": [
"real-estate",
"property",
"leads",
"off-market",
"motivated-seller",
"wholesale",
"distress",
"scored"
],
"mimeType": "",
"description": "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.",
"serviceName": "DwellData · Scored Off-Market Seller Leads (Distress-Verified, Mail-Ready)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"count": 3699,
"records": [
{
"city": "Twinsburg",
"county": "Summit, OH",
"address": "10459 Woodchuck Court",
"lead_type": "sheriff_sale_auction",
"sale_date": "2026-07-10",
"lead_score": 85,
"source_url": "https://www.akronlegalnews.com/notices/sheriff_sale_abstracts",
"exclusivity": "shared",
"opening_bid": 140000,
"appraised_value": 210000,
"score_rationale": {
"base": "upcoming foreclosure auction (55)",
"urgency": "sale within 14 days (+10)",
"equity_gap": "opening bid 67% of appraised (+20)"
}
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "1000000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/leads/exclusive",
"tags": [
"real-estate",
"property",
"leads",
"off-market",
"motivated-seller",
"wholesale",
"exclusive"
],
"mimeType": "",
"description": "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.",
"serviceName": "DwellData · Exclusive Off-Market Seller Lead (One Buyer, Ever)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"lead": {
"county": "Summit, OH",
"address": "…",
"lead_type": "sheriff_sale_auction",
"sale_date": "2026-07-15",
"lead_score": 85,
"source_url": "…"
},
"exclusivity": "exclusive — permanently removed from the shared pool"
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://dwelldata.io/api/lookup",
"tags": [
"real-estate",
"property",
"address-lookup",
"apn",
"parcel",
"distress",
"tax-delinquent",
"foreclosure",
"enrichment"
],
"mimeType": "",
"description": "One property in, everything we know out: pass ?address= or ?apn= (parcel id; plus optional city/state) and get every matching record across all DwellData feeds — active multifamily listings with underwriting, county tax-delinquency signals, and upcoming sheriff-sale auctions, each with its public source URL. Task-shaped for agents: one property question, one call. No match returns free — you never pay for a blank.",
"serviceName": "DwellData · Property Lookup by Address or Parcel (Listings + Distress + Auctions)"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"query": {
"state": "OH",
"address": "2615 N Gettysburg Ave"
},
"matches": {
"auctions": 0,
"listings": 1,
"distress_signals": 1
},
"listings": [
{
"city": "Dayton",
"dscr": 1.96,
"state": "OH",
"units": 5,
"address": "2615 N Gettysburg Ave",
"cap_rate": 12.34,
"list_price": 249000
}
],
"distress_signals": [
{
"amount": 4200,
"source_url": "https://...",
"signal_type": "tax_delinquent"
}
]
}
}
},
"schema": {
"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"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/dwelldata-multifamily-real-estate-deals-feed/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 8 endpoints. Use the selector to isolate one.
COMPLIANCE
14/14 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (10) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dwelldata-multifamily-real-estate-deals-feed.svg" alt="DwellData — Multifamily Real Estate Deals Feed listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/dwelldata-multifamily-real-estate-deals-feed?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/dwelldata-multifamily-real-estate-deals-feed.svg?data=uptime" alt="DwellData — Multifamily Real Estate Deals Feed uptime on x402-list" height="28"> </a>