# BuildPulse ROI Analyzer

> BuildPulse ROI Analyzer is a paid API for AI agents from buildpulse-alpha.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Calculates project return on investment for home renovations, including resale value uplift, rental income potential, payback period, and ADU scenarios.

## Facts

- Endpoint: GET https://buildpulse-alpha.vercel.app/api/build/roi
- 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/buildpulse-roi-analyzer-03893606
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8w1GTM0A2P4PQLMhTMXJK

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 buildpulse-roi-analyzer-03893606
```

Example prompt: What's the ROI on adding an ADU to my 3-bedroom home in Austin, TX — I'm planning to spend around $150,000 and want to know the resale value boost, rental income I could expect, how long it'll take to pay back, and whether there's a better alternative project for that budget.

## When to prefer this

Use this endpoint when a homeowner or investor agent needs to evaluate the financial return of a specific home improvement project, especially when ADU scenarios, rental income modeling, or comparison against alternative projects is needed. Prefer over generic cost estimators when the primary question is 'is this worth it financially?' rather than 'how much will this cost?'

## Known failure modes

- Missing or invalid project type returns an error or empty result
- Unsupported geographic location may yield low-confidence estimates
- Insufficient project scope details may result in wide estimate ranges
- Network or service unavailability returns a 5xx error

## How this service works

BuildPulse — home construction and renovation intelligence: project cost estimates, contractor vetting, permit requirements, material pricing, ROI projections, and inspection checklists. Global coverage — jurisdiction-aware permits, codes, and costs (US and Canada deepest; UK/AU equivalents handled).

## Output

Returns a structured analysis including estimated resale value uplift, projected monthly or annual rental income, payback period in months or years, overall ROI percentage, ADU-specific scenario modeling, and alternative project recommendations ranked by return.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "zip"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "project": {
   "type": "string",
   "description": "project"
  },
  "home_value": {
   "type": "string",
   "description": "home_value"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-roi-analyzer-03893606/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildpulse-alpha.vercel.app](https://www.zero.xyz/host/buildpulse-alpha.vercel.app/llms.txt)
