# GitHub Organization Profile Lookup

> GitHub Organization Profile Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Fetches public profile data for a GitHub organization including repos, followers, location, verification status, and creation date

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/github-org
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-organization-profile-lookup-2992abf9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YrZEehtF7M-xBFnFZNga0

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-organization-profile-lookup-2992abf9 -d '<json body>'
```

Example prompt: Can you pull up the GitHub organization profile for 'torvalds' — I want to know their follower count, number of public repos, location, whether they're verified, and when the account was created?

## When to prefer this

Use this endpoint when you need structured public metadata about a GitHub organization — such as repo count, follower count, location, or verification — without needing to authenticate with GitHub directly. Ideal for enriching company profiles, vetting open-source contributors, or building dashboards about GitHub orgs. Prefer this over raw GitHub API calls when you want a simple, paid-per-use JSON response without managing OAuth tokens.

## Known failure modes

- Organization not found — returns error if ?org= value doesn't match any GitHub org
- Missing org parameter — request fails if ?org= query param is omitted
- Private or suspended organizations may return incomplete data
- GitHub API rate limits could cause upstream failures
- Network timeout if GitHub is slow to respond

## How this service works

GitHub organization profile (?org=github): public repos, followers, location, verification, creation date. Returns JSON.

## Output

A JSON object containing the GitHub organization's public profile data: number of public repositories, follower count, geographic location, verification status, and account creation date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-organization-profile-lookup-2992abf9/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)
