
APITube
Real-time news from 500K+ sources as structured JSON
https://mcp.apitube.io/Details
- Follow on
- @apitube_io
- Categories
- Developer ToolsNews & Media
- Target Audience
- DevelopersAI DevelopersData Scientists
- Pricing
- Freemium from $29
- Featured in
- Best News Monitoring Tools
Discovery signals
How AI and people discover APITube on PeerPush
About APITube
APITube is a News API that turns the world's news into structured JSON, so you don't run a crawler or parse HTML. One request to GET /v1/news/everything searches articles from 500,000+ verified sources across 180+ countries in 60+ languages, and you combine 65+ filters in that single call: keywords (matched on the article title), language, country, source domain, source quality rank, sentiment range, entity IDs, media presence, publish date ranges. Every article arrives enriched before you see it — sentiment score, extracted entities (people, organizations, locations, brands), IPTC categories, topics and industries. There is no post-processing step left for you. Other endpoints cover the shapes you would otherwise build yourself: - /v1/news/top-headlines — breaking coverage - /v1/news/story — articles clustered into a single story - /v1/news/trends — trending entities, topics and categories over time buckets - /v1/news/stream — live feed over Server-Sent Events - /v1/suggest/entities — turn a name like "Tesla" into the entity ID you filter on Authentication is one API key, passed as an api_key query parameter, an X-API-Key header, or Authorization: Bearer. Output is JSON by default, with XML, CSV, TSV, JSONL, XLSX and Parquet exports on paid plans. Webhooks and WebSocket dispatches push new matches to your endpoint as they get indexed. For AI agents there is a hosted MCP server at https://mcp.apitube.io/ with two tools, search_news and suggest — nothing to install, just an API key in the Authorization header. It works with Claude, Cursor, VS Code and other MCP clients; stdio-only clients connect through the mcp-remote bridge. SDKs for Node.js, PHP and Python live at github.com/apitube. What people build with it: brand and media monitoring with sentiment attached, market intelligence filtered by entity and industry, RAG pipelines that need a live news corpus instead of scraped HTML, research over the historical archive, and apps that ship a news feed without running a crawler behind it. Pricing: the free tier is 100 requests/day and needs no card. 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, starting with Starter.
Screenshots
Reviews (0)
No reviews yet. Be the first to rate this product!





Comments (2)
Looks interesting ! What is your target audience?
We built APITube so you can query news like a database: one GET call, 65+ filters, sentiment and entities already attached. Free tier is 100 requests/day. Happy to answer API questions here.