# BlackBobs.ai CNBC News Feed

> BlackBobs.ai CNBC News Feed is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.055788/call, status unknown (last checked 2026-09-14).

Fetches the latest financial news and market data from CNBC via the BlackBobs.ai API hub

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/cnbc
- Price: $0.055788/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-cnbc-news-feed-007828be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NfmXvjql3L6sguQLKU_qC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blackbobs-ai-cnbc-news-feed-007828be -d '<json body>'
```

Example prompt: Pull the latest financial news and market headlines from CNBC right now so I can see what's moving the markets today.

## When to prefer this

Choose this endpoint when you need structured CNBC financial news and market data delivered programmatically via a pay-per-call model on Base chain. Prefer this over scraping CNBC directly or using general news APIs when you want CNBC-specific financial content with minimal setup and per-call micropayment pricing.

## Known failure modes

- Upstream CNBC API unavailability returns empty or error result
- Payment failure via x402 on Base chain blocks request
- Malformed request payload returns error response
- Rate limiting or quota exhaustion on the underlying CNBC data source
- Stale or cached data returned if upstream feed is delayed

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing CNBC news data, which may include headlines, article summaries, market updates, financial stories, and related metadata sourced from CNBC's news feed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-cnbc-news-feed-007828be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
