get_feed
Retrieve a filtered news feed with pre-scored articles classified by political lean, topic, country, and audience, with deduplication and urgency rating to find breaking news.
Instructions
Get a filtered feed of enriched news articles.
Every article is pre-scored for urgency (0-10), classified by political lean, topic, country and audience, and de-duplicated.
Args: country: ISO-2 code, e.g. 'ru', 'ua', 'us', 'mx'. Empty = all. topic: one of cyber, sanctions, oil_gas, energy, markets, crypto, ai, defense, health, climate, trade, ukraine, middle_east, nuclear, elections, diplomacy, rates, terrorism, chips, space, mergers, pandemic, agriculture, economy, tech, transport. Empty = all. language: 'ru', 'en', 'es', 'pt', etc. Empty = all. political_lean: state, official, centrist, liberal, conservative, nationalist, opposition, tabloid, neutral. audience: trading, media, academic, security, tech, politics. min_score: minimum urgency (0-10). Use 7+ for breaking-only. days: history window (tier-limited; demo=1, developer=7, standard=90). limit: max articles (capped at 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| topic | No | ||
| language | No | ||
| political_lean | No | ||
| audience | No | ||
| min_score | No | ||
| days | No | ||
| limit | No |