# AgentServices GitHub Trending

> AgentServices GitHub Trending is a paid API for AI agents from agentservices.to, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Fetches the current list of trending GitHub repositories, optionally filtered by time period and programming language

## Facts

- Endpoint: GET https://agentservices.to/v1/github-trending
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-github-trending-53018eb3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vVHR2sBGSIcxcQOGztksv

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 agentservices-github-trending-53018eb3
```

Example prompt: What are the trending GitHub repositories this week, especially any written in Python?

## When to prefer this

Choose this endpoint when you need real-time GitHub trending data without scraping GitHub yourself, want to filter by language or time period, and prefer a pay-per-call micropayment model over managing a GitHub API token or rate limits.

## Known failure modes

- Invalid 'since' value returns an error or empty list
- Unsupported language filter returns empty results
- GitHub scraping unavailability causes 503 or stale data
- Payment not processed via x402 returns 402 Payment Required

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A list of currently trending GitHub repositories, likely including repository name, author/owner, description, primary programming language, and star counts or star growth, filtered by the requested time window (daily/weekly/monthly) and language if specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "since": {
   "type": "string"
  },
  "language": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-github-trending-53018eb3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
