Composable URL/metadata/data extraction APIs — URL to markdown, structured data extraction.
Pay from $0.002 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- 100%
- uptime 7d
- 99.9%
- uptime 30d
- 100%
- uptime 90d
- 99.9%
- response p95
- 1282ms
- avg response
- 860ms
- total checks
- 7,232
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.002 (p26 in Data)
- price (min)
- $0.002
- category percentile (min)
- p26 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.
traction $0.73 30d · 16 buyers
- volume 30d
- $0.73
- buyers 30d
- 16
- settlements 30d
- 155
- last settlement
- 2026-07-16
- top buyer share
- 39% of 30d volume
- trend 7d vs 30d
- 0.31x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
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 metadata from URLs for SEO audits and AI agent automation
- category
- seo-audit
- in
- query params
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/v1/x402/extract/url-metadata | Extract URL metadata | $0.002 | Base/Solana | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/v1/x402/extract/url-metadata returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://minifetch.com/api/v1/x402/extract/url-metadata'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xffA9155A0e4B3d8d42351Da226cC1feEe449686f",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "46vMcwuC4sK11sB3gkLhyA7J7GEwfkhn5rFyDtihBwqe",
"amount": "2000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://minifetch.com/api/v1/x402/extract/url-metadata",
"tags": [
"seo",
"metadata",
"json-ld",
"open-graph",
"twitter-cards"
],
"iconUrl": "https://minifetch.com/favicon-96x96.png",
"mimeType": "application/json",
"description": "For technical SEO and metadata indexing: Extracts rich structured metadata from a URL including title, meta description, canonical, Open Graph and Twitter Card tags, JSON-LD, headings, images, and response headers",
"serviceName": "Minifetch Technical SEO API"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"url": "https://github.com"
}
},
"output": {
"type": "json",
"example": {
"results": [
{
"data": {
"url": "",
"lang": "",
"image": "",
"title": "",
"author": "",
"jsonld": [],
"og:url": "",
"robots": "",
"charset": "",
"og:type": "",
"favicons": [],
"keywords": "",
"og:image": "",
"og:title": "",
"viewport": "",
"canonical": "",
"requestUrl": "",
"description": "",
"og:image:alt": "",
"og:site_name": "",
"twitter:card": "",
"twitter:site": "",
"twitter:image": "",
"twitter:title": "",
"minifetchCache": {
"hit": "",
"cachedAt": "",
"expiresAt": ""
},
"og:description": "",
"responseStatusCode": 0,
"twitter:description": ""
}
}
],
"success": true,
"queryParameters": {
"verbosity": "standard",
"includeResponseBody": false
}
}
}
},
"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",
"description": "The URL from which to extract metadata."
},
"verbosity": {
"type": "string",
"description": "Optional. Defaults to standard. Set to full for larger response."
},
"includeResponseBody": {
"type": "boolean",
"description": "Optional. If set to true, includes the full HTML response body as a string in the result."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"results": {
"type": "array",
"description": "Array of result objects, each with a data property containing the extracted metadata: requestUrl, final url, response details, and comprehensive structured metadata (open graph, twitter cards, json-ld, headings, images, etc.)"
},
"success": {
"type": "boolean"
},
"queryParameters": {
"type": "object"
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/minifetch/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).
COMPLIANCE
11/11 checks pass · grade A- 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
EMBED THIS BADGE
<a href="https://x402-list.com/services/minifetch?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/minifetch.svg" alt="Minifetch listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/minifetch?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/minifetch?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/minifetch.svg?data=uptime" alt="Minifetch uptime on x402-list" height="28"> </a>