# HomePulse Home Value Estimator (AVM)

> HomePulse Home Value Estimator (AVM) is a paid API for AI agents from homepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns an AVM-style estimated value range for a home, with comparable sales and local housing market trend analysis, given an address and/or location.

## Facts

- Endpoint: GET https://homepulse.theaslangroupllc.com/api/home/value
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/homepulse-home-value-estimator-avm-d9b8f1b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IwutSJXknu_OKyjKIlQ_x

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-home-value-estimator-avm-d9b8f1b4
```

Example prompt: What's my house worth? Give me an estimated value range, some recent comp sales, and the current market trend direction for 742 Evergreen Terrace, Springfield, IL 62704, USA.

## When to prefer this

Use this endpoint when you need a quick AVM-style home value estimate with comparable sales and market trend data for any address worldwide, especially for homeowners wanting to know what their home is worth or real estate agents needing a fast valuation benchmark. Prefer this over manual comps research or full appraisal services when speed and broad geographic coverage are more important than hyper-local precision.

## Known failure modes

- Address not found or too ambiguous — returns error indicating the address could not be geocoded or matched
- Unsupported country or region with insufficient market data — returns partial or no estimate
- Missing required location parameters (address or postal code) — returns 400 bad request
- Rate limiting or payment failure — returns 402 or 429 error

## How this service works

Home value estimate / what is my house worth: an AVM-style value estimate with comparable sales and market-trend analysis. For homeowner and real-estate agents in any country. Takes an address and/or location (postal code or city) plus optional country; returns an estimated value range, recent comps, and local housing-market direction.

## Output

The agent receives an estimated home value range (e.g., $320,000–$355,000), a list of recent comparable sales in the area with key details, and a local housing market direction indicator (e.g., rising, flat, declining).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "Legacy alias for location (ZIP/postal code)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "address": {
   "type": "string",
   "description": "Street address"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, CA, DE, AU) — selects the right local property portals"
  },
  "location": {
   "type": "string",
   "description": "Postal code or city (e.g. 90210, M5V 2T6, SW1A, Berlin)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/homepulse-home-value-estimator-avm-d9b8f1b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from homepulse.theaslangroupllc.com](https://www.zero.xyz/host/homepulse.theaslangroupllc.com/llms.txt)
