ToolAssay

Extrae el contenido de una URL y lo devuelve limpio en Markdown/HTML para el con

Extrae el contenido de una URL y lo devuelve limpio en Markdown/HTML para el contexto de un LLM.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1214 msmedian answer time
$0.02listed price per call
$0.02price 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://xl402.agentsats.org/v1/web-extract

CategorySearch and research
Provider hostxl402.agentsats.org
Networkseip155:137, eip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 1214 ms

Example input (from the provider)

{
  "body": {
    "format": "markdown",
    "only_main_content": true,
    "timeout_ms": 15000,
    "url": "https://example.com"
  },
  "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": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "format": {
              "default": "markdown",
              "enum": [
                "markdown",
                "html"
              ]
            },
            "only_main_content": {
              "default": true,
              "description": "Elimina nav/footer/anuncios",
              "type": "boolean"
            },
            "timeout_ms": {
              "default": 15000,
              "maximum": 30000,
              "minimum": 1000,
              "type": "integer"
            },
            "url": {
              "description": "URL absoluta http(s) a extraer",
              "format": "uri",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "content": {
              "description": "Contenido limpio en el formato pedido",
              "type": "string"
            },
            "fetched_at": {
              "format": "date-time",
              "type": "string"
            },
            "final_url": {
              "description": "URL tras redirecciones",
              "format": "uri",
              "type": "string"
            },
            "format": {
              "enum": [
                "markdown",
                "html"
              ]
            },
            "metadata": {
              "properties": {
                "description": {
                  "type": "string"
                },
                "language": {
                  "type": "string"
                },
                "status_code": {
                  "type": "integer"
                },
                "title": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "requested_url": {
              "format": "uri",
              "type": "string"
            },
            "usage": {
              "properties": {
                "credits": {
                  "minimum": 1,
                  "type": "integer"
                },
                "provider": {
                  "const": "firecrawl"
                }
              },
              "required": [
                "provider",
                "credits"
              ],
              "type": "object"
            }
          },
          "required": [
            "requested_url",
            "final_url",
            "fetched_at",
            "format",
            "content",
            "metadata",
            "usage"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON