# AmanChain RSS/Atom Feed Reader

> AmanChain RSS/Atom Feed Reader is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.002488/call, status unknown (last checked 2026-09-14).

Parses any RSS or Atom feed URL into clean, structured feed items via a pay-per-call x402 endpoint

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-rss-read
- Price: $0.002488/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-rss-atom-feed-reader-17e63ff8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CCybxocWx7wdROurXCTty

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 amanchain-rss-atom-feed-reader-17e63ff8 -d '<json body>'
```

Example prompt: Can you fetch and parse the RSS feed at https://feeds.arstechnica.com/arstechnica/index and give me the latest 10 articles with their titles, links, and publish dates?

## When to prefer this

Choose this endpoint when you need a simple, no-account, pay-per-call way to parse any public RSS or Atom feed into structured JSON items. Ideal for agents that need one-off or infrequent feed reads without setting up an API key or subscription. Best for straightforward feed parsing rather than continuous monitoring or feed discovery.

## Known failure modes

- Invalid or malformed RSS/Atom feed URL returns a parse error
- Unreachable or offline feed URL results in a fetch failure
- Non-feed URLs (plain HTML pages) may return empty or error response
- Payment failure via x402 results in 402 status and no content
- Rate limiting or timeouts on slow remote feeds may cause incomplete results

## How this service works

RSS and Atom feed parser — any feed URL into clean structured items (title, link, date, summary); news feed API. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-rss-read","request":"<input>"}.

## Output

Returns a list of clean, structured feed items parsed from the provided RSS or Atom feed URL, typically including each item's title, link, description/summary, publication date, and any other standard feed metadata present in the feed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-rss-atom-feed-reader-17e63ff8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from amanchain-relay.gitajhd.workers.dev](https://www.zero.xyz/host/amanchain-relay.gitajhd.workers.dev/llms.txt)
