# Scout Hashnode Search

> Scout Hashnode 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-15).

Searches Hashnode for technical blog posts, tutorials, and developer insights

## Facts

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

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

Example prompt: Search Hashnode for recent blog posts and tutorials about Rust WebAssembly — I want to see what developers in the community are writing about it.

## When to prefer this

Choose this endpoint when you specifically want developer-authored blog posts and tutorials from the Hashnode platform, which is community-driven and popular among indie developers and technical writers. Prefer this over Dev.to search when you want Hashnode-specific content, or use it alongside Dev.to for broader developer blog coverage.

## Known failure modes

- No results found for obscure or niche query — returns empty result set
- Hashnode API unavailable — returns service error
- Invalid or missing search query parameter — returns 400 bad request
- Payment not received or insufficient USDC — returns 402 payment required

## How this service works

Search Hashnode for technical blog posts, tutorials, and developer insights. AI agent API for content research and trend monitoring. Accepts USDC payments on Base and Solana

## Output

Returns a list of Hashnode blog posts and tutorials matching the search query, including post titles, authors, publication details, and relevant content snippets about the requested topic.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-hugen-tokyo-e4c284c8/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)
