Add APITube to Commercial & Proprietary Services - #584
Open
liamka wants to merge 1 commit into
Open
Conversation
Owner
|
Thanks for the detailed submission and disclosure. The entry is correctly placed under Commercial & Proprietary Services, the linked GitHub repository is appropriately treated as a client SDK rather than substantive service implementation, and I found no duplicate APITube submission. The current-head validation and site-generation checks also pass. This needs a few changes before acceptance:
If the pricing page reflects the intended free limits, one possible entry is: - [APITube](https://apitube.io) - `REST` `MCP` - News API with entity sentiment and structured metadata; the permanent no-card free tier includes 100 requests a day, 10 articles per request, a 12-hour delay, one month of history, truncated text, JSON-only output and no MCP, with paid plans from $29 a month. [GitHub](https://github.com/apitube/news-api-node)The permanent no-card free tier otherwise appears useful enough to qualify. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds APITube to Commercial & Proprietary Services.
APITube is a hosted news API. Every indexed article is returned as JSON already enriched: sentiment
scores at article level (
sentiment.title,sentiment.body,sentiment.overall, each with a scoreand a polarity) and at entity level (
entities[].sentiment), resolved named entities with numericIDs and Wikidata links, IPTC media-topic categories and industry tags. Filters combine in one
GET /v1/news/everythingcall:entity.id,language.code,source.country.code,source.domain,category.id,industry.id,sentiment.*.polarityandpublished_at.start/published_at.end.Relevance to this list: it is a general-purpose news source, not a market-data vendor, but the
enrichment and the date-range filter are what quant workflows need from news — per-entity sentiment
time series, event windows around a company or industry, and news counts joined to a price series.
/v1/news/trendsreturns trending values for a field over time buckets,/v1/news/streamis aServer-Sent Events feed for live use, and CSV/TSV/XLSX/Parquet exports come out of the same query.
Verified against the live API today (2026-08-21):
Both return
200. Date-range queries reach back to at least January 2020.Placement. APITube is a hosted commercial service. The public repositories under
https://github.com/apitube are client SDKs, integration examples and migration kits — thin by the
definition in
CONTRIBUTING.md— so the entry goes in Commercial & Proprietary Services ratherthan Market Data & Data Sources, and the
[GitHub]suffix points at the Node/TypeScript SDK(https://github.com/apitube/news-api-node, published as
@apitube/news-api, last pushed2026-08-16) only as a usage reference.
Free tier and pricing (https://apitube.io/pricing, checked 2026-08-21):
The free tier is permanent, resets daily and needs no card ("No credit card required" on the pricing
page). It is not a trial: all enrichment — sentiment, entities, categories, industries, topics,
source metadata — is returned in full, along with article URL, title, description and images. What
free does not include is the full article body (truncated to 200 characters) and the hosted MCP
server, which starts at Starter. Both limits are stated in the entry.
Public documentation: https://docs.apitube.io (parameter reference, response schema, error codes).
apitubedoes not appear inREADME.mdor in any open or closed PR.scripts/validate_readme.py --diff-from origin/mainpasses on the added line.README.mdonly.Disclosure: I work on APITube, so this is a self-promotional submission.