# AnyAPI GitHub User Profile Lookup

> AnyAPI GitHub User Profile Lookup is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Retrieves public profile information for a GitHub user or organization by username

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/github.user
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-github-user-profile-lookup-3e46a357
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_koKHtLl_Syu6ppAMmf8zb

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 anyapi-github-user-profile-lookup-3e46a357 -d '<json body>'
```

Example prompt: Can you pull up the GitHub profile for the user 'torvalds' — I want to see their bio, follower count, location, and how many public repos they have?

## When to prefer this

Use this endpoint when you need to programmatically fetch public GitHub user or organization profile metadata by username without setting up GitHub API credentials. Ideal for enriching developer records, validating GitHub handles, or gathering social/professional signals from GitHub profiles in agent workflows. Priced per call at $0.002 USDC with x402 payment.

## Known failure modes

- Username does not exist on GitHub — returns found: false with null data
- Malformed or empty handle input — may return validation error
- GitHub API rate limiting or downtime — service may return error or timeout
- Private/suspended accounts may not return full profile data

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a found boolean and a data object containing the GitHub user's login, name, bio, company, blog URL, location, Twitter username, avatar URL, account type (User or Organization), public repo count, public gist count, follower count, following count, and account creation date. If the user is not found, found is false and data is null. Also returns the cost in USD and the provider name.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-github-user-profile-lookup-3e46a357/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
