# GoldSeek Gold Market News Headlines

> GoldSeek Gold Market News Headlines is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns the latest gold market news headlines, short summaries, and links from GoldSeek RSS, filtered by keyword

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/gold-news
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldseek-gold-market-news-headlines-288759e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QVQa8Qz2_ywJ4-hC2Rq1q

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 goldseek-gold-market-news-headlines-288759e8
```

Example prompt: Can you pull the latest gold market news headlines for me? I want to see what's going on with gold prices and any analyst commentary right now.

## When to prefer this

Choose this endpoint when you need current gold-specific news headlines and summaries from a dedicated precious metals source (GoldSeek). Prefer it over general financial news endpoints when the focus is specifically on gold market sentiment, price commentary, or gold-related analysis. Use the sibling silver news endpoint for silver-specific coverage, or the general MarketWatch RSS endpoint for broader market news.

## Known failure modes

- GoldSeek RSS feed unavailable or returns empty — endpoint may return an empty list or error
- Keyword filter may exclude relevant articles if titles don't contain expected terms
- Delayed or cached RSS data — headlines may not reflect the most recent minutes
- Payment not processed (x402) — request blocked without valid USDC payment
- Rate limiting or upstream RSS throttling may cause timeout errors

## How this service works

Latest gold market news headlines via GoldSeek RSS, filtered by keyword (titles, short summaries, and links only)

## Output

A list of recent gold market news items from GoldSeek RSS, each containing a headline/title, a short summary or description, a link to the full article, and typically a publication date — filtered to gold-relevant content only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldseek-gold-market-news-headlines-288759e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
