# SCOPE Research API - Company Research

> SCOPE Research API - Company Research is a paid API for AI agents from x402-agent.scope-research-api.workers.dev, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Performs source-backed public web research on a specified company and returns structured findings for AI agents.

## Facts

- Endpoint: POST https://x402-agent.scope-research-api.workers.dev/company-research
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scope-research-api-company-research-8683bf23
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0tJ4V_x5UAHdissxnlZv8

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 scope-research-api-company-research-8683bf23 -d '<json body>'
```

Example prompt: Can you research Stripe for me — their business model, key products, and any recent news — I need source-backed findings, not just a summary from memory.

## When to prefer this

Choose this endpoint when you need source-backed, real-time public web research on a specific company rather than relying on an LLM's internal training data. It is especially useful when recency matters, when you need verifiable citations, or when researching a specific company by name, domain, or stock ticker. Prefer this over generic web search when you want pre-synthesized company-focused intelligence rather than raw search results.

## Known failure modes

- Company name not found or too ambiguous — returns empty or low-confidence results
- Payment not completed via x402 — request rejected with 402 Payment Required
- Invalid or conflicting domain/ticker/company inputs — may produce mismatched results
- Temporary Cloudflare Worker outage — 503 or timeout error
- Research scope too broad or unfocused — may return generic overview rather than targeted findings

## How this service works

Source-backed public web research API for AI agents using x402 payments.

## Output

A structured, source-backed research report on the specified company, synthesized from public web sources. Includes company overview, relevant facts tied to the requested focus area, and citations or references to underlying sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "focus": {
   "type": "string"
  },
  "domain": {
   "type": "string"
  },
  "ticker": {
   "type": "string"
  },
  "company": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scope-research-api-company-research-8683bf23/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-agent.scope-research-api.workers.dev](https://www.zero.xyz/host/x402-agent.scope-research-api.workers.dev/llms.txt)
