📰
News
OfficialActiveby UniSkill Team
Real-time news aggregation from 50,000+ sources.
Description
The News skill aggregates real-time articles from over 50,000 global sources, applying deduplication, relevance ranking, and AI-generated sentiment scoring. Filter results by topic, language, country, or time window. Ideal for financial agents that need to correlate market events with news sentiment, or for news digest bots.
API Reference
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Topic or keyword to search |
language | string | No | ISO 639-1 language code (e.g. 'en', 'zh') |
from_date | string | No | Start date filter (ISO 8601) |
max_results | number | No | Number of articles (default: 5) |
Response Schema
| Field | Type | Description |
|---|---|---|
articles[].title | string | Article headline |
articles[].url | string | Link to the original article |
articles[].source | string | Publisher name |
articles[].published_at | string | ISO 8601 publish timestamp |
articles[].sentiment | 'positive' | 'neutral' | 'negative' | AI-inferred sentiment |
Use Cases
- Finance bots — correlate earnings news with stock movements
- Daily digest agents — compile morning briefings
- Brand monitoring — track mentions across global press
- Geopolitical risk analysis for investment agents
Pricing
Cost per Request
1CR
Credits are deducted per successful API call.
Performance
Avg. Latency~600ms
Success Rate99.5%
Integration
curl -X POST https://api.uniskill.io/v1/news
-H "Authorization: Bearer <LOGIN_TO_VIEW_TOKEN>"
-H "Content-Type: application/json"
-d '{"query": "example"}'