# Super User Question Search

> Super User Question 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-13).

Searches Super User (power-user computing Q&A site) questions by keyword, returning results ranked by votes as JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/superuser-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/super-user-question-search-b23e5a4e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lZSjUNN9rzgDgkX4V7XJi

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 super-user-question-search-b23e5a4e -d '<json body>'
```

Example prompt: Search Super User for the top-voted questions about 'batch renaming files in Windows' and show me the results.

## When to prefer this

Use this endpoint when you need to find community-vetted, vote-ranked answers to power-user computing questions from Super User specifically — ideal for technical Windows, Linux, macOS, and general computing queries where community consensus (votes) matters more than recency.

## Known failure modes

- Missing or empty ?q= parameter returns an error or empty results
- No matching questions found for obscure or misspelled query returns empty array
- Rate limiting or payment failure (x402) if USDC payment not provided
- Network timeout if Super User upstream is slow or unavailable

## How this service works

Search Super User (power-user computing) questions for {q}, ranked by votes. Query: ?q= Returns JSON.

## Output

Returns a JSON array of Super User questions matching the search query, ranked by vote count, including question titles, vote scores, and likely links or metadata for each post.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/super-user-question-search-b23e5a4e/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)
