get_article
Fetch the full text of a single TipRanks article.
Resolve a TipRanks article URL (e.g. from get_latest_news / get_assets_news),
a slug, or a numeric post id to its title, excerpt, full body text
(HTML-stripped, capped at 8000 chars), author, category, date, canonical
URL, and any tagged tickers.
Args:
identifier: Numeric post id, slug, or a tipranks.com article URL.
Returns a JSON object, or {"error": ...} when no matching TipRanks article
exists (e.g. the URL points to an aggregated third-party site, which is not
stored in TipRanks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | A TipRanks article identifier: the numeric post id, the slug, or a full tipranks.com article URL. |