# AnyAPI GitHub User Activity

> AnyAPI GitHub User Activity 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).

Fetches a GitHub user's recent public activity feed, including commits, pull requests, issues, and other events

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/github.user_activity
- 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-activity-b06020c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wLhEn-SyMUpvqKMHq4oR8

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-activity-b06020c3 -d '<json body>'
```

Example prompt: Pull the recent public GitHub activity for user 'torvalds' — show me their latest commits, pull requests, and any other events from the past few weeks.

## When to prefer this

Choose this endpoint when you need a GitHub user's public activity feed without managing GitHub API OAuth tokens or rate limits yourself, and want pay-per-request pricing with no subscription. Ideal for one-off lookups, agent pipelines that sporadically query developer activity, or when you need to avoid GitHub API credential management overhead.

## Known failure modes

- GitHub username not found — returns error or empty result
- GitHub rate limiting on the underlying scraper — may return throttle error
- Private accounts with no public activity return empty event list
- Network or scraping timeout for accounts with extremely large activity histories
- Invalid or missing username parameter returns validation error

## 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

A JSON payload containing the target GitHub user's recent public activity events, including event types (PushEvent, PullRequestEvent, IssuesEvent, etc.), associated repositories, timestamps, and event-specific payloads such as commit messages or PR titles.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-github-user-activity-b06020c3/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)
