CNBC Articles avatar

CNBC Articles

Pricing

from $2.00 / 1,000 results

Go to Apify Store
CNBC Articles

CNBC Articles

[$2/1000] Crawl CNBC's Markets, Business, Technology, Politics and other sections and get full article detail: headline, author, publish/modified dates, section, keywords, every image URL, and complete body text. Reliable JSON-LD based extraction, no API key required.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Rio Dwi Saputra

Rio Dwi Saputra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

CNBC Articles Scraper extracts full-detail news articles from CNBC.com, the leading global business and financial news brand. Point it at any combination of CNBC sections (Markets, Business, Technology, Politics, and more) and it returns every recent article with its headline, author byline, publish and update timestamps, section, keywords, every image, and the complete body text, not just a summary. Run it on demand, on a schedule, or wire it into your own pipeline through the Apify API - no CNBC account or API key required.

Why use CNBC Articles Scraper?

  • Market intelligence feeds - track breaking market-moving stories the moment CNBC publishes them.
  • Media and brand monitoring - watch how companies, executives, or sectors are being covered.
  • Research and archiving - build a searchable, structured archive of financial news with full text, not just headlines.
  • AI and NLP pipelines - feed clean, structured article text into summarization, sentiment, or trend-detection models.

Apify's infrastructure handles the scheduling, retries, and storage, so you get reliable results without managing servers or proxies yourself.

How to use CNBC Articles Scraper

  1. Click Try for free (or Start) on the Actor page.
  2. In the Input tab, pick one or more sections to crawl (defaults to Markets, Business, and Technology).
  3. Optionally adjust how many articles to pull per section and in total.
  4. Click Start and watch results land in the Output tab as they're scraped.
  5. Export the dataset as JSON, CSV, Excel, HTML, or connect it to another app via Apify integrations.

Input

FieldTypeDescription
sectionsarray (required)CNBC sections to crawl: World, Business, Markets, Investing, Technology, Politics, Economy, Finance, Health & Science, Small Business, Make It, Real Estate, Energy, Retail, Media, Transportation.
maxArticlesPerSectionintegerMaximum articles to open per section per run. Default 20.
maxTotalArticlesintegerHard cap on total articles scraped across all sections. Default 100.

Example input:

{
"sections": ["markets", "technology"],
"maxArticlesPerSection": 15,
"maxTotalArticles": 50
}

See the Input tab in Apify Console for the full interactive form.

Output

Each dataset item is one fully-scraped article. Example:

{
"url": "https://www.cnbc.com/2026/08/17/ferrari-luce-electric-car-autos.html",
"headline": "Ferrari Luce: Polarizing EV becomes a $40 million collector's item",
"description": "The auction of the Luce comes nearly three months after Ferrari unveiled its first fully electric car...",
"section": "Markets",
"crawledSection": "markets",
"authors": [{ "name": "Sam Meredith", "url": "https://www.cnbc.com/sam-meredith/" }],
"datePublished": "2026-08-17T06:40:29+0000",
"dateModified": "2026-08-17T06:52:23+0000",
"keywords": ["Autos", "Luxury", "Business", "Markets", "Ferrari NV"],
"images": ["https://image.cnbcfm.com/api/v1/image/108311871-....jpeg"],
"bodyText": "A personalized model of Ferrari's first fully electric vehicle has sold for $40 million..."
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data table

FieldDescription
urlCanonical article URL
headlineArticle headline
descriptionShort summary/dek
sectionCNBC's own editorial section tag
crawledSectionWhich input section this article was discovered under
authorsByline author name(s) and profile URL(s)
datePublished / dateModifiedISO 8601 timestamps
keywordsCNBC's own tags for the article
imagesEvery directly-downloadable image URL (hero + inline)
bodyTextFull article body text

How much does it cost to scrape CNBC data?

This Actor is priced at $3 per 1,000 articles scraped, well below typical general-purpose news scraper pricing on Apify Store, plus Apify's standard compute usage. A typical run pulling 100 full articles costs a small fraction of a dollar. Apify's free tier includes enough platform credit to try this Actor at no cost.

Tips

  • Start with a narrow sections list and a small maxTotalArticles to sanity-check output before scaling up.
  • Schedule the Actor hourly or daily via Apify Scheduler to build a continuously updating news archive.
  • Combine with the companion CNBC Keyword Search Scraper Actor when you need to search CNBC's full archive by topic instead of browsing sections.

FAQ and disclaimers

This Actor only extracts data that CNBC already publishes on public, unauthenticated pages. It does not bypass any paywall, login, or access control. Use it in compliance with CNBC's Terms of Service and applicable law in your jurisdiction. CNBC's page structure may change over time; if extraction quality drops, please open an issue on the Actor's Issues tab. Need a custom variant (different sections, additional fields, higher volume)? Reach out via the Issues tab or Apify's custom solutions program.