# BuildPulse Subcontractor Intelligence

> BuildPulse Subcontractor Intelligence is a paid API for AI agents from buildpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns market rates, scope of work, bid checklist, and contract terms for hiring subcontractors in construction projects.

## Facts

- Endpoint: GET https://buildpulse.theaslangroupllc.com/api/build/subcontractor
- 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-subcontractor-intelligence-612b738c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r1thcR9NmqpsLOmWolRVX

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-subcontractor-intelligence-612b738c
```

Example prompt: I'm a general contractor hiring a framing subcontractor for a two-story residential addition in Austin, TX — can you pull the current market rates, a scope of work outline, a bid checklist, and the key contract terms I should use?

## When to prefer this

Use this endpoint when a general contractor, project manager, or contractor agent needs to quickly understand fair market pricing, proper scope definition, bid evaluation criteria, and contract structure for a specific trade subcontractor. Best suited for residential and commercial construction contexts where you need actionable subcontractor intelligence in one call rather than piecing together data from multiple sources.

## Known failure modes

- Missing trade type or location returns incomplete or generic data
- Unsupported trade category returns an error or empty result
- Rate limit exceeded returns 429 status
- Payment not processed returns 402 Payment Required
- Ambiguous scope of work input may yield overly broad results

## How this service works

Subcontractor intelligence for GC and contractor agents. Returns market rates, scope of work, a bid checklist, and contract terms for hiring subs.

## Output

Returns a structured response including: current market rates for the specified trade, a defined scope of work for the subcontractor, a bid evaluation checklist, and recommended contract terms and clauses for the subcontract agreement.

## 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-subcontractor-intelligence-612b738c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildpulse.theaslangroupllc.com](https://www.zero.xyz/host/buildpulse.theaslangroupllc.com/llms.txt)
