📰

News

OfficialActive

by 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

ParameterTypeRequiredDescription
querystringYesTopic or keyword to search
languagestringNoISO 639-1 language code (e.g. 'en', 'zh')
from_datestringNoStart date filter (ISO 8601)
max_resultsnumberNoNumber of articles (default: 5)

Response Schema

FieldTypeDescription
articles[].titlestringArticle headline
articles[].urlstringLink to the original article
articles[].sourcestringPublisher name
articles[].published_atstringISO 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"}'
Back to Skills Store