# BuildPulse Materials Takeoff API

> BuildPulse Materials Takeoff API 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, last successful call 2026-06-11).

Returns a complete construction materials takeoff list with quantities, current pricing, and Amazon purchase links for a build project

## Facts

- Endpoint: GET https://buildpulse-alpha.vercel.app/api/build/materials
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Last successful call: 2026-06-11
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/buildpulse-materials-takeoff-api-31055c17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bG7uJE8EAXNji5IyqBO2C

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-materials-takeoff-api-31055c17
```

Example prompt: Can you pull up the full materials takeoff for my build project — I need the complete list with quantities, current prices, and Amazon links so I can see exactly what to order and what it'll cost?

## When to prefer this

Use this endpoint when you need a comprehensive, ready-to-shop materials takeoff for a construction or build project that includes not just quantities but also current pricing and direct purchase links — ideal for agents helping users plan and procure building materials without manual research

## Known failure modes

- No build project context provided — returns empty or error response
- Amazon links may be stale or point to unavailable products
- Pricing may not reflect real-time market fluctuations
- Service may be unavailable if the Vercel deployment is cold or down
- Payment not processed — x402 payment required before data is returned

## 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 structured list of all construction materials needed for the project, including each item's quantity, current market price, and a direct Amazon product link for purchasing

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sqft": {
   "type": "string",
   "description": "sqft"
  },
  "project": {
   "type": "string",
   "description": "project"
  },
  "material": {
   "type": "string",
   "description": "material"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-materials-takeoff-api-31055c17/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)
