# GitHub User Search via Clonecho

> GitHub User Search via Clonecho 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 GitHub users by location, follower count, and other qualifiers to surface talent and lead-sourcing signals

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/github-user-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/github-user-search-via-clonecho-fa765109
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rhQjneQyrvrrAcxkXzq0I

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 github-user-search-via-clonecho-fa765109 -d '<json body>'
```

Example prompt: Find me GitHub users based in Berlin who have more than 500 followers — I'm looking for potential engineering leads or developer contacts to reach out to.

## When to prefer this

Use this endpoint when you need to programmatically search GitHub users by location, follower count, or other search qualifiers for talent sourcing, recruiting, or developer lead generation — particularly when you want structured JSON output without direct GitHub API credentials or quota management.

## Known failure modes

- Empty results if qualifiers are too restrictive or no users match
- Malformed query string causes API error or unexpected results
- Rate limiting or quota exhaustion returns an error response
- Invalid qualifier syntax (e.g. unsupported field names) may return empty or error JSON
- Payment failure ($0.02 USDC) blocks the request via x402 protocol

## How this service works

GitHub users matching search qualifiers (?q=location:berlin followers:>500) — talent/lead-sourcing signal. Returns JSON.

## Output

Returns a JSON list of GitHub user profiles matching the search qualifiers, including usernames, follower counts, locations, and profile links — structured for talent sourcing or lead identification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-user-search-via-clonecho-fa765109/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)
