ToolAssay

Any URL to LLM-ready markdown — main content extracted (Readability), boilerplat

Any URL to LLM-ready markdown — main content extracted (Readability), boilerplate stripped. $0.002 per page in USDC (x402), no signup, no API key, no rate limit.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
424 msmedian answer time
$0.002listed price per call
$0.002price 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://forage.cash/api/scrape

CategorySearch and research
Provider hostforage.cash
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 424 ms

Example input (from the provider)

{
  "body": {
    "url": "https://example.com/article"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "maxChars": {
              "description": "Cap on returned markdown/text length (default 200000)",
              "maximum": 500000,
              "minimum": 1000,
              "type": "integer"
            },
            "url": {
              "description": "Public http(s) URL to fetch",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON