# Chile Health Establishments Search (datos.gob.cl / MINSAL)

> Chile Health Establishments Search (datos.gob.cl / MINSAL) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns registered Chilean health establishments matching a free-text query by region, commune, or establishment name, sourced from Chile's official datos.gob.cl / MINSAL registry.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datos-cl-establecimientos-salud
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chile-health-establishments-search-datos-gob-cl-minsal-b2192ff4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OszRvSxyM7afLlSJqmW4M

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 chile-health-establishments-search-datos-gob-cl-minsal-b2192ff4 -d '<json body>'
```

Example prompt: Can you find all registered health establishments in the Maule region of Chile? I need the official MINSAL-registered clinics and hospitals listed there.

## When to prefer this

Use this endpoint when you need to look up official Chilean government-registered health establishments by region, commune, or name. Prefer this over generic web search when you need structured, authoritative MINSAL registry data about Chilean healthcare facilities.

## Known failure modes

- Empty result set if query string matches no establishments
- Non-specific queries may return large unfiltered lists
- Misspelled region or commune names may return no results
- Data may be stale if the underlying datos.gob.cl dataset has not been refreshed
- Missing ?q= parameter may return an error or empty response

## How this service works

Chile (datos.gob.cl, MINSAL): registered health establishments matching a free-text query (region, comuna or name). Query: ?q= Returns JSON.

## Output

A JSON array of registered Chilean health establishments matching the query, including fields such as establishment name, type, region, commune, and other registry metadata from the MINSAL/datos.gob.cl dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chile-health-establishments-search-datos-gob-cl-minsal-b2192ff4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
