# Operator Zero — Live Revenue Research

> Operator Zero — Live Revenue Research is a paid API for AI agents from operator-zero-m4h-tester.lukepratermusic.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Performs evidence-backed public-source research and competitive intelligence by fetching and analyzing up to six URLs to answer a specific research question

## Facts

- Endpoint: POST https://operator-zero-m4h-tester.lukepratermusic.workers.dev/api/v1/research
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/operator-zero-live-revenue-research-b42ebe5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_whYULX9_7DrksWB2nHbyP

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 operator-zero-live-revenue-research-b42ebe5a -d '<json body>'
```

Example prompt: Research Stripe's and Paddle's pricing pages — https://stripe.com/pricing and https://paddle.com/pricing — and answer: which platform charges lower fees for a SaaS company processing $10k/month in subscriptions?

## When to prefer this

Choose this endpoint when you need evidence-grounded answers tied to specific public URLs rather than a general web search. It is ideal for competitive intelligence, due diligence, or any scenario where you must cite exact sources and need a confidence-scored, structured result. Prefer it over generic search APIs when the URLs are already known and source traceability matters.

## Known failure modes

- URL is not publicly accessible or returns a non-200 status
- Research question too broad for the supplied URLs to answer with confidence
- Insufficient evidence flag raised when sources don't contain enough information
- More than six URLs provided, exceeding the input limit
- Payment failure if USDC balance on Base mainnet is insufficient
- Source content is behind a login or paywall, preventing retrieval

## How this service works

Evidence-backed public-source research and competitive intelligence for autonomous agents. Calls are paid with $0.10 USDC on Base mainnet using x402 v2.

## Output

A structured JSON object containing source-grounded research findings, source metadata (URLs fetched), a confidence score, any insufficient-evidence flags, along with service metadata such as network, price paid, and facilitator details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "urls",
  "question"
 ],
 "properties": {
  "urls": {
   "type": "array",
   "description": "One to six public HTTP/HTTPS sources to research."
  },
  "question": {
   "type": "string",
   "description": "The research question or comparison to answer."
  },
  "output_schema": {
   "type": "object",
   "description": "Optional desired JSON output shape or field guidance."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Source-grounded research result containing source metadata, findings, confidence and insufficient-evidence flags."
  },
  "status": {
   "type": "string"
  },
  "network": {
   "type": "string"
  },
  "service": {
   "type": "string"
  },
  "price_usd": {
   "type": "number"
  },
  "facilitator": {
   "type": "string"
  },
  "commercial_version": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/operator-zero-live-revenue-research-b42ebe5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from operator-zero-m4h-tester.lukepratermusic.workers.dev](https://www.zero.xyz/host/operator-zero-m4h-tester.lukepratermusic.workers.dev/llms.txt)
