# Sna4an Realtime News API

> Sna4an Realtime News API is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-13).

Fetches real-time news articles and headlines via a RapidAPI-backed proxy endpoint using x402 micropayments

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/realtime-news
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-realtime-news-api-43c9eb7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8WzDaAQHQ1elBd7lxHOGk

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 sna4an-realtime-news-api-43c9eb7f -d '<json body>'
```

Example prompt: Pull the latest real-time news articles about artificial intelligence breakthroughs — use the top-headlines path with 'AI' as the keyword query parameter.

## When to prefer this

Choose this endpoint when you need real-time or breaking news content and are comfortable using x402 micropayments. It is suitable for agents that need fresh news data without long-term API subscription management, especially when querying via familiar RapidAPI-style path and params patterns.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty result
- Missing or malformed query parameters cause unexpected or empty responses
- Payment failure via x402 protocol results in 402 status and no content returned
- RapidAPI upstream rate limits or outages cause delayed or failed responses
- Overly broad queries may return irrelevant or low-quality news results

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

A JSON object containing real-time news articles and headlines sourced via RapidAPI, including article titles, descriptions, source metadata, and publication timestamps relevant to the queried topic or keyword.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-realtime-news-api-43c9eb7f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
