Extract page metadata
Fetch the target URL and extract title, meta description/keywords, canonical link, charset,
html lang, all Open Graph (og:*) tags, all Twitter Card (twitter:*) tags, favicons
(link rel containing "icon", resolved to absolute URLs), and Open Graph images.
Returns 400 on bad input and 502 on upstream fetch failure. For non-HTML responses the
base request fields are returned with empty metadata collections and an explanatory note.
query Parameters
urlThe page URL to inspect. Must use http:// or https://.
timeout_msUpstream fetch timeout in milliseconds. Capped at 20000.
favicon_fallbackIf no icon link is found in the HTML, include the conventional /favicon.ico guess (flagged with "default": true).
block_privateReject localhost / private-range literal hosts (best-effort SSRF guard). Set to false to allow such hosts.
Extract page metadata › Responses
Metadata extracted (or base fields for non-HTML responses)
urlThe original input URL.
final_urlThe URL after following redirects.
statusHTTP status of the final response.
content_typeAll Open Graph tags as a key/value map.
All Twitter Card tags as a key/value map.
imagesOpen Graph image URLs, resolved to absolute.
titledescriptionkeywordscanonicallangcharsetnotePresent only for non-HTML responses.