Minifetch Technical SEO API · Extract URL Content

by Minifetch Technical SEO API

POSTBaseSolana

$0.002

per call · USD Coin on Base

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; respects robots.txt. Supports GET & POST

Endpoint

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

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-content", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://www.weather.com/weather/today"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://minifetch.com/api/v1/x402/extract/url-content" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.weather.com/weather/today"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "queryParameters": {
    "includeMediaUrls": false
  },
  "results": [
    {
      "data": {
        "minifetchCache": {
          "cachedAt": "",
          "expiresAt": "",
          "hit": false
        },
        "proxy": {
          "proxyType": "",
          "proxyUrl": null,
          "robotsTxt": {
            "allowed": false
          },
          "userAgent": ""
        },
        "requestUrl": "",
        "summary": "",
        "url": ""
      }
    }
  ],
  "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