# Lone Star Oracle Real Estate Data Report

> Lone Star Oracle Real Estate Data Report is a paid API for AI agents from realestate.lonestaroracle.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a real estate data report for a property or market area, likely covering Texas or regional US markets

## Facts

- Endpoint: GET https://realestate.lonestaroracle.xyz/report
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/realestate-lonestaroracle-xyz-48b77b48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_94daoW6r3dTtL5LKWCS_r

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 realestate-lonestaroracle-xyz-48b77b48
```

Example prompt: Can you pull the real estate data report for 4521 Oak Creek Drive, Austin TX 78745 from Lone Star Oracle?

## When to prefer this

Choose this endpoint when you need a quick, low-cost ($0.03) real estate data report for a property or market area, particularly in Texas. Useful for agents performing property research, due diligence, or market analysis without needing a full MLS integration.

## Known failure modes

- Property or address not found — returns empty or error response
- Invalid address format — malformed input
- Location outside supported region — no data available
- Payment not processed — 402 error if x402 payment header missing
- Rate limit exceeded — too many requests

## How this service works

US real estate and mortgage — 30yr/15yr fixed rates, ARM, housing starts, permits, Case-Shiller HPI

## Output

A data report containing real estate information about a property or area — likely including property details, market statistics, valuations, or comparable sales data for a Texas or regional US location.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "RealEstatePulse — Housing & Mortgage Data",
 "tags": [
  "real-estate",
  "mortgage",
  "housing",
  "interest-rates",
  "home-prices"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "US real estate and mortgage intelligence — 30yr/15yr fixed rates, ARM rates, housing starts, building permits, Case-Shiller HPI."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realestate-lonestaroracle-xyz-48b77b48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from realestate.lonestaroracle.xyz](https://www.zero.xyz/host/realestate.lonestaroracle.xyz/llms.txt)
