# Hermes Storefront Hot Multifamily Deals Feed

> Hermes Storefront Hot Multifamily Deals Feed is a paid API for AI agents from hermes-storefront.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns top-tier multifamily real estate listings that clear an 8.5%+ advertised cap rate with computed DSCR underwriting metrics.

## Facts

- Endpoint: GET https://hermes-storefront.onrender.com/api/deals/hot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hermes-storefront-hot-multifamily-deals-feed-da80bee4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lq-x3XVaxvlcVBN4srhQ8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hermes-storefront-hot-multifamily-deals-feed-da80bee4
```

Example prompt: Pull the hot multifamily deals right now — I want the ones that have already cleared an 8.5% cap rate with DSCR computed, so only the top-tier listings.

## When to prefer this

Use this endpoint when you specifically want pre-filtered, top-tier multifamily investment opportunities that have already cleared the 8.5%+ cap rate bar with computed DSCR — saving you from having to filter the full deals feed yourself. Prefer this over the base /deals feed when you want only high-yield, well-underwritten properties and don't need the full spectrum of listings.

## Known failure modes

- 402 Payment Required if x402 payment header is missing or insufficient (0.02 USDC required)
- Empty results list if no current listings meet the 8.5%+ cap rate threshold
- Service unavailable or timeout if the Render.com host is cold-starting or overloaded
- Stale data if the underlying deals feed has not been refreshed recently

## How this service works

Hot multifamily real estate deals: listings clearing an 8.5%+ advertised cap rate with computed DSCR — the top tier of the multifamily deals feed. Every field typed; if nothing currently clears the bar the call returns free — you never pay for a blank.

## Output

A list of multifamily real estate property listings that have been screened and cleared an 8.5%+ advertised cap rate, each accompanied by computed DSCR and NOI underwriting data, representing the top tier of the broader deals feed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hermes-storefront-hot-multifamily-deals-feed-da80bee4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hermes-storefront.onrender.com](https://www.zero.xyz/host/hermes-storefront.onrender.com/llms.txt)
