mirrored listing x402 eip155:8453

URL to Markdown API and converter for AI agents — convert any public HTTPS URL to clean Ma

URL to Markdown API and converter for AI agents — convert any public HTTPS URL to clean Markdown, HTML-to-text, and LLM-ready web content with no separate scraper account or API key.

Do you run squeezeos-api.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
4
calls / 30d
1
unique payers
2026-09-05
updated

Provider

squeezeos-api.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xc29185fa176357612f3194735753e520e91adc46",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "format": "json",
          "max_chars": "12000",
          "url": "https://example.com/"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "markdown": "# Example Domain\n\nExample Domain ...",
          "price_usdc": "0.001",
          "product": "SML Agent Web Access",
          "source_url": "https://example.com/",
          "status": "ready",
          "technical_service": "SML x402 Clean Web Reader"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": true,
              "description": "GET resource; no JSON request body is required.",
              "type": "object"
            },
            "method": {
              "const": "GET",
              "type": "string"
            },
            "queryParams": {
              "additionalProperties": true,
              "properties": {
                "format": {
                  "description": "Bazaar discovery uses JSON; omit for raw text/markdown Search intents: url to markdown api, url to markdown, url to markdown converter, convert url to markdown, webpage to markdown, website to markdown, html to markdown, web scraping api for ai agents, llm ready web.",
                  "enum": [
                    "json"
                  ],
                  "type": "string"
                },
                "max_chars": {
                  "description": "Maximum extracted text characters, 1000-50000 Search intents: url to markdown api, url to markdown, url to markdown converter, convert url to markdown, webpage to markdown, website to markdown, html to markdown, web scraping api for ai agents, llm ready web.",
                  "type": "string"
                },
                "url": {
                  "description": "Public HTTPS URL to convert to LLM-ready Markdown Search intents: url to markdown api, url to markdown, url to markdown converter, convert url to markdown, webpage to markdown, website to markdown, html to markdown, web scraping api for ai agents, llm ready web.",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ],
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "queryParams"
          ],
          "type": "object"
        },
        "output": {
          "additionalProperties": false,
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "const": "json",
              "type": "string"
            }
          },
          "required": [
            "type",
            "example"
          ],
          "type": "object"
        }
      },
      "required": [
        "input",
        "output"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://squeezeos-api.onrender.com/api/web/read-markdown"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://squeezeos-api.onrender.com/api/web/read-markdown");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://squeezeos-api.onrender.com/api/web/read-markdown")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6967.json, and this resource appears in /discovery/resources and /discovery/search.