{
  "x402Version": 2,
  "id": 15404,
  "slug": "15404",
  "resource": "https://forage.cash/api/scrape",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa25b574e35370A6Fbb4C723493B43E0369f93F57",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "byline": null,
            "contentType": "text/html",
            "fetchedAt": "2026-01-01T00:00:00.000Z",
            "finalUrl": "https://example.com/article",
            "markdown": "# …",
            "text": null,
            "title": "…",
            "truncated": false,
            "url": "https://example.com/article"
          },
          "type": "json"
        }
      },
      "schema": {
        "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "forage.cash",
  "lastUpdated": "2026-08-26T05:22:55.627Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T05:22:55.209Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "forage.cash",
    "manifest_name": "forage.cash",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}