# HomePulse Rental Market Analysis

> HomePulse Rental Market Analysis is a paid API for AI agents from homepulse-seven.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns rental price ranges, market trends, and HUD fair-market-rent data for any specified area

## Facts

- Endpoint: GET https://homepulse-seven.vercel.app/api/home/rent
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/homepulse-rental-market-analysis-09929cdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q82v1-wsWCdvy_HSx9Oca

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 homepulse-rental-market-analysis-09929cdd
```

Example prompt: What are the current rental price ranges and market trends for a 2-bedroom apartment in Austin, TX, including the HUD fair-market-rent benchmark?

## When to prefer this

Choose this endpoint when you need authoritative rental market data including HUD fair-market-rent benchmarks for a specific area. Ideal for renters comparing prices, landlords setting rates, or real estate agents advising clients on rental pricing. Prefer over general web search when you need structured, comparable rental market figures including government fair-market-rent anchors.

## Known failure modes

- Location not found or too vague — returns error or empty data
- Area too rural or sparse for meaningful market data
- HUD data not available for the specified geography
- Invalid query parameters cause 400 error
- Service temporarily unavailable returns 5xx

## How this service works

Rental market analysis / how much is rent: price ranges, rent trends, and HUD fair-market-rent (FMR) data for any area. For renter and real-estate agents. Takes a ZIP and/or city (plus optional bedrooms, county, state); returns local rent ranges, market direction, and official HUD FMR benchmarks.

## Output

Returns rental price ranges (low, median, high), market trend direction, HUD fair-market-rent figures for the area, and comparative analysis useful for renters and real estate agents making pricing decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "Legacy alias for location (ZIP/postal code)"
  },
  "city": {
   "type": "string",
   "description": "city"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "state": {
   "type": "string",
   "description": "State/province; 2-letter US state code required for HUD FMR data"
  },
  "county": {
   "type": "string",
   "description": "County name hint for HUD FMR matching (US only)"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, CA, DE, AU) — HUD FMR only applies when country is US/unspecified"
  },
  "bedrooms": {
   "type": "integer",
   "description": "bedrooms"
  },
  "location": {
   "type": "string",
   "description": "Postal code or city (e.g. 90210, M5V 2T6, SW1A)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/homepulse-rental-market-analysis-09929cdd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from homepulse-seven.vercel.app](https://www.zero.xyz/host/homepulse-seven.vercel.app/llms.txt)
