# DBA Stack Exchange Search

> DBA Stack Exchange Search 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).

Searches Database Administrators Stack Exchange questions by keyword, returning results ranked by votes as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dba-stackexchange-search
- 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/dba-stack-exchange-search-842d812d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SPDBiMdIz75pjenrvC0RN

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 dba-stack-exchange-search-842d812d -d '<json body>'
```

Example prompt: Search Database Administrators Stack Exchange for the top-voted questions about PostgreSQL index performance tuning.

## When to prefer this

Use this endpoint when you need community-sourced, peer-validated answers from database administration experts on Stack Exchange, especially when looking for highly-voted, battle-tested solutions to DBA problems. Prefer this over general web search when you want curated database administration Q&A ranked by community approval.

## Known failure modes

- Missing or empty q parameter returns empty results or error
- No matching questions found returns empty result set
- Network or upstream Stack Exchange API unavailability causes timeout or error
- Rate limiting or payment failure returns 402 or error response

## How this service works

Search Database Administrators Stack Exchange questions for {q}, ranked by votes. Query: ?q= Returns JSON.

## Output

A JSON array of Database Administrators Stack Exchange questions matching the search query, sorted by number of votes, including question titles, vote counts, and relevant metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dba-stack-exchange-search-842d812d/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)
