Minifetch Technical SEO API · Extract URL Metadata

by Minifetch Technical SEO API

POSTBaseSolana

$0.002

per call · USD Coin on Base

For technical SEO & metadata indexing: Extracts rich structured metadata from your URL (favicons, title, description, canonical, meta tags, Open Graph, Twitter Card, JSON-LD, redirects, headers, performance, headings, images). Returns all by default; query param narrows response (pass atomic field names, ex: ?fields=title,description or named groups: network,meta,og,twitter). ?omitEmpty=true trims tokens for AI agents. Supports GET & POST

Endpoint

POST https://minifetch.com/api/v1/x402/extract/url-metadata

2

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://minifetch.com/api/v1/x402/extract/url-metadata", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://github.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://minifetch.com/api/v1/x402/extract/url-metadata" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://github.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "queryParameters": {
    "fields": "title,description,canonical,og:title,performance",
    "includeResponseBody": false,
    "omitEmpty": false
  },
  "results": [
    {
      "data": {
        "canonical": "https://github.com",
        "description": "Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
        "minifetchCache": {
          "cachedAt": "2026-08-03T00:51:41.760Z",
          "expiresAt": "2026-08-03T00:53:41.760Z",
          "hit": false
        },
        "og:title": "GitHub · Change is constant. GitHub keeps you ahead.",
        "performance": {
          "responseTimeMs": 195,
          "ttfbMs": 113
        },
        "proxy": {
          "proxyType": "minifetch",
          "proxyUrl": null,
          "robotsTxt": {
            "allowed": true
          },
          "userAgent": "minifetch/1.0 (+https://minifetch.com/site-owner-faq)"
        },
        "title": "GitHub · Change is constant. GitHub keeps you ahead. · GitHub"
      }
    }
  ],
  "success": true
}

Payment details

Pay to0xffa9155a0e4b3d8d42351da226cc1feee449686f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Minifetch Technical SEO API & similar services