{
  "x402Version": 2,
  "id": 5146,
  "slug": "5146",
  "resource": "https://md.fastdb.in/md",
  "description": "Scrape any web page: URL to Markdown / HTML to Markdown for LLM context. Readability article extraction strips nav, ads, scripts, and footers while keeping tables and code blocks. Optional render:true executes JavaScript in a headless browser for SPAs (React/Next/Vue).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x072F3a2bD93bB75b1Eb84a9E45D17a4F90a6D801",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "mode": "article | full",
            "render": "true = execute JavaScript in a real headless browser before converting, for SPAs (React/Next/Vue) that return empty HTML to a plain fetch",
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "byline": "Author name or null",
            "markdown": "# Title\n\nBody...",
            "mode": "article",
            "rendered": false,
            "title": "Title",
            "words": 7139
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {}
              },
              "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "md.fastdb.in",
  "lastUpdated": "2026-09-18T01:33:44.201Z",
  "quality": {
    "calls30d": 86,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-18T01:34:37.253Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "md.fastdb.in",
    "manifest_name": "md.fastdb.in",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}