Markets and business news monitoring
CNBCエンドポイントを使えば、「Markets and business news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn CNBC's public editorial section taxonomy, section article cards, and article pages into normalized JSON for markets and business news monitoring.
List CNBC's public editorial sections, read a section's current article cards, and get full public article content as structured JSON.
エンドポイントファミリー
4
ドキュメント化されたパラメータ
8
サンプル数
4
ライブカタログスナップショット
稼働エンドポイント
4
メソッド
GET
必須パラメータ
6
スキーマ参照
4
{
"platform": "CNBC",
"endpoint": "cnbc-article",
"method": "GET",
"path": "/cnbc/article",
"auth": "apiKey"
}ユースケース
List CNBC's public editorial sections, read a section's current article cards, and get full public article content as structured JSON.
CNBCエンドポイントを使えば、「Markets and business news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
CNBCエンドポイントを使えば、「Editorial research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
CNBCエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のCNBCエンドポイントカタログから取得しています(エンドポイント4件、ドキュメント化されたリクエストパラメータ8個、公開レスポンススキーマ4件)。DocsとPlaygroundが参照しているカタログと同じものです。
CNBCのエンドポイントは4件、4つのリクエストファミリーに分類されています(Article、Author、Categoriesほか1件)。
これらのCNBCエンドポイントには8個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
4件のCNBCエンドポイントのうち4件が実際のサンプルレスポンスを、4件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
CNBCのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、500、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
CNBCのエンドポイントは4個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/cnbc/article
/cnbc/author
/cnbc/categories
/cnbc/headlines
エンドポイントカタログ
/cnbc/articleReturns public CNBC article metadata and server-rendered body paragraphs. Provide a canonical dated cnbc.com article URL; account-gated content is not bypassed.
MCPツール cnbc_article
/cnbc/authorReturns one CNBC author's public bio page: name, job title, biography, social links, and their most recent articles. Provide either the author's slug (the last path segment of their cnbc.com bio page) or the full bio page URL.
MCPツール cnbc_author
/cnbc/categoriesLists the public CNBC editorial sections accepted by /cnbc/headlines, including market, investing, business, technology, and policy subsections, with each section's slug, display name, and landing-page URL.
MCPツール cnbc_categories
/cnbc/headlinesReturns current server-rendered CNBC headlines for one public editorial section, including title, article URL, and card metadata when available. Use /cnbc/categories to discover the supported section slugs.
MCPツール cnbc_headlines
関連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.
CNBCのスクレイピング方法
CNBC groups its coverage into 48 public editorial sections spanning Markets, Business, Tech, and Politics & Policy — a taxonomy that outlived the network's own corporate split, since CNBC moved from NBCUniversal into the newly spun-off Versant Media Group when Versant began trading on Nasdaq in January 2026. A 2026-09-24 pull of the finance section returned 38 cards mixing multi-day market moves with Fed and tariff coverage. Crawlora's four CNBC endpoints turn that navigation, its section cards, and its article and author pages into normalized JSON.
/cnbc/categories returns CNBC's live top-level and market-subsection slugs — 48 of them on 2026-09-24, from markets and cryptocurrency through ai-artificial-intelligence and congress.
Pass a slug to /cnbc/headlines; the finance section returned 38 current cards on 2026-09-24, several missing an image_url, spanning stories from September 14 through September 24.
/cnbc/article returns author, a section tag, published_at and updated_at with an explicit +0000 offset, and body paragraphs. That section tag can be more specific than the top-level navigation — one tested article came back tagged "China Economy," which isn't itself one of the 48 /cnbc/categories slugs.
/cnbc/author returns a reporter's job title, bio, and social links, plus recent articles — but that list uses CNBC's own relative and mixed date strings, like "2 Hours Ago" or "September 23, 2026," rather than the ISO timestamps /cnbc/article and /cnbc/headlines use.
FAQ
/cnbc/categories returned 48 slugs on 2026-09-24, loosely grouped into Markets, Business, Tech, and Politics & Policy. Call it live rather than hardcoding a list, since CNBC adds and renames sections over time.
Not necessarily. A live 2026-09-24 China-AI-talks article came back tagged "China Economy," a page-level subsection CNBC uses internally that doesn't appear anywhere in the /cnbc/categories navigation tree.
No. /cnbc/article and /cnbc/headlines use ISO timestamps with a +0000 offset, while /cnbc/author's recent-articles list carries CNBC's own display strings, such as "11 Hours Ago." Parse that field differently if you need an actual datetime from it.
No. These four endpoints read CNBC's public editorial sections, story cards, and article and author pages. CNBC Pro, the network's own paid markets product, is a separate offering and isn't part of this integration.