x402 List

x402 Protocol Service Directory

url2md

Data PAYMENT-READY

payment-ready until 2026-09-21

JavaScript-rendered pages and upstream x402 toll pass-through: url2md drives a headless browser when a page needs one, and when the page itself charges an x402 toll it quotes toll + 25%, settles your payment first, then pays the origin from its own wallet (cap $0.05 per toll). Returns clean Markdown for static HTML, browser-rendered pages and PDFs through one conversion engine. robots.txt honoured per RFC 9309. $0.005 per call in USDC on Base, no account and no API key.

Pay from $0.005 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-09-14 · no on-chain settlement recorded yet

BASE URL https://url2md.io WEBSITE https://url2md.io ENDPOINTS 1 NETWORK Base ASSET USDC MEMBER SINCE 2026-09-14 MONITORED SINCE 2026-09-14

VERDICT

ranking generation 3

solid 84/100 #137 of 302 in Data by measured score

What the score read on this service: status online, 100% uptime 24h (no 30d window yet), 1088ms response p95, x402 compliance 14 of 14, $0.005 price against the category, on-chain traction measured. Each of those is measured, and each is published in full below.

The score comes from our own monitoring, never from reviews, operator claims, or a language model: reliability, x402 compliance, price against the category, a deterministic risk flag, and a small on-chain traction term, weighted by ranking generation 3. It is not placement anyone can buy: the paid verify tier is reported beside it and is not one of its inputs. Every component below stays published and read-only.

It is a score inside Data, and only there: price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, which here means 302 listings, this one among them. That set is wider than the 302 the position above is counted against, because a listing we have measured too little of to rank still sits in the field the price and the speed are normalized over. The same service in a different field would read differently. The same engine answers GET /api/v1/best, and asked for a different pool (the whole directory, or another filter) it returns a different number for this service under this same ranking generation. Neither is more correct: they answer different questions, and the methodology states which is which.

Bands on the 0 to 100 measured score: strong at 93 and above, solid from 75, mixed from 55, weak below 55. Price and speed are scored against the whole category field, every listing in it that carries no danger flag, the scored service included, so the score places a service in its own field.

ALTERNATIVES IN DATA

Other Data services in this directory, ordered by the same measured score. The figures are ours: 30-day uptime from our own probes, 30-day settlement volume read on-chain (a conservative undercount, and null where we cannot measure it, never a zero).

Ranked alternative x402 services in the same category, with band, measured score, 30-day uptime and 30-day on-chain settlement volume
SERVICE BAND SCORE UPTIME 30D VOL 30D
StableEnrich strong 96 100% $1.9k
glim.sh strong 95 100% $51.85
SniperX•x402 strong 95 100% $508.77
cn402 strong 93 100% $38.86
API Acre solid 92 99.8% $34.05
5 of 301 other ranked services in Data · see the whole category

ASSESSMENT

updated 2h ago

