---
name: news.apitoll.cloud
description: news.apitoll.cloud provides a single endpoint for fetching recent Cointelegraph crypto news articles. It returns structured article data including titles, lead text, full body, author, category, badge, published timestamp, and view counts across 14 locales.
host: news.apitoll.cloud
---

# news.apitoll.cloud

This host is a narrow, single-source news retrieval service targeting agents that need Cointelegraph content specifically. It serves use cases such as market briefings, sentiment analysis, news-driven trading signal generation, and price-move attribution. It does not aggregate multiple news sources and does not provide any market or price data.

## When to use this host

Use this host when an agent specifically needs Cointelegraph news content — headlines, full article text, or article metadata — for tasks like sentiment analysis, market briefings, or attributing price moves to news events. It supports 14 locales and keyword search, making it suitable for multilingual or topic-filtered news retrieval. Do not use this host for news from other outlets (Reuters, CoinDesk, Bloomberg, etc.) — a broader news aggregation API would be needed for multi-source coverage. Do not use it for live price feeds, OHLCV data, or any market data; use a dedicated market data API instead.

## Capabilities

### Cointelegraph News Retrieval

Fetches recent Cointelegraph articles with full metadata including title, body, author, category, and view counts, with support for locale filtering and keyword search.

- **`fetch-cointelegraph-news`** — Fetches recent Cointelegraph crypto news articles with title, lead text, full body, author, category, badge, published timestamp, and view count across 14 locales.

## Skill reference

### `fetch-cointelegraph-news`

**Cointelegraph News Feed** — Fetches recent Cointelegraph crypto news articles with title, lead text, full body, author, category, badge, published timestamp, and view count across 14 locales.

*Use when:* Use when an agent needs current crypto news headlines or full article text from Cointelegraph, such as for market briefings, sentiment analysis, news-driven trading signals, or price-move attribution.

*Not for:* Do not use for non-Cointelegraph news sources or for streaming/real-time price data; use a market data API for live price feeds instead.

**Inputs:**

- `lang` (string) — Locale to fetch news for. One of: en, tr, de, es, fr, it, jp, kr, br, cn, ar, in, tw, ru. Defaults to en.
- `limit` (integer) — Number of articles to return, clamped between 1 and 50. Defaults to 10.
- `search` (string) — Optional full-text query. When set, returns matching articles instead of the latest feed.
- `full_text` (boolean) — Include full plain-text article body. Defaults to true.
- `views` (boolean) — Include article view count. Defaults to true.

**Returns:** Returns a JSON object with source, lang, query, count, and an articles array where each item includes id, post_url, title, leadText, full plain-text body, author name, category, post badge, ISO published timestamp, and view count.

**Example:** `GET https://news.apitoll.cloud/v1/cointelegraph/news?lang=en&limit=10&full_text=true&views=true`

---
