# BuildPulse Project Comparison

> BuildPulse Project Comparison 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-13).

Compares multiple home renovation or construction projects side by side on cost, ROI, timeline, and complexity for a given budget

## Facts

- Endpoint: GET https://buildpulse-alpha.vercel.app/api/build/compare
- 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/buildpulse-project-comparison-2aa0e467
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XyCjUiHnwf4JbQHzdcQy2

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-project-comparison-2aa0e467
```

Example prompt: I have a $40,000 budget — can you compare a kitchen remodel, a master bathroom addition, and a finished basement side by side so I can see which one has the best ROI, shortest timeline, and lowest complexity?

## When to prefer this

Use this endpoint when a user needs to choose between two or more renovation or construction projects and wants a structured, multi-dimensional comparison (cost, ROI, timeline, complexity) rather than a single project estimate. Prefer this over the single project cost estimate endpoint when decision-making between options is the goal.

## Known failure modes

- Missing or invalid budget parameter returns an error
- Unrecognized project types may return no comparison data
- Budget too low for any of the requested projects may return warnings or null estimates
- More than supported number of projects in one comparison may return a 400 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

A side-by-side comparison table of the requested renovation projects showing estimated cost, ROI, timeline, and complexity rating for each, helping the user make an informed decision within their budget.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "budget": {
   "type": "string",
   "description": "budget"
  },
  "projects": {
   "type": "string",
   "description": "projects"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-project-comparison-2aa0e467/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)
