/cnbc/articleapiKey3 credits/requestCNBC article content
Returns public CNBC article metadata and server-rendered body paragraphs. Provide a canonical dated cnbc.com article URL; account-gated content is not bypassed.
Required params: url:query
API Reference
Use Crawlora's CNBC API endpoints to extract supported public CNBC data as structured JSON. This documentation covers 4 active endpoints including CNBC article content, CNBC author profile, CNBC editorial sections, CNBC section headlines. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url, section, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/cnbc/article" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/cnbc/articleapiKey3 credits/requestReturns public CNBC article metadata and server-rendered body paragraphs. Provide a canonical dated cnbc.com article URL; account-gated content is not bypassed.
Required params: url:query
/cnbc/authorapiKey3 credits/requestReturns 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.
Required params: None
/cnbc/categoriesapiKey3 credits/requestLists 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.
Required params: None
/cnbc/headlinesapiKey3 credits/requestReturns 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.
Required params: section:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| CNBC article content | /cnbc/article | GET | 3 credits/request | url:query | View docs | Try endpoint |
| CNBC author profile | /cnbc/author | GET | 3 credits/request | None | View docs | Try endpoint |
| CNBC editorial sections | /cnbc/categories | GET | 3 credits/request | None | View docs | Try endpoint |
| CNBC section headlines | /cnbc/headlines | GET | 3 credits/request | section:query | View docs | Try endpoint |