# HomePulse Neighborhood Analysis

> HomePulse Neighborhood Analysis 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-13).

Returns a livability profile for any neighborhood worldwide, covering schools, safety/crime, walkability, character, and cost of living for homebuyers and relocators.

## Facts

- Endpoint: GET https://homepulse.theaslangroupllc.com/api/home/neighborhood
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/homepulse-neighborhood-analysis-de75bd9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1yauS9tnzD43Njnqq8lug

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-de75bd9d
```

Example prompt: Can you pull up a full neighborhood profile for zip code 78745 in Austin, Texas — schools, crime, walkability, and cost of living — so I can decide if it's a good area to buy a home?

## When to prefer this

Choose this endpoint when a user needs a holistic neighborhood livability assessment before buying a home or relocating — especially when they need schools, safety, walkability, and cost of living bundled in a single call. Prefer over general web search when structured, comparable scores across neighborhoods are needed.

## Known failure modes

- Unknown or invalid postal code returns no results
- Country not supported returns empty or error response
- Missing required location parameters (no city or postal code) returns a validation error
- Very rural areas may have sparse data and incomplete scores

## How this service works

Neighborhood analysis for any area worldwide: schools, safety/crime, walkability, neighborhood character, and cost of living. For homebuyer and relocation agents. Takes a location (postal code and/or city) plus optional state/province and country; returns a livability profile to compare areas before buying or moving.

## Output

A structured livability profile for the specified location including school quality ratings, safety and crime scores, walkability metrics, neighborhood character descriptors, and cost-of-living data — designed to help compare areas when buying or relocating.

## 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-de75bd9d/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)
