# Coockies.ai CNBC News API

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

Fetches live news, headlines, and financial data from CNBC via a pay-per-call proxy endpoint

## Facts

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

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 coockies-ai-cnbc-news-api-f6ec7159 -d '<json body>'
```

Example prompt: Can you pull the latest headlines and financial news from CNBC right now so I can see what's moving the markets today?

## When to prefer this

Use this endpoint when you need quick access to CNBC financial news and headlines without building a direct CNBC integration. Best suited for agents monitoring market news, financial research workflows, or any scenario where CNBC-sourced business and market content is needed on a pay-per-call basis without a subscription commitment.

## Known failure modes

- CNBC source unavailable or rate-limited — returns empty or error result
- Malformed request payload — API may return an error or empty data
- Payment failure via x402 on Base chain — request not processed
- Stale or cached data returned if CNBC content hasn't refreshed
- Upstream CNBC changes breaking the proxy scraper

## 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 such as headlines, article summaries, financial market updates, and other content scraped or proxied from CNBC's platform.

## 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/coockies-ai-cnbc-news-api-f6ec7159/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
