# scout.hugen.tokyo Stack Overflow Search

> scout.hugen.tokyo Stack Overflow 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).

Search Stack Overflow for developer Q&A, solutions, and best practices, returning ranked questions with metadata

## Facts

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

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-df3de991
```

Example prompt: Search Stack Overflow for the top 10 questions about handling async/await errors in Python, sorted by relevance, and show me the titles, scores, and links.

## When to prefer this

Use this endpoint when you need structured, ranked Stack Overflow Q&A data for a specific programming or technical topic, especially when you want metadata like scores, view counts, answer counts, and author reputation to judge answer quality. Prefer this over general web search when the goal is specifically developer community knowledge rather than documentation or blog posts.

## Known failure modes

- Invalid or missing query parameter returns an error
- Rate limiting or quota exhaustion if payment fails
- Upstream Stack Overflow API unavailability causes empty or error response
- Very niche queries may return zero results
- Malformed sort or per_page parameters may return defaults or errors

## How this service works

Search Stack Overflow for developer Q&A, solutions, and best practices. AI agent API for technical knowledge retrieval. Accepts USDC payments on Base and Solana

## Output

Returns a list of Stack Overflow questions matching the query, each including question ID, URL, title, tags, score, view count, author name, author reputation, answer count, answered status, and publication date.

## Example request

```json
{
 "q": "javascript promises",
 "site": "stackoverflow",
 "sort": "relevance",
 "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-df3de991/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)
