Full API Docs for /extract/url-metadata → Example Data from: /extract/url-metadata
https://github.com
{
  "success": true,
  "queryParameters": {
    "includeResponseBody": false,
    "omitEmpty": false,
    "fields": "requestUrl,title,description,canonical,meta:release,meta:ui-target"
  },
  "results": [
    {
      "data": {
        "requestUrl": "https://github.com",
        "canonical": "https://github.com",
        "title": "GitHub · Change is constant. GitHub keeps you ahead. · GitHub",
        "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.",
        "release": "e9c0afb370b411e0ca95623f0c0ef8569274ae2f",
        "ui-target": "full",
        "minifetchCache": {
          "hit": false,
          "cachedAt": "2026-08-03T01:05:28.171Z",
          "expiresAt": "2026-08-03T01:07:28.171Z"
        }
      }
    }
  ]
}

Extract URL Metadata output for github.com — the exact JSON Minifetch API returns. Run it on your own URLs.

Full API Docs for /extract/url-metadata →