# scout.hugen.tokyo GitHub Repository Search

> scout.hugen.tokyo GitHub Repository Search is a paid API for AI agents from scout.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13, last successful call 2026-07-13).

Searches GitHub repositories to discover open source projects, developer tools, and trending repos for competitive intelligence

## Facts

- Endpoint: GET https://scout.hugen.tokyo/scout/github
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Last successful call: 2026-07-13
- Activations on Zero: 7
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scout-hugen-tokyo-d2d51585
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cbwyzl0mazG0rSAp6Gszi

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 scout-hugen-tokyo-d2d51585
```

Example prompt: Search GitHub for open source vector database projects — I want to see what's trending, who the main players are, and which repos have the most stars.

## When to prefer this

Use this endpoint when you need to search and discover GitHub repositories by topic, keyword, or technology — especially for competitive intelligence, open source landscape analysis, or finding developer tools. Prefer this over general web search when you specifically want repository-level data from GitHub. Use the sibling 'get repository details' endpoint when you already have a specific repo and want deeper stats.

## Known failure modes

- No repositories found for the given query — returns empty results
- Query too vague — returns unrelated or generic repositories
- GitHub rate limits or API unavailability — returns error
- Payment failure (insufficient USDC) — request rejected with 402
- Invalid or missing query parameter — returns validation error

## How this service works

Search GitHub repositories — discover open source projects, developer tools, and trending repos. AI agent API for competitive intelligence. Accepts USDC payments on Base and Solana

## Output

A list of GitHub repositories matching the query, including metadata such as repository names, descriptions, star counts, fork counts, contributor information, release details, and license info — useful for competitive intelligence and open source discovery.

## Example request

```json
{
 "q": "developer-tools",
 "order": "VOTES",
 "per_page": 10
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-hugen-tokyo-d2d51585/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scout.hugen.tokyo](https://www.zero.xyz/host/scout.hugen.tokyo/llms.txt)
