ToolAssay

Extract PDF/CSV/XLS/XLSX/ZIP/JSON/XML links from static public HTML by suffix or

Extract PDF/CSV/XLS/XLSX/ZIP/JSON/XML links from static public HTML by suffix or download filename. Resolve relative/base links and deduplicate. Limits: 500 links, 8s, 5 redirects, 2 MiB. No JavaScript or file downloads; existence, MIME, size and file safety are unverified. Empty results are valid. 0.003 Base Sepolia test USDC per success; invalid inputs/errors are not settled.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
954 msmedian answer time
$0.003listed price per call
$0.003price 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://http--forest-gas-station--lcjl27p8lmjs.code.run/page/downloads

CategoryCode and developer
Provider hosthttp--forest-gas-station--lcjl27p8lmjs.code.run
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.003 954 ms

Example input (from the provider)

{
  "body": {
    "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": {
          "additionalProperties": false,
          "properties": {
            "url": {
              "description": "Absolute public HTTP(S) URL on port 80/443. No credentials. Private/reserved DNS/IPs and HTTPS downgrades rejected.",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^https?://",
              "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": {
          "additionalProperties": false,
          "properties": {
            "count": {
              "maximum": 500,
              "minimum": 0,
              "type": "integer"
            },
            "downloads": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "filename": {
                    "maxLength": 300,
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "format": {
                    "enum": [
                      "pdf",
                      "csv",
                      "xls",
                      "xlsx",
                      "zip",
                      "json",
                      "xml"
                    ]
                  },
                  "text": {
                    "maxLength": 300,
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  },
                  "verification": {
                    "const": "link_only"
                  }
                },
                "required": [
                  "url",
                  "format",
                  "text",
                  "filename",
                  "verification"
                ],
                "type": "object"
              },
              "maxItems": 500,
              "type": "array"
            },
            "rendered_javascript": {
              "const": false
            },
            "source_url": {
              "type": "string"
            },
            "truncated": {
              "type": "boolean"
            }
          },
          "required": [
            "source_url",
            "count",
            "truncated",
            "rendered_javascript",
            "downloads"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON