ToolAssay

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).

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-scalogy-production.up.railway.app/find_graded_deals

CategoryMarket data
Provider hostx402-scalogy-production.up.railway.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "client_id": "9e56a91b-3157-40fd-89ca-37e50923b5c2",
    "limit": 5,
    "min_grade": "STRONG",
    "state": "FL",
    "strategy": "flip"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON