Markets and business news monitoring
Usa los endpoints de CNBC para convertir markets and business news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
4
Parámetros documentados
8
Ejemplos
4
Snapshot en vivo del catálogo
Endpoints activos
4
Métodos
GET
Parámetros obligatorios
6
Referencias de esquema
4
{
"platform": "CNBC",
"endpoint": "cnbc-article",
"method": "GET",
"path": "/cnbc/article",
"auth": "apiKey"
}Casos de uso
List CNBC's public editorial sections, read a section's current article cards, and get full public article content as structured JSON.
Usa los endpoints de CNBC para convertir markets and business news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de CNBC para convertir editorial research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de CNBC para convertir content aggregation en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de CNBC — 4 endpoints, 8 parámetros de solicitud documentados y 4 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/cnbc/article
/cnbc/author
/cnbc/categories
/cnbc/headlines
Catálogo de endpoints
/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.
Herramienta MCP 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.
Herramienta MCP 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.
Herramienta MCP 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.
Herramienta MCP cnbc_headlines
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
/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.