Markets news monitoring
Mit MarketWatch-Endpunkten verwandelst du markets news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
5
Dokumentierte Parameter
9
Beispiele
5
Live-Katalog-Snapshot
Aktive Endpunkte
5
Methoden
GET
Pflichtparameter
7
Schema-Referenzen
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.
Mit MarketWatch-Endpunkten verwandelst du markets news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit MarketWatch-Endpunkten verwandelst du personal-finance coverage tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit MarketWatch-Endpunkten verwandelst du content aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-MarketWatch-Endpunktkatalog — 5 Endpunkte, 9 dokumentierte Request-Parameter und 5 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/marketwatch/article
/marketwatch/author
/marketwatch/headlines
/marketwatch/news
/marketwatch/sections
Endpunktkatalog
/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
Verwandte 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.
So scrapst du 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.