News monitoring
NBC Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn NBC News' public RSS sections, site-wide feed, and article pages into normalized JSON for US news monitoring.
Get NBC News's RSS section list, section and site-wide headlines, and full public article content as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
8
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
8
スキーマ参照
5
{
"platform": "NBC News",
"endpoint": "nbc-article",
"method": "GET",
"path": "/nbc/article",
"auth": "apiKey"
}ユースケース
Get NBC News's RSS section list, section and site-wide headlines, and full public article content as structured JSON.
NBC Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
NBC Newsエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
NBC Newsエンドポイントを使えば、「Editorial research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のNBC Newsエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ8個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
NBC Newsのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのNBC Newsエンドポイントには8個のリクエストパラメータがドキュメント化されており、うち8個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のNBC Newsエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
NBC Newsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
NBC Newsのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/nbc/article
/nbc/author
/nbc/headlines
/nbc/news
/nbc/sections
エンドポイントカタログ
/nbc/articleReturns public NBC News article metadata and body paragraphs from a canonical article URL. This does not bypass login, subscription, or other access controls.
MCPツール nbc_article
/nbc/authorReturns an NBC News author's byline metadata (job title, bio, social links) and their recent articles from a canonical author URL.
MCPツール nbc_author
/nbc/headlinesReturns fresh headlines from one public NBC News RSS section. Use nbc-sections for the current value space.
MCPツール nbc_headlines
/nbc/newsReturns fresh NBC News top stories from the public site-wide RSS feed.
MCPツール nbc_news
/nbc/sectionsReturns the exact live-verified public RSS section slugs accepted by nbc-headlines.
MCPツール nbc_sections
関連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.
NBC Newsのスクレイピング方法
NBC News sits inside Comcast's NBCUniversal, which kept the broadcast news division when it spun its cable networks, including CNBC and MS NOW (formerly MSNBC), off into Versant in January 2026. NBC News publishes seven RSS sections, and its site-wide feed isn't recency-capped the way you'd expect: a 2026-09-24 pull mixed same-day breaking news with evergreen Select shopping posts dated years apart. These endpoints cover sections, that feed, per-section headlines, articles, and author pages.
Call /nbc/sections for the seven RSS slugs /nbc/headlines accepts — news, world, us-news, politics, business, science, and health.
Call /nbc/news for NBC's public feed. A 2026-09-24 pull returned 23 items, mostly same-day politics and world stories, but also a Select shopping post on mouse traps dated 2025-09-02 and an Amazon Prime benefits roundup dated all the way back to 2021 — evergreen commerce content sits in the same feed as breaking news.
Pass a slug from /nbc/sections to /nbc/headlines. Scoped to science on the same pull, it returned 24 items spanning nearly three months, not capped to the last few days the way the site-wide feed's breaking items are.
Pass an nbcnews.com URL containing an -rcna<number> id to /nbc/article for metadata and body paragraphs. The paragraphs come from the story body itself: a 2026-09-24 pull of a politics story on the White House press-access ruling returned 46 paragraphs, while a Select gift guide returned 44.
Pass a full canonical nbcnews.com/author/ URL, including its numeric -ncpn suffix, to /nbc/author for job details, bio, social links, and recent articles. A guessed URL without that suffix failed outright, naming the required pattern; the correct URL returned a populated bio and recent bylines.
FAQ
No — see the two evergreen Select posts above. Don't assume every /nbc/news item is fresh; filter by published_at if recency matters to your use case.
Yes. Select guides use the same -rcna<number> article URLs as news stories, and a 2026-09-24 test on a self-care gift guide returned its full 44-paragraph body. They also show up in the /nbc/news feed, so filter by URL path if you only want news.
A full canonical nbcnews.com/author/<slug>-ncpn<id> URL — a plain author-name guess without the numeric suffix returns a format error rather than a lookup miss. Pull the author URL from a byline link rather than constructing one from the name alone.
Seven: news, world, us-news, politics, business, science, and health. Science isn't tightly capped — a live section pull returned 24 items spanning nearly three months back to late June.
Comcast, through NBCUniversal. The cable networks CNBC and MS NOW went to the separately listed Versant in January 2026, but NBC News stayed with NBCUniversal. None of its public sections or articles require a subscription.