# Questflow Gloria Data Platform News Feed Agent

> Questflow Gloria Data Platform News Feed Agent is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves real-time and historical news articles from the Gloria Data Platform based on a search query, result limit, and timeframe

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:68a6fae188ee7586a198c086
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-feaf6ac9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t5QdK93suejyqyE-c3ZBt

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 questflow-feaf6ac9 -d '<json body>'
```

Example prompt: Can you pull the 10 most recent news articles about artificial intelligence from the last 7 days using the Gloria Data Platform news feed?

## When to prefer this

Use this endpoint when you need structured real-time or historical news search powered by the Gloria Data Platform via Questflow's agent infrastructure, especially when you want to filter by recency (e.g. last 7 days) and control result count. Prefer over generic web search when you want clean, structured news data rather than raw web pages.

## Known failure modes

- Missing X-PAYMENT header results in HTTP 402 with payment instructions
- Invalid or malformed query JSON causes agent error
- Timeframe format not recognized returns empty or error response
- Result limit exceeding platform maximum may return truncated results
- Network timeout if agent processing exceeds 1200 seconds

## How this service works

Access real-time and historical news feeds from the Gloria Data Platform | Powered by Questflow

## Output

A response string containing real-time or historical news articles matching the query, filtered by the specified limit and timeframe, sourced from the Gloria Data Platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-feaf6ac9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
