# AnyAPI GitHub User Pull Requests

> AnyAPI GitHub User Pull Requests 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-13).

Fetches pull requests submitted by a specific GitHub user across repositories

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/github.user_pull_requests
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-github-user-pull-requests-b9c5053d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6N8bvakB8UfLSV82-lboq

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-pull-requests-b9c5053d -d '<json body>'
```

Example prompt: Can you pull up all the open pull requests submitted by GitHub user 'torvalds' so I can see what they've been contributing recently?

## When to prefer this

Use this endpoint when you need to programmatically retrieve pull request activity for a GitHub user without a GitHub API key or managing OAuth tokens. Ideal for agent workflows that need pay-per-call access to GitHub PR data without subscriptions or credential management.

## Known failure modes

- Invalid or non-existent GitHub username returns empty results or error
- Rate limiting or GitHub data unavailability causes upstream failure
- Payment failure (insufficient USDC balance) blocks the request
- Malformed request body returns 400-level error
- Private repository PRs may not be accessible and could be excluded from results

## 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 list of pull requests associated with the specified GitHub user, including PR titles, URLs, repository names, status (open/closed/merged), creation dates, and related metadata.

## Response schema (JSON Schema)

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

## More

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