mirrored listing x402 eip155:8453

Call when an agent needs Mozilla Readability article markdown from a public URL, plus titl

Call when an agent needs Mozilla Readability article markdown from a public URL, plus title, byline, excerpt, and final_url. SSRF-safe. Exact $0.005 USDC. Prefer unpaid POST /v1/sandbox/readability first.

Do you run lotus-clarke-boxed-ceramic.trycloudflare.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
5000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-18
updated

Provider

lotus-clarke-boxed-ceramic.trycloudflare.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x1D61FAA032d3f40D9C470D2bf3A3f53De0E55a38",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "5000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "url": "https://example.com/article"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "billed": true,
          "byline": "Example Editorial",
          "excerpt": "The widget is now generally available for public evaluation.",
          "final_url": "https://example.com/article",
          "markdown": "# Widget Launch\n\nThe widget is now generally available.",
          "ok": true,
          "receipt_id": "rcpt_01EXAMPLE000000000000000",
          "title": "Widget Launch",
          "warnings": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "url": {
                  "maxLength": 2048,
                  "minLength": 8,
                  "type": "string"
                }
              },
              "required": [
                "url"
              ],
              "type": "object"
            },
            "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": {
              "additionalProperties": false,
              "properties": {
                "billed": {
                  "type": "boolean"
                },
                "byline": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "excerpt": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "final_url": {
                  "type": "string"
                },
                "markdown": {
                  "type": "string"
                },
                "ok": {
                  "const": true,
                  "type": "boolean"
                },
                "receipt_id": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "warnings": {
                  "default": [],
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "ok",
                "receipt_id",
                "billed",
                "markdown",
                "title",
                "final_url"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://lotus-clarke-boxed-ceramic.trycloudflare.com/v1/readability"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://lotus-clarke-boxed-ceramic.trycloudflare.com/v1/readability");
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://lotus-clarke-boxed-ceramic.trycloudflare.com/v1/readability")
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/13441.json, and this resource appears in /discovery/resources and /discovery/search.