D

Dwelldata · Signals

by Dwelldata

GETBase

$0.03

per call · USD Coin on Base

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.

Endpoint

GET https://dwelldata.io/api/signals

2

Calls / 30d

2

Unique payers / 30d

Sep 9

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/signals", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://dwelldata.io/api/signals" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 3626,
  "records": [
    {
      "address": "5539 W THIRD ST",
      "amount": 793.12,
      "county": "Montgomery, OH",
      "owner_name": "KHMETH SAVEN",
      "parcel_id": "H33300821 0125",
      "signal_type": "tax_delinquent",
      "source_url": "https://www.mcohio.org/1521/Delinquent-List"
    }
  ]
}

Payment details

Pay to0xaab91727a29827783bc42135fc56bff5bfb8911d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Dwelldata & similar services