{
  "x402Version": 1,
  "id": 7111,
  "slug": "7111",
  "resource": "https://uxus.finance/api/scrape",
  "description": "Fetch any URL and get clean, LLM-ready page content — no API key, no account, no signup; pay per call in USDC on Base. Gets past common bot-blocking. Params: ?url=... (required), format=markdown|text|html (default markdown), max_chars=N (default 40000, max 120000). Returns { url, status, title, description, format, content, truncated, chars, latency_ms }; non-HTML URLs return raw content. For agents that need a page as text before summarising or extracting.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "format": "markdown | text | html. Default markdown.",
            "max_chars": "Truncation limit, default 40000, max 120000.",
            "url": "Absolute URL to fetch. Required."
          },
          "type": "http"
        },
        "output": {
          "example": {
            "chars": 1840,
            "content": "# Example Article ...clean markdown...",
            "description": "meta description text",
            "format": "markdown",
            "latency_ms": 620,
            "status": 200,
            "title": "Example Article",
            "truncated": false,
            "url": "https://example.com/article"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "uxus.finance",
  "lastUpdated": "2026-09-03T22:08:08.916Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T22:08:08.739Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "uxus.finance",
    "manifest_name": "uxus.finance",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}