U

URL Metadata Extractor · URL Metadata

by URL Metadata Extractor

GETBase

$0.003

per call · USD Coin on Base

Fetch a public HTTP(S) page with private-network blocking and extract its title, description, Open Graph image, status, and content type.

Endpoint

GET https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/url_metadata

4

Calls / 30d

3

Unique payers / 30d

Sep 9

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://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/url_metadata", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/url_metadata?url=https%3A%2F%2Fgithub.com" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "content_type": "text/html; charset=utf-8",
  "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.",
  "fetched_at": "2026-08-07T07:32:39.578Z",
  "marketplace_metadata": {
    "availability": "operational",
    "billable": true,
    "data_mode": "live_source",
    "source": "live public web fetch"
  },
  "og_image": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
  "source": "live public web fetch",
  "status_code": 200,
  "success": true,
  "title": "GitHub · Change is constant. GitHub keeps you ahead. · GitHub",
  "url": "https://github.com/"
}

Payment details

Pay to0x8647f7d7a1368a467ad1ff757fbc2e7167973558
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from URL Metadata Extractor & similar services