agent-tools.net /metadata

Fetch a URL server-side and return its OpenGraph, Twitter Card, canonical URL, favicon, and JSON-LD — page metadata without downloading and parsing the full HTML yourself.

data-transform OFFICIAL $0.001/call ● up · checked 3h ago
Visit tool →

Documentation

GET /metadata. Fetch a URL server-side and return its OpenGraph, Twitter Card, canonical URL, favicon, and JSON-LD — page metadata without downloading and parsing the full HTML yourself. Parameters: url — Absolute http(s) URL to fetch.

Request & response

GET https://agent-tools.net/metadata

Parameters

Response

{
  "url": "https://example.com/",
  "title": "Example Domain",
  "description": "...",
  "canonical": "https://example.com/",
  "favicon": "https://example.com/favicon.ico",
  "open_graph": {
    "title": "Example Domain",
    "image": "https://example.com/og.png"
  },
  "twitter": {
    "card": "summary"
  },
  "json_ld": []
}

Listed 2026-08-26