# SCOPE Research API – Website Research

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

Performs source-backed public web research on a given URL, returning structured findings for AI agents via x402 micropayment.

## Facts

- Endpoint: POST https://x402-agent.scope-research-api.workers.dev/website-research
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scope-research-api-website-research-6165016e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4jbiW9G-Es08VnWCwEUdt

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-website-research-6165016e -d '<json body>'
```

Example prompt: Can you research https://stripe.com and focus on what payment products they offer? I need a source-backed summary I can reference.

## When to prefer this

Choose this endpoint when you need source-backed, cited research on a specific public web URL rather than a general search query. It is especially useful when an AI agent needs to ground its reasoning in verifiable web content from a known URL, rather than relying on internal knowledge or a search index. Prefer it over generic scrapers when structured research output with source attribution is required.

## Known failure modes

- URL is unreachable or returns non-200 — research cannot be completed
- Paywalled or login-required page — content may be inaccessible
- x402 payment fails or wallet has insufficient USDC — request rejected before processing
- URL points to non-textual content (e.g. PDF binary, image) — extraction may be incomplete
- Focus query too vague — results may be broad rather than targeted

## How this service works

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

## Output

A structured, source-backed research report summarizing content found at the provided URL, optionally filtered to a specified focus area. Includes extracted findings and citations to support AI agent reasoning tasks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string"
  },
  "focus": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scope-research-api-website-research-6165016e/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)
