# SCOPE Research API – Ecommerce Research

> SCOPE Research API – Ecommerce 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 specific ecommerce store, returning structured insights about that store.

## Facts

- Endpoint: POST https://x402-agent.scope-research-api.workers.dev/ecommerce-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-ecommerce-research-859f5185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pdN7xuY07YHcrnbAs_5N1

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-ecommerce-research-859f5185 -d '<json body>'
```

Example prompt: Can you research the ecommerce store Gymshark — find out what they sell, their pricing range, and any notable promotions they're running right now?

## When to prefer this

Use this endpoint when you need sourced, structured research on a specific ecommerce store or online retailer — particularly when you want cited web intelligence rather than a raw scrape. Prefer this over generic search APIs when the task is specifically about understanding a store's product catalog, pricing, or positioning, and you need the result to be agent-ready and structured.

## Known failure modes

- Store name not found or too ambiguous — returns limited or empty results
- URL is unreachable or blocked — research falls back to indexed web data only
- Focus parameter too broad or vague — output may be less targeted
- Payment failure via x402 — request is rejected before processing
- Rate limiting or worker timeout — may return partial results for large stores

## How this service works

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

## Output

A structured research report about the specified ecommerce store, including product categories, pricing information, brand positioning, promotions, and other relevant store details, backed by cited public web sources.

## Request schema (JSON Schema)

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

## More

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