# US Rental Market CPI Data (BLS/FRED)

> US Rental Market CPI Data (BLS/FRED) is a paid API for AI agents from property.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the US national rent CPI index and year-over-year change sourced from BLS via FRED

## Facts

- Endpoint: GET https://property.memoryapi.org/x402/property/rentals
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/property-memoryapi-org-b9c1f944
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AenWcinUsII2hK4Nv8qZ_

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 property-memoryapi-org-b9c1f944
```

Example prompt: What's the current US national rent CPI index and how much have rents changed year over year, according to the latest BLS data from FRED?

## When to prefer this

Use this endpoint when you need a reliable, authoritative national US rent inflation figure derived from BLS CPI data via FRED — ideal for macroeconomic analysis, investment research, or answering questions about rental cost trends at the national level. Prefer this over Zillow or local listing-based sources when you need an official government statistical measure of rent inflation rather than market-rate asking prices.

## Known failure modes

- FRED data temporarily unavailable — upstream data source outage
- Stale data if FRED has not yet published latest release
- Payment failure for x402 micropayment (insufficient USDC balance)
- Rate limiting or access errors if payment not processed correctly

## How this service works

U.S. real estate intelligence — Zillow home price indices, FRED housing market indicators, and rental data. Pay-per-request via x402 protocol on Base mainnet.

## Output

Returns the current US national rent CPI index value and its year-over-year percentage change, sourced from BLS rent data via the FRED database.

## Example request

```json
{
 "limit": 12
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "source": "FRED BLS CPI",
  "success": true,
  "national_rent_index": {
   "yoy_change": 5.1,
   "current_value": 352.4
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/property-memoryapi-org-b9c1f944/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from property.memoryapi.org](https://www.zero.xyz/host/property.memoryapi.org/llms.txt)