The parts the verdict above is computed from, each with its proof. Click any chip. Measured values stay read-only; unknown is honest, and an unknown is never counted as a zero.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
1088ms
avg response
1088ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 (p40 in Data)
price (min)
$0.005
category percentile (min)
p40 in Data
endpoints / prices
1 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
measured since
--- (start of our harvest window)
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /v1/md $0.005 Base USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /v1/md returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://url2md.io/v1/md'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa09aE66Ec8664475697FfC0eb45aa3Fe52Aa6030",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 120
      }
    ],
    "resource": {
      "url": "https://url2md.io/v1/md",
      "tags": [
        "markdown",
        "url-to-markdown",
        "scraping",
        "pdf",
        "llm-context"
      ],
      "iconUrl": "https://url2md.io/icon.png",
      "mimeType": "application/json",
      "description": "PDFs, JavaScript pages and ordinary HTML as clean Markdown. Pays a page's x402 toll for you. Follows robots.txt.",
      "serviceName": "url2md"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "url": "https://example.com",
              "format": "json",
              "render": "auto"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "url": "https://example.com",
              "lang": null,
              "title": "Example Domain",
              "words": 24,
              "render": {
                "mode": "auto",
                "reasons": [],
                "escalated": false
              },
              "source": "static",
              "timing": {
                "fetchMs": 268,
                "totalMs": 412,
                "renderMs": null,
                "convertMs": 3,
                "browserMsUsed": null
              },
              "charset": "utf-8",
              "finalUrl": "https://example.com/",
              "markdown": "# Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\n[Learn more](https://iana.org/domains/example)",
              "warnings": [],
              "canonical": null,
              "fetchedAt": "2026-09-06T03:45:14.033Z",
              "redirects": [],
              "contentType": "text/html",
              "description": null,
              "contentSignal": null,
              "tokensEstimate": 42
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "url"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "format": "uri",
                      "maxLength": 2048,
                      "description": "Absolute http(s) URL to convert; percent-encode it in the query string. http and https only, no credentials in the URL, no private, loopback or internal hosts, and the port must be one Cloudflare proxies (80, 443, 8080, 8443, 8880, 2052/2053/2082/2083/2086/2087/2095/2096). robots.txt is honoured for the user-agent token url2md."
                    },
                    "format": {
                      "enum": [
                        "json",
                        "markdown"
                      ],
                      "type": "string",
                      "description": "json: the whole result object. markdown: the markdown body alone, sent as text/markdown. Omit it and the format follows the Accept header (text/markdown → markdown), else json."
                    },
                    "render": {
                      "enum": [
                        "auto",
                        "static",
                        "browser"
                      ],
                      "type": "string",
                      "default": "auto",
                      "description": "auto: static first, browser only when the page looks client-rendered. static: never use a browser. browser: always render in a headless browser."
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "url",
                    "finalUrl",
                    "source",
                    "markdown",
                    "words",
                    "tokensEstimate",
                    "fetchedAt",
                    "timing",
                    "render",
                    "warnings"
                  ],
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "the URL as asked for"
                    },
                    "lang": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "title": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "description": "also sent percent-encoded as X-Url2md-Title"
                    },
                    "words": {
                      "type": "integer",
                      "description": "also sent as X-Url2md-Words"
                    },
                    "render": {
                      "type": "object",
                      "properties": {
                        "mode": {
                          "enum": [
                            "auto",
                            "static",
                            "browser"
                          ],
                          "type": "string"
                        },
                        "reasons": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "escalated": {
                          "type": "boolean"
                        }
                      }
                    },
                    "source": {
                      "enum": [
                        "static",
                        "browser",
                        "pdf",
                        "origin-markdown",
                        "text"
                      ],
                      "type": "string",
                      "description": "how the markdown was produced; also sent as X-Url2md-Source"
                    },
                    "timing": {
                      "type": "object",
                      "properties": {
                        "fetchMs": {
                          "type": "integer"
                        },
                        "totalMs": {
                          "type": "integer"
                        },
                        "renderMs": {
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "convertMs": {
                          "type": "integer"
                        },
                        "browserMsUsed": {
                          "type": [
                            "integer",
                            "null"
                          ]
                        }
                      }
                    },
                    "charset": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "finalUrl": {
                      "type": "string",
                      "description": "the URL after redirects; also sent as X-Url2md-Final-Url"
                    },
                    "markdown": {
                      "type": "string",
                      "description": "the converted page"
                    },
                    "warnings": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "canonical": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "fetchedAt": {
                      "type": "string",
                      "format": "date-time"
                    },
                    "redirects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "to": {
                            "type": "string"
                          },
                          "from": {
                            "type": "string"
                          },
                          "status": {
                            "type": "integer"
                          }
                        }
                      }
                    },
                    "contentType": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "description": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "contentSignal": {
                      "type": [
                        "string",
                        "null"
                      ],
                      "description": "Upstream Content-Signal header, passed through untouched"
                    },
                    "blockSuspected": {
                      "type": [
                        "object",
                        "null"
                      ],
                      "properties": {
                        "markers": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      },
                      "description": "set when what came back looks like a bot challenge or block page rather than the page: the origin answered 200 and the call was charged, but the content is probably not what was asked for. Also sent as X-Url2md-Block-Suspected, and named in warnings[]."
                    },
                    "tokensEstimate": {
                      "type": "integer",
                      "description": "also sent as X-Url2md-Tokens-Estimate"
                    }
                  },
                  "description": "The conversion result. The same metadata always travels in response headers as well, so a caller that asked for text/markdown still gets it: X-Url2md-Source (static | browser | pdf | origin-markdown | text), X-Url2md-Final-Url, X-Url2md-Title (percent-encoded), X-Url2md-Words, X-Url2md-Tokens-Estimate, X-Url2md-Ledger-Id (the ledger row for the settled payment), and X-Url2md-Upstream-Toll (USD paid to the origin when the page itself charged an x402 toll, absent otherwise). The x402 settlement receipt is in PAYMENT-RESPONSE. Errors are JSON with a stable error.code, and any error after a charge carries error.details.callerCharged with the ledger id."
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/url2md/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
09-14 · uptime 100.0% · 1073ms avg09-1409-14
90d UPTIME 100%
RESPONSE TIME
09-14 · 1073ms avg09-14 · 1073ms avg09-1409-14
AVG RESP 1080ms
PRICE (captured 402, USD)
building price history ($0.005)
SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
09-05 · $0.5609-06 · $0.3309-07 · $0.3209-09 · $0.4109-10 · $0.0509-12 · $0.0509-13 · $0.1809-14 · $0.02peak $0.5609-0509-14
DISTINCT BUYERS
09-05 · 1 buyer09-06 · 2 buyers09-07 · 1 buyer09-09 · 2 buyers09-10 · 1 buyer09-12 · 1 buyer09-13 · 1 buyer09-14 · 2 buyerspeak 2 buyers09-0509-14

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-09-14 · last up 2026-09-14

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (9) live · click to expand
TIME STATUS RESP CAUSE
● OK 1240ms
● OK 971ms
● SLOW 1691ms
● OK 1180ms
● OK 1022ms
● OK 1426ms
● OK 966ms
● OK 135ms
● OK 1088ms

EMBED THIS BADGE

Show that url2md is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

url2md listed on x402-list
status
url2md uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/url2md?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/url2md.svg" alt="url2md listed on x402-list" height="28">
</a>
// Markdown
[![url2md on x402-list](https://x402-list.com/badge/url2md.svg)](https://x402-list.com/services/url2md?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/url2md?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/url2md.svg?data=uptime" alt="url2md uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/url2md/update.