payment-ready until 2026-09-08
HTML to clean, LLM-ready Markdown. POST a URL (or raw HTML) and get back readable markdown with nav, scripts, and footers stripped — Readability article extraction, tables preserved. Also POST /extract for structured JSON (title, byline, links, meta). $0.005 per call via x402 (USDC on Base), no signup, 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.
measured since 2026-07-17 (start of our harvest window) · $0.17 all-time · settled via coinbase
VERDICT
ranking generation 3solid 84/100 #109 of 257 in Data by measured score
What the score read on this service: status online, 100% uptime 30d, 695ms response p95, x402 compliance 13 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 257 listings, this one among them. That set is wider than the 257 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).
| SERVICE | BAND | SCORE | UPTIME 30D | VOL 30D |
|---|---|---|---|---|
| Lotus Network API | strong | 96 | 100% | --- |
| FuelTax IFTA Rates API | strong | 96 | 98.9% | --- |
| StableEnrich | strong | 96 | 100% | $1.7k |
| Stelar Digital | strong | 95 | 100% | --- |
| glim.sh | strong | 94 | 100% | $43.66 |
ASSESSMENT
updated 52m agoThe 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
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 99.9%
- response p95
- 695ms
- avg response
- 320ms
- total checks
- 2,779
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (13/14): declares the current x402 version (2)
13 of 14 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.
price $0.005 (p38 in Data)
- price (min)
- $0.005
- category percentile (min)
- p38 in Data
- endpoints / prices
- 2 / 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
- 326d
- registrar
- HOSTINGER operations, UAB
- hosting
- custom
- domain created
- 2025-10-06
Identity facts, not a risk score.
traction $0.014 30d · 7 buyers
- volume 30d
- $0.014
- buyers 30d
- 7
- settlements 30d
- 10
- measured since
- 2026-07-17 (start of our harvest window)
- last settlement
- 2026-08-30
- top buyer share
- 36% of 30d volume
- trend 7d vs 30d
- 1.84x the 30d daily rate
- networks
- eip155:8453
- volume all-time
- $0.17
- settlements all-time
- 72
- median settlement 30d
- $0.001
- max settlement 30d
- $0.005
- settled via
- coinbase ($0.01, 10 tx)
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-derivedExtracts structured data from web pages and converts HTML to Markdown
- category
- web-data-extraction
- in
- body
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| POST | /extract | Web page to structured JSON (title, byline, excerpt, links, images, meta) | $0.005 | Base | USDC | header |
| POST | /md | HTML to clean Markdown conversion | $0.005 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /extract returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://md.fastdb.in/extract'
// 402 response (captured by monitor) · 2 payloads · click to expand
[
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x072F3a2bD93bB75b1Eb84a9E45D17a4F90a6D801",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://md.fastdb.in/extract",
"description": "Web page to structured JSON (title, byline, excerpt, links, images, meta)",
"outputSchema": {
"input": {
"body": {
"url": "https://example.com/article",
"mode": "article | full"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "json",
"example": {
"links": [
{
"href": "https://example.com/abs",
"text": "link text"
}
],
"title": "Title",
"words": 2037,
"siteName": "Example",
"publishedTime": "2026-01-01T00:00:00Z"
}
}
},
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 60
}
],
"x402Version": 1
},
{
"error": "X-PAYMENT header is required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x072F3a2bD93bB75b1Eb84a9E45D17a4F90a6D801",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://md.fastdb.in/md",
"description": "HTML to clean Markdown conversion",
"outputSchema": {
"input": {
"body": {
"url": "https://example.com/article",
"mode": "article | full"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"discoverable": true
},
"output": {
"type": "json",
"example": {
"mode": "article",
"title": "Title",
"words": 7139,
"byline": "Author name or null",
"markdown": "# Title\n\nBody..."
}
}
},
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 60
}
],
"x402Version": 1
}
] OVER TIME
All charts use the 7d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/mdapi/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.
Median across 2 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.
COMPLIANCE
13/14 checks pass · grade A · failing: declares the current x402 version (2)last 402 captured 2026-07-17 · last up 2026-09-01
- 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 (18) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/mdapi?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/mdapi.svg" alt="mdapi listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/mdapi?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/mdapi?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/mdapi.svg?data=uptime" alt="mdapi uptime on x402-list" height="28"> </a>