# On-Demand Web Research Digest (Wikipedia + Hacker News + Jina Reader)

> On-Demand Web Research Digest (Wikipedia + Hacker News + Jina Reader) is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net:10000, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Fetches and synthesizes a curated research digest on any topic by pulling from Wikipedia, Hacker News, and Jina Reader as free sources.

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net:10000/research
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/on-demand-web-research-digest-wikipedia-hacker-news-jina-reader-a91a6b19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oiWZIs5urm-OirQDhaMSx

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 on-demand-web-research-digest-wikipedia-hacker-news-jina-reader-a91a6b19
```

Example prompt: Can you research 'zero-knowledge proofs' for me and give me a digest pulling from Wikipedia and Hacker News?

## When to prefer this

Use this endpoint when you need a quick, multi-source research digest on a topic without paying for premium data sources — ideal for background research, overviews, or tech-community perspective. Prefer it over a raw web scraper when you want pre-synthesized content from trusted free sources (Wikipedia + HN) at very low cost ($0.003/call).

## Known failure modes

- Empty or vague query returns low-quality or empty digest
- Topic not well-covered by Wikipedia or Hacker News yields sparse results
- Source sites temporarily unavailable causes incomplete digest
- Very broad topics may return unfocused summaries
- Payment failure (x402) prevents access to endpoint

## How this service works

Live web search (keyless — no Exa/API account needed, we pay upstream) and real-time cross-exchange crypto funding-rate data + arbitrage signals, paid per call in USDC on Base via x402. For AI agents that need live data without holding any API keys.

## Output

A synthesized research digest on the requested topic, compiled from Wikipedia, Hacker News discussions, and Jina Reader-processed web content — returned as structured JSON.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "topic to research"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/on-demand-web-research-digest-wikipedia-hacker-news-jina-reader-a91a6b19/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:10000](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A10000/llms.txt)
