Markets news monitoring
MarketWatchエンドポイントを使えば、「Markets news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn MarketWatch's public Top Stories RSS feed, section pages, and article pages into normalized JSON for markets and personal-finance monitoring.
Get MarketWatch's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
9
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
7
スキーマ参照
5
{
"platform": "MarketWatch",
"endpoint": "marketwatch-article",
"method": "GET",
"path": "/marketwatch/article",
"auth": "apiKey"
}ユースケース
Get MarketWatch's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
MarketWatchエンドポイントを使えば、「Markets news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
MarketWatchエンドポイントを使えば、「Personal-finance coverage tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
MarketWatchエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のMarketWatchエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
MarketWatchのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのMarketWatchエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち7個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のMarketWatchエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
MarketWatchのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
MarketWatchのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/marketwatch/article
/marketwatch/author
/marketwatch/headlines
/marketwatch/news
/marketwatch/sections
エンドポイントカタログ
/marketwatch/articleReturns public MarketWatch article metadata and body paragraphs from a canonical article URL.
MCPツール marketwatch_article
/marketwatch/authorReturns one MarketWatch author's public profile: name, job title, bio, and their recent articles.
MCPツール marketwatch_author
/marketwatch/headlinesReturns fresh headlines from one public MarketWatch section.
MCPツール marketwatch_headlines
/marketwatch/newsReturns fresh MarketWatch stories from the public Top Stories RSS feed.
MCPツール marketwatch_news
/marketwatch/sectionsReturns the public MarketWatch editorial section inventory.
MCPツール marketwatch_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.
MarketWatchのスクレイピング方法
MarketWatch's Top Stories RSS feed runs same-day — on 2026-09-22 it led with MIT ending Princeton's 15-year run atop the U.S. News college rankings — but its markets section reads a separate marketpulse RSS feed that, on the same day, surfaced stories dated as far back as June 2024. Crawlora's four endpoints return MarketWatch's eight sections, the current feed, per-section headlines, and articles as normalized JSON.
/marketwatch/sections returns the full 8-slug list /marketwatch/headlines accepts — latest-news, markets, investing, personal-finance, economy-politics, technology, retirement, and real-estate.
/marketwatch/news reads MarketWatch's public Top Stories RSS feed. Its 2026-09-22 lead — MIT displacing Princeton at No. 1 in the U.S. News rankings — was filed under the Personal Finance section at 04:02 UTC, not Markets or Latest News.
Pass a slug from /marketwatch/sections to /marketwatch/headlines. The markets slug parses a separate marketpulse RSS feed rather than the section web page; on 2026-09-22 that feed's most recent entries were still dated between mid-2024 and mid-2025, so /marketwatch/news is the better source for same-day markets news.
Pass a canonical marketwatch.com/story/... URL to /marketwatch/article for title, author, section, and body paragraphs. The college-rankings piece above, bylined Jillian Berman, was tagged section: Personal Finance despite its markets-adjacent subject.
FAQ
8 editorial sections — latest-news, markets, investing, personal-finance, economy-politics, technology, retirement, and real-estate — call /marketwatch/sections for the live list. A personalized watchlist utility is intentionally excluded, since it isn't an editorial category.
/marketwatch/news reads MarketWatch's public Top Stories RSS feed, while /marketwatch/headlines parses the public section page — or, for markets specifically, a separate RSS feed — for a given section slug.
A canonical marketwatch.com/story/... URL, for example marketwatch.com/story/princetons-15-year-run-as-the-nations-top-college-is-over-mit-is-now-no-1-e9f17169.
No. These endpoints read MarketWatch's public RSS feed, section pages, and article pages — no login or subscription is bypassed. Crawlora API authentication still applies.
Not necessarily. Unlike MarketWatch's other seven sections, markets is backed by the marketpulse RSS feed, which on 2026-09-22 returned entries dated as far back as June 2024 rather than that day's news — call /marketwatch/news for MarketWatch's freshest headlines instead.