# ClearCarePulse Care-Site Alternatives

> ClearCarePulse Care-Site Alternatives is a paid API for AI agents from clearcarepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Compares alternative care sites (ASCs, imaging centers, FQHCs, urgent care) against a hospital for the same procedure, returning cost differences to help patients choose lower-cost settings.

## Facts

- Endpoint: GET https://clearcarepulse.theaslangroupllc.com/api/care/alternatives
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearcarepulse-care-site-alternatives-295496d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TiIu3m6wmZn8eQNiIdW1L

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 clearcarepulse-care-site-alternatives-295496d0
```

Example prompt: I need a knee arthroscopy — can you find me lower-cost alternatives to doing it at a hospital, like an ASC or imaging center, and show me how much I'd save at each option?

## When to prefer this

Use this endpoint when a patient or advocate needs to identify lower-cost facility alternatives for a specific procedure rather than just finding the cheapest single provider. Prefer this over a general procedure price search when the goal is to compare facility types (e.g., ASC vs hospital) and understand the structural cost delta across care settings rather than listing individual providers.

## Known failure modes

- Procedure code or name not recognized — returns error or empty results
- No alternative sites available in the specified geography — returns empty list
- Insufficient pricing data for a specific facility type — partial results returned
- Invalid or unsupported insurance plan — defaults to cash-pay estimates
- Rate limit or payment failure for $0.1 USDC x402 call — 402 Payment Required

## How this service works

Care-site alternatives for healthcare and patient-advocate agents. Compares ASCs, imaging centers, FQHCs, and urgent care against the hospital for the same procedure, with the cost delta.

## Output

A list of alternative care site types (ASCs, imaging centers, FQHCs, urgent care) that can perform the same procedure, each with a cost delta compared to the hospital baseline, enabling patients and advocates to make informed site-of-care decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "procedure"
 ],
 "properties": {
  "zip": {
   "type": "string",
   "description": "zip"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "procedure": {
   "type": "string",
   "description": "procedure"
  },
  "current_setting": {
   "type": "string",
   "description": "Where currently scheduled (default: hospital outpatient)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearcarepulse-care-site-alternatives-295496d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clearcarepulse.theaslangroupllc.com](https://www.zero.xyz/host/clearcarepulse.theaslangroupllc.com/llms.txt)
