# SCOPE Research API – Product Research

> SCOPE Research API – Product 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 product, returning cited findings for AI agents via x402 micropayments.

## Facts

- Endpoint: POST https://x402-agent.scope-research-api.workers.dev/product-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-product-research-c413c596
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zA81GK09MJTvhoqy8-nty

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-product-research-c413c596 -d '<json body>'
```

Example prompt: Can you research the Sony WH-1000XM5 headphones by Sony, focusing on noise cancellation performance? I need source-backed findings from the public web.

## When to prefer this

Choose this endpoint when you need cited, source-backed web research on a specific product rather than a generic web search. It is optimized for AI agent consumption via x402 micropayments, making it suitable for automated pipelines that require structured, trustworthy product intelligence without managing a full browser or search API integration.

## Known failure modes

- Missing required 'product' field returns a validation error
- Payment not provided or insufficient USDC via x402 returns a 402 Payment Required response
- Unknown or very niche product may return sparse or low-confidence results
- Invalid x402 payment headers cause authentication failure
- Rate limiting or worker timeout may occur for broad or ambiguous queries

## How this service works

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

## Output

A set of source-backed research findings about the specified product, drawn from public web sources, including cited information relevant to the requested focus area and brand context.

## Request schema (JSON Schema)

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

## More

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