# AUR Package Search

> AUR Package 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 the Arch User Repository (AUR) for user-submitted packages matching a given query string, returning JSON results.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/aur-package-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/aur-package-search-c6726996
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R00kmreLnagatAd6Sk06J

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 aur-package-search-c6726996 -d '<json body>'
```

Example prompt: Search the Arch User Repository for packages matching 'spotify' and show me what comes back.

## When to prefer this

Use this endpoint when you need to search the Arch User Repository specifically for community-submitted packages, especially when building Arch Linux tooling, helping users find AUR packages by name or keyword, or automating package discovery on Arch-based systems. Prefer this over generic package search tools when the user is specifically on Arch Linux or an Arch-based distro (e.g. Manjaro, EndeavourOS).

## Known failure modes

- Empty or missing query parameter returns no results or an error
- Query with no matching packages returns empty result set
- AUR upstream unavailable causes 502/503 response
- Malformed query may return unexpected results or errors
- Rate limiting or payment failure returns 402 or 429

## How this service works

Search the Arch User Repository (AUR) for user-submitted packages matching a query {q}. Query: ?q= Returns JSON.

## Output

A JSON array or object listing AUR packages that match the query, including package names, descriptions, maintainers, version numbers, and other relevant package metadata available from the AUR API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aur-package-search-c6726996/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)
