Deep version of the web page brief
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
641 msmedian answer time
$0.15listed price per call
$0.15price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agente.revenuerecoveryai.app/v1/web/brief/deep
| Category | Search and research |
|---|---|
| Provider host | agente.revenuerecoveryai.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.15 | 641 ms |
Example input (from the provider)
{
"body": {
"idioma": "es",
"incluir_evidencia": true,
"url": "https://ejemplo.com/noticia"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"idioma": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": "es",
"description": "Idioma de salida (ej. 'es', 'en').",
"title": "Idioma"
},
"incluir_evidencia": {
"default": true,
"description": "Si es falso, los claims vienen sin citas textuales.",
"title": "Incluir Evidencia",
"type": "boolean"
},
"url": {
"description": "URL p\u00fablica a procesar.",
"maxLength": 2048,
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "PeticionWebBrief",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"claims": {
"items": {
"properties": {
"claim": {
"description": "Afirmaci\u00f3n extra\u00edda del contenido.",
"title": "Claim",
"type": "string"
},
"evidence": {
"description": "Cita textual que la respalda.",
"title": "Evidence",
"type": "string"
},
"source_url": {
"description": "URL de donde sali\u00f3 la cita.",
"title": "Source Url",
"type": "string"
}
},
"required": [
"claim",
"evidence",
"source_url"
],
"title": "ClaimEvidenciado",
"type": "object"
},
"title": "Claims",
"type": "array"
},
"entities": {
"items": {
"properties": {
"nombre": {
"title": "Nombre",
"type": "string"
},
"tipo": {
"description": "persona | organizacion | lugar | producto | fecha | otro",
"title": "Tipo",
"type": "string"
}
},
"required": [
"nombre",
"tipo"
],
"title": "EntidadBrief",
"type": "object"
},
"title": "Entities",
"type": "array"
},
"key_points": {
"items": {
"type": "string"
},
"title": "Key Points",
"type": "array"
},
"language": {
"title": "Language",
"type": "string"
},
"paginas_procesadas": {
"title": "Paginas Procesadas",
"type": "integer"
},
"retrieved_at": {
"title": "Retrieved At",
"type": "string"
},
"sentiment": {
"enum": [
"positivo",
"neutral",
"negativo"
],
"title": "Sentiment",
"type": "string"
},
"summary": {
"title": "Summary",
"type": "string"
},
"title": {
"title": "Title",
"type": "string"
},
"url": {
"title": "Url",
"type": "string"
},
"uso": {
"additionalProperties": true,
"title": "Uso",
"type": "object"
}
},
"required": [
"url",
"title",
"language",
"summary",
"key_points",
"entities",
"claims",
"sentiment",
"retrieved_at",
"paginas_procesadas",
"uso"
],
"title": "RespuestaWebBrief",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}