# web-page-brief-deep

> web-page-brief-deep is a paid API for AI agents from agente.revenuerecoveryai.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: GET https://agente.revenuerecoveryai.app/v1/web/brief/deep
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-web-brief-deep-66881fa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6P-jXEMRGRzKJQJ_v-gkz

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 v1-web-brief-deep-66881fa1
```

## How this service works

Deep version of the web page brief: crawls up to 3 same-domain pages, uses the larger model, and returns a more thorough evidence-backed report with more claims and key points. Versión profunda del informe web: rastrea hasta 3 páginas del mismo dominio, usa el modelo grande y devuelve un informe más completo, con más afirmaciones evidenciadas y puntos clave.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Public URL to process. / URL pública a procesar."
      },
      "idioma": {
       "type": "string",
       "description": "Output language, e.g. 'es'. / Idioma de salida."
      },
      "incluir_evidencia": {
       "type": "boolean"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-web-brief-deep-66881fa1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agente.revenuerecoveryai.app](https://www.zero.xyz/host/agente.revenuerecoveryai.app/llms.txt)
