D

Dwelldata · Deals Basic

by Dwelldata

GETBase

$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/basic

7

Calls / 30d

3

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0xaab91727a29827783bc42135fc56bff5bfb8911d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Dwelldata & similar services