# Multi-Source News Headlines

> Multi-Source News Headlines is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns deduplicated, newest-first news headlines aggregated from GDELT, Hacker News, major RSS feeds, and Google News, with filtering by category, source, and language

## Facts

- Endpoint: GET https://x402.professorsausages.com/news/headlines
- 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/multi-source-news-headlines-20f19791
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JPmzxvO1TwH-HwnniFyow

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 multi-source-news-headlines-20f19791
```

Example prompt: Pull me the latest English-language tech headlines from across major news sources — deduplicated and sorted newest first.

## When to prefer this

Prefer this endpoint when you need a broad, deduplicated view of current news across multiple sources simultaneously — especially when a single-source RSS feed or news API would miss coverage. Ideal for monitoring trending topics across GDELT, Hacker News, and major RSS without duplicate stories, and when filtering by category or language is needed.

## Known failure modes

- No headlines matching the specified category, source, or language filter returns an empty result set
- Invalid category or language parameter may return an error or empty list
- Upstream source unavailability (e.g. GDELT API down) may result in partial or degraded results
- Rate limiting or payment failure returns a 402 Payment Required response

## How this service works

Newest headlines from a deduped, tiered direct-feed pile (official press + wires/majors + trade press + Hacker News + gated GDELT), newest first — filter by category, source, and language

## Output

A list of deduplicated news headlines sorted newest first, drawn from GDELT, Hacker News, major RSS feeds, and Google News. Each result likely includes headline text, source name, publication timestamp, and article URL, optionally filtered by category, source, and language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/multi-source-news-headlines-20f19791/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
