Markets news monitoring
Use MarketWatch endpoints to turn markets news monitoring into repeatable API requests with documented inputs and JSON responses.
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.
Endpoint families
5
Documented params
9
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "MarketWatch",
"endpoint": "marketwatch-article",
"method": "GET",
"path": "/marketwatch/article",
"auth": "apiKey"
}Use cases
Get MarketWatch's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use MarketWatch endpoints to turn markets news monitoring into repeatable API requests with documented inputs and JSON responses.
Use MarketWatch endpoints to turn personal-finance coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use MarketWatch endpoints to turn content aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live MarketWatch endpoint catalog — 5 endpoints, 9 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented MarketWatch endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
9 request parameters are documented across those MarketWatch endpoints, 7 of them required — the full input contract is public before you write any integration code.
5 of the 5 MarketWatch endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
MarketWatch endpoints document their error responses (400, 404 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the MarketWatch endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/marketwatch/article
/marketwatch/author
/marketwatch/headlines
/marketwatch/news
/marketwatch/sections
Endpoint catalog
/marketwatch/articleReturns public MarketWatch article metadata and body paragraphs from a canonical article URL.
MCP tool marketwatch_article
/marketwatch/authorReturns one MarketWatch author's public profile: name, job title, bio, and their recent articles.
MCP tool marketwatch_author
/marketwatch/headlinesReturns fresh headlines from one public MarketWatch section.
MCP tool marketwatch_headlines
/marketwatch/newsReturns fresh MarketWatch stories from the public Top Stories RSS feed.
MCP tool marketwatch_news
/marketwatch/sectionsReturns the public MarketWatch editorial section inventory.
MCP tool marketwatch_sections
Related APIs
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.
How to scrape 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.