# SYNTHORA Tech News Feed

> SYNTHORA Tech News Feed is a paid API for AI agents from tech-news.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Fetches real-time top tech, startup, and crypto stories with scores and comment counts sourced from Hacker News

## Facts

- Endpoint: POST https://tech-news.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-tech-news-feed-855e2f8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_79I6KH8l4UExFe7lwGjyg

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 synthora-tech-news-feed-855e2f8e -d '<json body>'
```

Example prompt: Pull the top trending tech and startup stories from Hacker News right now, especially anything about crypto, and include their scores and comment counts.

## When to prefer this

Choose this endpoint when you need real-time, scored, community-ranked tech and startup news with discussion signal (comment counts) sourced from Hacker News. It is ideal for research agents that need narrative intelligence about what the tech community is currently discussing, especially around startups and crypto. Prefer it over generic RSS feeds or news APIs when Hacker News community sentiment and score ranking matter to your use case.

## Known failure modes

- Upstream Hacker News API unavailability causing empty or stale results
- Overly broad or unrecognized query/tag returning empty result set
- Payment failure over x402 protocol blocking request execution
- Malformed input schema causing request rejection
- Rate limiting or quota exhaustion returning error response

## How this service works

Real-time top tech/startup/crypto stories with score and comments via Hacker News. Narrative signal for research agents. Free source. $0.005 USDC via x402 on Base. SYNTHORA. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing a list of top tech/startup/crypto stories sourced from Hacker News, each with metadata such as story title, score, and comment count. The response includes an 'ok' status flag, a 'niche' field confirming 'tech-news', and a 'result' object with the story data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tags": {
   "type": "string",
   "description": "tags"
  },
  "query": {
   "type": "string",
   "description": "query"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "tech-news",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-tech-news-feed-855e2f8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tech-news.hergertsynthora.com](https://www.zero.xyz/host/tech-news.hergertsynthora.com/llms.txt)
