# x402 Content Hub - Top Headlines News

> x402 Content Hub - Top Headlines News is a paid API for AI agents from x402-content-hub.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches real-time top news headlines filtered by country and/or category, paid via USDC on Base using the x402 protocol

## Facts

- Endpoint: POST https://x402-content-hub.vercel.app/api/news/top-headlines
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-content-hub-top-headlines-news-ea3debf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1FqEKHvxWkaX-SMBU5HjY

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 x402-content-hub-top-headlines-news-ea3debf4 -d '<json body>'
```

Example prompt: What are the top headlines in technology news in the US right now?

## When to prefer this

Choose this endpoint when you need real-time top news headlines filtered by country or category and are operating in a crypto-native or x402-payment-enabled environment. Prefer this over generic news APIs when you need micropayment-based access (USDC on Base) without API key management.

## Known failure modes

- Invalid country code returns empty or error result
- Invalid category string returns no results
- Payment failure via x402/USDC blocks the request entirely
- Rate limiting if too many calls made in succession
- Upstream news API outage causes 502 or empty data response

## How this service works

Amazon products, real-time news, image search, Medium articles, and Spotify data. Pay with USDC on Base.

## Output

Returns a data object containing real-time top news headlines, likely including article titles, sources, descriptions, URLs, and publication timestamps, filtered by the requested country and/or category.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "country": {
   "type": "string"
  },
  "category": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-content-hub-top-headlines-news-ea3debf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-content-hub.vercel.app](https://www.zero.xyz/host/x402-content-hub.vercel.app/llms.txt)
