For site owners auditing AI readability
For site owners auditing AI readability: returns the clean markdown an LLM extracts from your page after nav, ads, and scripts are stripped. See what survives for AEO, GEO and AI search. Obeys robots.txt. Supports GET & POST
Answeringour last check, 2026-09-24
1 of 1checks answered this week
420 msmedian answer time
$0.002listed price per call
$0.002price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://minifetch.com/api/v1/x402/extract/url-content
| Category | Search and research |
|---|---|
| Provider host | minifetch.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 420 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"url": "https://www.weather.com/weather/today"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"includeMediaUrls": {
"description": "Optional. If set to true, includes image and video urls.",
"type": "boolean"
},
"url": {
"description": "The target URL from which to extract the content summary.",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"queryParameters": {
"type": "object"
},
"results": {
"items": {
"properties": {
"data": {
"properties": {
"minifetchCache": {
"description": "Minifetch cache state (~2-min TTL)",
"properties": {
"cachedAt": {
"type": "string"
},
"expiresAt": {
"type": "string"
},
"hit": {
"type": "boolean"
}
},
"type": "object"
},
"proxy": {
"description": "Fetch provenance",
"properties": {
"proxyType": {
"type": "string"
},
"proxyUrl": {
"type": [
"string",
"null"
]
},
"robotsTxt": {
"properties": {
"allowed": {
"type": "boolean"
}
},
"type": "object"
},
"userAgent": {
"type": "string"
}
},
"type": "object"
},
"requestUrl": {
"description": "URL as requested, before redirects",
"type": "string"
},
"summary": {
"description": "Token-efficient clean content summary extracted as markdown after nav, ads, scripts are stripped.",
"type": "string"
},
"url": {
"description": "Final URL after redirects",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"success": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}