{
  "x402Version": 2,
  "id": 3144,
  "slug": "3144",
  "resource": "https://xl402.agentsats.org/v1/web-extract",
  "description": "Extrae el contenido de una URL y lo devuelve limpio en Markdown/HTML para el contexto de un LLM.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2a373cb1eBB8907A95626c0B0aeF47F575a0Ab87",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x2a373cb1eBB8907A95626c0B0aeF47F575a0Ab87",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "format": "markdown",
            "only_main_content": true,
            "timeout_ms": 15000,
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "content": "# Example Domain\n\nThis domain is for use in illustrative examples…",
            "fetched_at": "2026-06-13T00:00:00.000Z",
            "final_url": "https://example.com/",
            "format": "markdown",
            "metadata": {
              "language": "en",
              "status_code": 200,
              "title": "Example Domain"
            },
            "requested_url": "https://example.com",
            "usage": {
              "credits": 1,
              "provider": "firecrawl"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "xl402.agentsats.org",
  "lastUpdated": "2026-09-17T06:24:46.106Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T06:24:45.507Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "xl402.agentsats.org",
    "manifest_name": "xl402.agentsats.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}