Full API Docs for /extract/url-metadata → Example Data from: /extract/url-metadata
https://anthropic.com
{
  "success": true,
  "queryParameters": {
    "verbosity": "standard",
    "includeResponseBody": false
  },
  "results": [
    {
      "data": {
        "requestUrl": "https://anthropic.com",
        "url": "https://www.anthropic.com/",
        "responseStatusCode": 200,
        "canonical": "https://www.anthropic.com",
        "lang": "en",
        "charset": "utf-8",
        "viewport": "width=device-width, initial-scale=1",
        "title": "Home \\ Anthropic",
        "favicons": [
          {
            "rel": "shortcut icon",
            "type": "image/x-icon",
            "href": "https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/681d52619fec35886a7f1a70_favicon.png"
          },
          {
            "rel": "apple-touch-icon",
            "href": "https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/67d31dd7aa394792257596c5_webclip.png"
          }
        ],
        "image": "",
        "description": "Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.",
        "keywords": "",
        "author": "",
        "robots": "",
        "jsonld": [],
        "og:url": "",
        "og:title": "Home \\ Anthropic",
        "og:type": "website,website",
        "og:description": "Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.",
        "og:site_name": "",
        "og:image": "https://cdn.prod.website-files.com/67ce28cfec624e2b733f8a52/68309ab48369f7ad9b4a40e1_open-graph.jpg",
        "og:image:alt": "",
        "twitter:title": "Home \\ Anthropic",
        "twitter:description": "Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.",
        "twitter:image": "",
        "twitter:card": "summary_large_image,summary_large_image",
        "twitter:site": "@AnthropicAI",
        "minifetchCache": {
          "hit": "false",
          "cachedAt": "2026-04-12T01:27:20.209Z",
          "expiresAt": "2026-04-12T01:29:20.209Z"
        }
      }
    }
  ]
}

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

Full API Docs for /extract/url-metadata →