# HomePulse Neighborhood Analysis

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

Returns schools, safety, walkability, neighborhood character, and cost of living data for any area to support homebuyer and relocation decisions.

## Facts

- Endpoint: GET https://homepulse-seven.vercel.app/api/home/neighborhood
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/homepulse-neighborhood-analysis-8b82fc05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2oa4yVC73pMah4Gkrb1yy

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-neighborhood-analysis-8b82fc05
```

Example prompt: Can you pull up a full neighborhood analysis for the area around 742 Evergreen Terrace in Austin, TX — I want to know about schools, safety, walkability, and what the neighborhood feels like before I make an offer?

## When to prefer this

Use this endpoint when a user needs a comprehensive neighborhood profile for homebuying, relocation, or area research — especially when multiple dimensions (schools, safety, walkability, cost of living, character) are needed in a single call rather than querying separate specialized APIs.

## Known failure modes

- Area or location not recognized — returns error or empty result
- Insufficient data for rural or very new developments
- Ambiguous location input leading to incorrect area match
- Rate limit or payment failure via x402 protocol

## How this service works

Neighborhood analysis for any area: schools, safety/crime, walkability, neighborhood character, and cost of living. For homebuyer and relocation agents. Takes a ZIP and/or city; returns a livability profile to compare areas before buying or moving.

## Output

Returns a structured neighborhood profile including school quality ratings, safety scores, walkability metrics, neighborhood character descriptors, cost of living indicators, and nearby amenities for the queried area.

## 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/region"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, CA, DE, AU) — selects the right local school/safety data sources"
  },
  "location": {
   "type": "string",
   "description": "Postal code or area (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-neighborhood-analysis-8b82fc05/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)
