# BuildPulse Contractor Vetting Guide

> BuildPulse Contractor Vetting Guide 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).

Returns contractor interview questions, red flags to watch for, recommended contract terms, and market rates to help homeowners vet contractors before hiring.

## Facts

- Endpoint: GET https://buildpulse-alpha.vercel.app/api/build/contractor
- 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-contractor-vetting-guide-ba638e27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m-0P8nYrXL8Kb59vRjR5y

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-contractor-vetting-guide-ba638e27
```

Example prompt: I'm about to hire a general contractor for a kitchen remodel in Austin, TX — can you pull up the interview questions I should ask, red flags to watch out for, contract terms I should insist on, and what market rates I should expect to pay?

## When to prefer this

Use this endpoint when a homeowner or renovation agent needs to prepare for contractor interviews and negotiations — specifically when the goal is risk reduction, due diligence, and contract protection rather than cost estimation or scheduling. Prefer this over cost-estimate endpoints when the primary concern is identifying trustworthy contractors, not project budgeting.

## Known failure modes

- Missing or unrecognized project type returns generic or empty guidance
- Unsupported geographic region may return no market rate data
- Overly vague project description yields low-specificity questions
- Payment failure (402) if x402 USDC payment is not completed
- Rate limiting or API downtime returns 5xx error

## How this service works

Contractor vetting guide for homeowner and renovation agents. Returns interview questions, red flags, contract terms, and market rates before hiring.

## Output

A structured guide containing: a list of interview questions to ask a contractor, red flags that indicate unreliable or fraudulent contractors, recommended contract terms to protect the homeowner, and current market rates for the relevant trade or project type.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-contractor-vetting-guide-ba638e27/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)
