x402 List

x402 Protocol Service Directory

Minifetch

Data

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.

UPTIME 24H 100% 7D 99.9% 30D 100%
BASE URL https://minifetch.com ENDPOINTS 1 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-01-19 MONITORED SINCE 2026-04-15

ASSESSMENT

updated 1h ago

Evidence-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.

jump to compliance checklist

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-derived

Extracts metadata from URLs for SEO audits and AI agent automation

category
seo-audit
in
query params
seometadata-extractionurl-analysisweb-scraping

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /api/v1/x402/extract/url-metadata Extract URL metadata $0.002 Base/Solana USDC
1 endpoints

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.

// request
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

06-21 · uptime 100.0% · 827ms avg06-22 · uptime 100.0% · 831ms avg06-23 · uptime 100.0% · 963ms avg06-24 · uptime 100.0% · 979ms avg06-25 · uptime 100.0% · 947ms avg06-26 · uptime 100.0% · 989ms avg06-27 · uptime 100.0% · 831ms avg06-28 · uptime 100.0% · 813ms avg06-29 · uptime 100.0% · 897ms avg06-30 · uptime 100.0% · 906ms avg07-01 · uptime 100.0% · 915ms avg07-02 · uptime 100.0% · 789ms avg07-03 · uptime 100.0% · 706ms avg07-04 · uptime 100.0% · 680ms avg07-05 · uptime 100.0% · 647ms avg07-06 · uptime 100.0% · 694ms avg07-07 · uptime 100.0% · 803ms avg07-08 · uptime 100.0% · 762ms avg07-09 · uptime 100.0% · 781ms avg07-10 · uptime 100.0% · 752ms avg07-11 · uptime 100.0% · 745ms avg07-12 · uptime 100.0% · 817ms avg07-13 · uptime 100.0% · 841ms avg07-14 · uptime 99.6% · 1035ms avg07-15 · uptime 100.0% · 1027ms avg07-16 · uptime 100.0% · 948ms avg07-17 · uptime 100.0% · 806ms avg07-18 · uptime 100.0% · 1061ms avg07-19 · uptime 100.0% · 1038ms avg07-20 · uptime 100.0% · 1024ms avg06-2107-20
RESPONSE TIME
06-21 · 827ms avg06-21 · 827ms avg06-22 · 831ms avg06-22 · 831ms avg06-23 · 963ms avg06-23 · 963ms avg06-24 · 979ms avg06-24 · 979ms avg06-25 · 947ms avg06-25 · 947ms avg06-26 · 989ms avg06-26 · 989ms avg06-27 · 831ms avg06-27 · 831ms avg06-28 · 813ms avg06-28 · 813ms avg06-29 · 897ms avg06-29 · 897ms avg06-30 · 906ms avg06-30 · 906ms avg07-01 · 915ms avg07-01 · 915ms avg07-02 · 789ms avg07-02 · 789ms avg07-03 · 706ms avg07-03 · 706ms avg07-04 · 680ms avg07-04 · 680ms avg07-05 · 647ms avg07-05 · 647ms avg07-06 · 694ms avg07-06 · 694ms avg07-07 · 803ms avg07-07 · 803ms avg07-08 · 762ms avg07-08 · 762ms avg07-09 · 781ms avg07-09 · 781ms avg07-10 · 752ms avg07-10 · 752ms avg07-11 · 745ms avg07-11 · 745ms avg07-12 · 817ms avg07-12 · 817ms avg07-13 · 841ms avg07-13 · 841ms avg07-14 · 1035ms avg07-14 · 1035ms avg07-15 · 1027ms avg07-15 · 1027ms avg07-16 · 948ms avg07-16 · 948ms avg07-17 · 806ms avg07-17 · 806ms avg07-18 · 1061ms avg07-18 · 1061ms avg07-19 · 1038ms avg07-19 · 1038ms avg07-20 · 1024ms avg07-20 · 1024ms avg06-2107-20
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 861ms
TOTAL CHECKS 7,244

RECENT CHECKS

TIME STATUS RESP
● OK 937ms
● OK 1092ms
● OK 969ms
● OK 1079ms
● OK 1159ms
● OK 939ms
● OK 974ms
● OK 1019ms
● OK 1036ms
● OK 1096ms
● OK 990ms
● OK 1091ms
● OK 1002ms
● OK 1244ms
● SLOW 1435ms
● OK 837ms
● OK 1104ms
● OK 1166ms

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).

PRICE (captured 402, USD)
06-20 · $0.00207-20 · $0.002$0.00206-2007-20
SUB-SCORES (uptime + x402 compliance)
07-13 uptime: 100.0% compliance: 92% checks07-14 uptime: 100.0% compliance: 92% checks07-15 uptime: 100.0% compliance: 92% checks07-16 uptime: 100.0% compliance: 92% checks07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% compliance: 100% checksuptimecompliance07-1307-20
VOLUME (on-chain settlement, USD)
06-22 · $0.0006-25 · $0.0006-26 · $0.0306-28 · $0.0106-29 · $0.0206-30 · $0.0207-01 · $0.0007-02 · $0.3207-03 · $0.1607-04 · $0.0107-07 · $0.0707-08 · $0.0107-10 · $0.0107-12 · $0.0007-13 · $0.0307-15 · $0.0107-16 · $0.01peak $0.3206-2207-16
DISTINCT BUYERS
06-22 · 2 buyers06-25 · 1 buyer06-26 · 2 buyers06-28 · 1 buyer06-29 · 1 buyer06-30 · 2 buyers07-01 · 1 buyer07-02 · 3 buyers07-03 · 4 buyers07-04 · 2 buyers07-07 · 2 buyers07-08 · 2 buyers07-10 · 2 buyers07-12 · 1 buyer07-13 · 1 buyer07-15 · 1 buyer07-16 · 1 buyerpeak 4 buyers06-2207-16

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

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

Minifetch listed on x402-list
status
Minifetch uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Minifetch on x402-list](https://x402-list.com/badge/minifetch.svg)](https://x402-list.com/services/minifetch?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

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 ]