AI-powered story clustering, 150K+ entity tracking, breaking news detection, semantic search, and real-time WebSocket streaming. One API, structured news intelligence.
npm install @newsrank/sdk pip install newsrank Free tier: 1,000 credits/month. No credit card required.
curl https://api.newsrank.ai/v1/stories \ -H "Authorization: Bearer nrf_..."
// Response { "stories": [ { "headline": "Fed Holds Rates Steady...", "category": "economics", "article_count": 47, "sources": ["Reuters", "AP", "Bloomberg"], "top_entities": [ { "name": "Federal Reserve", "type": "ORG" } ] } ], "total": 284 }
Structured news data from 2,000+ sources, processed through NLP pipelines and delivered via a simple REST API.
Articles automatically grouped into stories using NLP. One story, dozens of perspectives.
People, organizations, locations, and topics identified and tracked across all articles.
Search across millions of articles with relevance scoring, filters, and autocomplete.
Stream breaking stories and updates the moment they happen. No polling needed.
Map relationships between people, orgs, and topics. Discover hidden connections.
Reuters, AP, BBC, Bloomberg, and thousands more. Global coverage, no scraping needed.
Pick an endpoint, pick a language. Every response is structured JSON you can use immediately.
curl https://api.newsrank.ai/v1/stories?limit=5 \ -H "Authorization: Bearer nrf_..."
{
"stories": [
{
"headline": "Fed Holds Rates Steady Amid Inflation Concerns",
"category": "economics",
"article_count": 47,
"sources": ["Reuters", "AP", "Bloomberg", "BBC"],
"top_entities": [
{ "name": "Federal Reserve", "type": "ORG" },
{ "name": "Jerome Powell", "type": "PERSON" }
],
"summary": "The Federal Reserve held interest rates..."
}
],
"total": 284,
"has_more": true
}Real WebSocket events. This is what your app receives.
Free API key in 30 seconds. No credit card required.