# RSS News Search API

> RSS News Search API is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Searches news articles across multiple RSS feeds using a keyword query and returns matching results

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/news-search
- 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/rss-news-search-api-bf3fe0b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H6SEJ_6is3SXbDaTx7mhz

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 rss-news-search-api-bf3fe0b4
```

Example prompt: Search news articles across RSS feeds for 'Federal Reserve interest rate decision' and show me what's being reported.

## When to prefer this

Use this endpoint when you need to search across multiple RSS news feeds simultaneously with a single keyword query, especially when you want structured results with confidence scoring and cache metadata. Prefer this over direct RSS parsing when you want aggregated multi-source news search without managing feed URLs yourself.

## Known failure modes

- Missing required 'query' parameter returns an error
- Empty or very broad queries may return low-confidence or no results
- RSS feed sources may be temporarily unavailable causing partial results
- Cached responses may be stale if news is very recent
- Rate limiting or payment failure may block access

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a data field containing matched news articles, a success boolean, and metadata including whether the result was cached, the source, a confidence score, and the last updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rss-news-search-api-bf3fe0b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
