News monitoring
CNNエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn CNN into structured JSON — full article content with author and publish time, current section headline streams, and chronological updates from a CNN live story, all from canonical cnn.com URLs.
Get CNN article content, section headlines, and live story updates as structured JSON from a canonical cnn.com URL.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
6
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
5
スキーマ参照
3
{
"platform": "CNN",
"endpoint": "cnn-article",
"method": "GET",
"path": "/cnn/article",
"auth": "apiKey"
}ユースケース
Get CNN article content, section headlines, and live story updates as structured JSON from a canonical cnn.com URL.
CNNエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
CNNエンドポイントを使えば、「Live-event tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
CNNエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のCNNエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ6個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
CNNのエンドポイントは3件、3つのリクエストファミリーに分類されています(Article、Headlines、Live Story)。
これらのCNNエンドポイントには6個のリクエストパラメータがドキュメント化されており、うち5個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のCNNエンドポイントのうち3件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
CNNのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
CNNのエンドポイントは3個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/cnn/article
/cnn/headlines
/cnn/live-story
エンドポイントカタログ
/cnn/articleReturns a CNN article's headline, description, author, publication and update times, section, image, and body paragraphs. Provide a canonical cnn.com article URL.
MCPツール cnn_article
/cnn/headlinesReturns the current CNN headline stream for one section, including title, article URL, description, publication time, and image when available.
MCPツール cnn_headlines
/cnn/live-storyReturns a CNN live story's title, description, update time, and chronological post updates. Provide a canonical cnn.com live-news URL.
MCPツール cnn_live_story
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
CNNのスクレイピング方法
Crawlora's CNN endpoints read CNN's own public article, section, and live-story pages and return normalized JSON — no HTML scraper to maintain.
Pass a canonical cnn.com article URL to /cnn/article for its headline, description, author, publication and update times, section, image, and body paragraphs.
Call /cnn/headlines with a section to get the current headline stream — title, article URL, description, publish time, and image where available.
Pass a canonical cnn.com live-news URL to /cnn/live-story for its title, description, update time, and chronological post updates — re-run on a schedule to pick up new updates as they post.
FAQ
Send an article, section, or live-story URL to Crawlora's CNN endpoints and get headline, body, and update data back as structured JSON — no HTML parser or scraper to maintain.
Yes — /cnn/live-story returns the story's post updates in chronological order; re-run it on a schedule and diff against your last run to pick up each new update as CNN publishes it.
Collecting publicly accessible article, headline, and live-story data is generally permissible if you respect CNN's terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.