Markets and business news monitoring
Mit CNBC-Endpunkten verwandelst du markets and business news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
4
Dokumentierte Parameter
8
Beispiele
4
Live-Katalog-Snapshot
Aktive Endpunkte
4
Methoden
GET
Pflichtparameter
6
Schema-Referenzen
4
{
"platform": "CNBC",
"endpoint": "cnbc-article",
"method": "GET",
"path": "/cnbc/article",
"auth": "apiKey"
}Use Cases
List CNBC's public editorial sections, read a section's current article cards, and get full public article content as structured JSON.
Mit CNBC-Endpunkten verwandelst du markets and business news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit CNBC-Endpunkten verwandelst du editorial research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit CNBC-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-CNBC-Endpunktkatalog — 4 Endpunkte, 8 dokumentierte Request-Parameter und 4 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
4 documented CNBC endpoints, grouped into 4 request families — Article, Author and Categories, plus 1 more.
8 request parameters are documented across those CNBC endpoints, 6 of them required — the full input contract is public before you write any integration code.
4 of the 4 CNBC endpoints ship a recorded example response, and 4 carry a documented response schema — you can code against the real JSON before the first request.
CNBC endpoints document their error responses (400, 404, 429, 500 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.
4 hosted MCP tools back the CNBC 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.
/cnbc/article
/cnbc/author
/cnbc/categories
/cnbc/headlines
Endpunktkatalog
/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-Tool 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-Tool 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-Tool 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-Tool cnbc_headlines
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 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.