# HomePulse Home Improvement Cost & ROI Estimator

> HomePulse Home Improvement Cost & ROI Estimator 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).

Estimates project cost, resale value added, ROI, DIY-vs-contractor guidance, permit requirements, and materials list for any home improvement project in any country

## Facts

- Endpoint: GET https://homepulse.theaslangroupllc.com/api/home/improve
- 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-home-improvement-cost-roi-estimator-89b67e1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ad2rpAO1J6Cx9FWOcob67

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-improvement-cost-roi-estimator-89b67e1d
```

Example prompt: I'm thinking about remodeling my kitchen — my home is worth about $450,000 and I'm in Austin, Texas. Can you give me a cost estimate, how much value it would add to my home, whether I should DIY or hire a contractor, and what permits I'd need?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-faceted home improvement estimate covering cost, ROI, DIY guidance, permit requirements, and materials in a single call — especially for international or non-US projects. Prefer this over generic web search when you need structured, actionable output for a homeowner or renovation planning workflow.

## Known failure modes

- Unrecognized or ambiguous project type returns a generic estimate or error
- Unknown country or location may result in region-agnostic estimates
- Missing home value may limit resale-value-added accuracy
- Highly niche or custom projects may return low-confidence estimates
- Payment failure returns 402 before any data is delivered

## How this service works

Home improvement cost and ROI estimate for any project (kitchen remodel, deck addition, bathroom remodel, and more), in any country: project cost, resale value added, DIY-vs-contractor guidance, permit/planning-permission guidance, and a parts/materials list. For homeowner and renovation agents. Takes a project, optional home value, and optional location/country.

## Output

Returns an estimated project cost range, resale value added to the home, ROI percentage, a recommendation on whether to DIY or hire a contractor, permit and planning-permission requirements for the specified location/country, and a parts/materials list for the project.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "project"
 ],
 "properties": {
  "zip": {
   "type": "string",
   "description": "Legacy alias for location (ZIP/postal code)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, CA, DE, AU) — sets currency and permit/planning-permission terminology"
  },
  "project": {
   "type": "string",
   "description": "Project type (e.g. kitchen-remodel, deck-addition, new-roof)"
  },
  "location": {
   "type": "string",
   "description": "Postal code or city (e.g. 90210, M5V 2T6, SW1A, Berlin)"
  },
  "home_value": {
   "type": "integer",
   "description": "Current estimated home value, in local currency"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/homepulse-home-improvement-cost-roi-estimator-89b67e1d/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)
