ComingUp ComingUp
APITube

APITube

Real-time news API: 500K+ sources, 60+ languages, sentiment & entities in JSON

Aug 21, 2026 Developer Tools
data enrichment entity extraction json news api sentiment analysis

Gallery

APITube

About

APITube is a News API that turns the world's news into structured JSON. One HTTP request returns articles from 500,000+ verified sources across 180+ countries and 60+ languages, already enriched with sentiment scores, extracted entities (people, organizations, locations, brands, events), IPTC categories, topics and industries. No crawler to run, no HTML to parse.What you can do with it:• Search with 65+ filters in a single call. GET /v1/news/everything takes keywords, language, country, source domain, source quality rank, sentiment range, entity IDs, media presence and date ranges, combined however you need.• Use purpose-built endpoints instead of hand-rolling queries: /v1/news/top-headlines for breaking coverage, /v1/news/story for articles clustered around one event, /v1/news/trends for trending entities and topics over time buckets, /v1/suggest/entities to turn a name like "Tesla" into the entity ID you filter on.• Stream instead of polling. /v1/news/stream is a Server-Sent Events feed; webhooks and WebSocket dispatches push new matches to your endpoint as they are indexed.• Export in the shape your pipeline wants: JSON by default, plus JSONL, XML, CSV, XLSX and Parquet on paid plans.• Plug it into an AI agent. The hosted MCP server at https://mcp.apitube.io/ exposes search_news and suggest as tools for Claude, Cursor, VS Code and other MCP clients, with nothing to install.Authentication is a single API key, passed as an api_key query parameter, an X-API-Key header or an Authorization: Bearer header. SDKs for Node.js, PHP and Python are at github.com/apitube.Typical users: media and brand monitoring tools, financial and market-intelligence products, RAG pipelines that need a live news corpus instead of scraped HTML, and researchers pulling historical coverage for backtesting.Pricing: free tier with 100 requests per day, no card required. Paid plans are Starter $29/mo, Basic $99/mo and Professional $199/mo, 20% off on annual billing, plus pay-as-you-go at $0.01 per request. The MCP server requires a paid plan.Docs and full parameter reference: https://docs.apitube.io

Comments (3)

Jamarcus Cronin Jamarcus Cronin 3 days ago

the spacing on the landing page looks really clean

Delia Stanton Delia Stanton 3 days ago

entity extraction in the json payload saves another api call

Mackenzie Conroy Mackenzie Conroy 13 hours ago

how's the deduplication handled across 500K sources?