# AI/Tech/Startup News Pulse Feed with Sentiment Scoring

> AI/Tech/Startup News Pulse Feed with Sentiment Scoring is a paid API for AI agents from judicious-earnest-vaporware.replit.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns a real-time feed of AI, tech, and startup news items with sentiment scores and an aggregated market pulse signal

## Facts

- Endpoint: GET https://judicious-earnest-vaporware.replit.app/pulse
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-tech-startup-news-pulse-feed-with-sentiment-scoring-bfe51a09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ojY1uIl4K4Qa8qvcYbeMr

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 ai-tech-startup-news-pulse-feed-with-sentiment-scoring-bfe51a09
```

Example prompt: Pull me the latest AI and startup news with sentiment scores and the overall market pulse — filter it to anything about 'LLM' so I can see how the mood is trending.

## When to prefer this

Choose this endpoint when you need a real-time, sentiment-scored snapshot of AI, tech, or startup news for research or trading signal generation. Prefer it over generic RSS feeds when sentiment scoring and a market pulse aggregate are required in a single call. Best for agents that need to monitor industry mood or route decisions based on market sentiment rather than raw headlines alone.

## Known failure modes

- No matching items if 'topic' filter is too specific or misspelled — returns empty feed
- Stale data if upstream news sources are delayed or unreachable
- Payment failure if x402 USDC micropayment is not processed correctly — returns 402
- Rate limiting if called too frequently in a short window

## How this service works

Real-time AI/tech/startup news with sentiment scoring and an overall market pulse — a recurring feed for research and trading agents

## Output

A feed of recent AI/tech/startup news articles, each tagged with a sentiment score (positive, negative, or neutral with magnitude), plus an aggregated market pulse score summarizing the overall sentiment across all items. Optionally filtered to items whose titles match a keyword.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "topic": {
       "type": "string",
       "description": "Optional keyword filter — only items whose title contains this string (case-insensitive) are returned. Omit for all items."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-tech-startup-news-pulse-feed-with-sentiment-scoring-bfe51a09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from judicious-earnest-vaporware.replit.app](https://www.zero.xyz/host/judicious-earnest-vaporware.replit.app/llms.txt)
