Minifetch Technical SEO API · Extract URL Links

by Minifetch Technical SEO API

GETBaseSolana

$0.002

per call · USD Coin on Base

For SEO link audits: Extracts and categorizes all links on a page (internal, external, anchor) for SEO audits and site-structure analysis. Returns nofollow/rel attributes, anchor text, image links missing alt text, and external domain distribution. Supports GET and POST.

Endpoint

GET https://minifetch.com/api/v1/x402/extract/url-links

4

Calls / 30d

2

Unique payers / 30d

Sep 8

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-links", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://minifetch.com/api/v1/x402/extract/url-links?url=https%3A%2F%2Fwww.anthropic.com" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "results": [
    {
      "data": {
        "links": {
          "anchors": [],
          "external": [],
          "internal": [],
          "summary": {
            "anchorCount": 0,
            "emptyTextCount": 0,
            "externalCount": 0,
            "imageLinksMissingAltCount": 0,
            "internalCount": 0,
            "nofollowCount": 0,
            "topExternalDomains": [],
            "topInternalTargets": [],
            "totalLinks": 0,
            "uniqueExternalDomains": 0
          }
        },
        "minifetchCache": {
          "cachedAt": "",
          "expiresAt": "",
          "hit": false
        },
        "proxy": {
          "proxyType": "",
          "proxyUrl": null,
          "robotsTxt": {
            "allowed": false
          },
          "userAgent": ""
        },
        "requestUrl": "",
        "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