Proprietary, daily-scored US residential real-estate deals for investors
Proprietary, daily-scored US residential real-estate deals for investors. Each on-market listing is graded (STRONG / MODERATE / FAIR) for flip, BRRRR, or buy-&-hold, with an estimated ARV from a live comp set, gross spread, margin %, cap rate / cash flow, days on market, comp count and the source URL. Filter by state, ZIP, city, price, beds, margin and ARV confidence. Coverage: FL, GA, NC, SC, AL, MS (2,400+ metro ZIPs).
20000 (raw units)
price
5
calls / 30d
1
unique payers
2026-09-17
updated
Provider
x402-scalogy-production.up.railway.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x4551e7af6C65ce6e4b37be50217B4276B1331909",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"client_id": "9e56a91b-3157-40fd-89ca-37e50923b5c2",
"limit": 5,
"min_grade": "STRONG",
"state": "FL",
"strategy": "flip"
},
"type": "http"
},
"output": {
"example": {
"count": 1,
"deals": [
{
"address": "617 Siesta Dr, Sarasota, FL 34242",
"arv": 2006666,
"arv_p25": 1291791,
"arv_p75": 2006666,
"baths": 4,
"beds": 4,
"city": "Sarasota",
"comp_count": 4,
"confidence": 30,
"confidence_band": "LOW",
"dom": 3,
"grade": "STRONG",
"gross_margin_pct": 52.7,
"gross_spread": 1056766,
"list_price": 949900,
"property_type": "single_family",
"reason": "cashflow $2,815/mo, cap 9.7%, rent est $9975/mo",
"sqft": 2709,
"state": "FL",
"url": "https://www.redfin.com/FL/Sarasota/617-Siesta-Dr-34242/home/47821793",
"year_built": 1939,
"zip": "34242"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"city": {
"description": "City filter (case-insensitive).",
"type": "string"
},
"client_id": {
"description": "Feed/tenant id (publisher-assigned).",
"type": "string"
},
"limit": {
"description": "Max results (1-100).",
"type": "integer"
},
"max_price": {
"description": "Max list price (USD).",
"type": "integer"
},
"min_grade": {
"description": "Minimum grade to return (this grade and better).",
"enum": [
"STRONG",
"MODERATE",
"FAIR"
],
"type": "string"
},
"min_margin_pct": {
"description": "Minimum gross margin %, e.g. 25.",
"type": "number"
},
"state": {
"description": "2-letter state filter, e.g. 'FL'.",
"type": "string"
},
"strategy": {
"description": "Strategy to grade against ('rental' aliases buy_hold).",
"enum": [
"flip",
"brrrr",
"buy_hold"
],
"type": "string"
},
"zip": {
"description": "Exact ZIP filter.",
"type": "string"
}
},
"required": [
"client_id"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402-scalogy-production.up.railway.app/find_graded_deals" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402-scalogy-production.up.railway.app/find_graded_deals");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402-scalogy-production.up.railway.app/find_graded_deals")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12314.json, and this resource appears in /discovery/resources and /discovery/search.