# FindPulse Local Contractor Finder

> FindPulse Local Contractor Finder is a paid API for AI agents from findpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns guidance on how to find, vet, and hire qualified licensed contractors and service providers in a given location

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/local
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-local-contractor-finder-89e418fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__iuLCUA8t0cNdufq7fQoL

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 findpulse-local-contractor-finder-89e418fd
```

Example prompt: I need to find and hire a licensed plumber in Austin, Texas — can you help me figure out where to look and how to make sure they're properly vetted and qualified?

## When to prefer this

Use this endpoint when a homeowner or their agent needs to find and screen local contractors or service providers for a specific trade or home service in a known city or region. Prefer this over generic web searches when structured, vetted guidance on local contractor discovery and qualification criteria is needed.

## Known failure modes

- Missing or unrecognized service type returns generic guidance with no specificity
- Ambiguous or overly broad location may return region-level rather than city-level results
- Very niche service types may return limited or no guidance
- API returns HTTP 402 if payment header is missing or invalid

## How this service works

Find a contractor near me, hire a licensed pro, how to vet a contractor, find local service providers. For homeowner and shopping agents: takes a service and location and returns how to find and vet qualified, licensed contractors and service providers in any area.

## Output

Returns actionable guidance on how to find qualified, licensed contractors for a specified service type in the given location, including vetting criteria, what licenses to look for, and recommended approaches to hiring trustworthy local service providers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "service"
 ],
 "properties": {
  "service": {
   "type": "string",
   "description": "service"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-local-contractor-finder-89e418fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse.theaslangroupllc.com](https://www.zero.xyz/host/findpulse.theaslangroupllc.com/llms.txt)
