# Qonoro News Sentiment Analysis

> Qonoro News Sentiment Analysis is a paid API for AI agents from api.qonoro.ai, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Analyzes real-time news sentiment for a given company, returning overall sentiment, score, signal strength, key themes, per-article breakdown, and a recommended action for B2B sales and PR agents.

## Facts

- Endpoint: POST https://api.qonoro.ai/v1/news/sentiment
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/qonoro-news-sentiment-analysis-763e71d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OkdRlMN80AV-h_57s2NRa

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 qonoro-news-sentiment-analysis-763e71d3 -d '<json body>'
```

Example prompt: Pull the latest news sentiment for Stripe — I want the overall sentiment score, signal strength, key themes, and your recommended action so I know whether now is a good time to reach out to them.

## When to prefer this

Choose this endpoint when you need a structured, actionable news sentiment summary for a specific company — especially for B2B sales prospecting, account prioritization, or PR risk assessment. It is preferable over generic news search when you need a sentiment score, signal strength, and a recommended action synthesized from multiple articles rather than raw headlines.

## Known failure modes

- Company not found or insufficient news coverage returns low signal strength or empty results
- Ambiguous company name may match wrong entity — provide domain for disambiguation
- Very recent news may not yet be indexed, resulting in stale or incomplete sentiment
- Rate limiting or payment failure returns error without sentiment data
- Non-English news coverage may be underweighted or excluded

## How this service works

Real-time news sentiment analysis for a company: overall sentiment, score, signal strength, key themes, per-article sentiment, and a recommended action for B2B sales and PR agents.

## Output

Returns the overall sentiment label (positive/neutral/negative), a numeric sentiment score, signal strength indicator, a list of key themes extracted from recent coverage, a per-article sentiment breakdown with individual scores, and a recommended action tailored for B2B sales or PR decision-making.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string",
   "description": "Optional topic to scope the search: e.g. 'funding', 'product', 'legal', 'hiring', 'partnership', 'general'."
  },
  "buyer_region": {
   "type": "string",
   "description": "Optional privacy-safe buyer region for operational reporting."
  },
  "company_name": {
   "type": "string",
   "description": "Company name to analyze news sentiment for."
  },
  "timeframe_days": {
   "type": "integer",
   "default": 30,
   "description": "How many days back to search for news. Default: 30."
  }
 }
}
```

## More

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