$0.01
per call · USD Coin on Base
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.
Endpoint
GET https://dwelldata.io/api/deals/basic7
Calls / 30d
3
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://dwelldata.io/api/deals/basic", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://dwelldata.io/api/deals/basic" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1712,
"records": [
{
"address": "1234 Kumler Ave",
"cap_rate": 12.3,
"city": "Dayton",
"id": "184f0110-…",
"last_verified": "2026-07-09",
"list_price": 249000,
"listing_url": "https://www.loopnet.com/…",
"state": "OH",
"units": 5
}
]
}Payment details
0xaab91727a29827783bc42135fc56bff5bfb8911dUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Dwelldata & similar services
Dwelldata · Signals
dwelldata.io
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.
Dwelldata · Deals
dwelldata.io
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; a filtered query that matches nothing returns free. Want the full workup on one? GET /api/deals/{id}/report ($1.50) adds HUD-underwritten vs claimed NOI/cap, matched distress signals, and a suggested offer range. Sourcing off-market? GET /api/leads/exclusive ($1.00) buys the top-scored lead outright.
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.