URL Metadata API
string · requiredstring · uri · requiredstring | null · requiredstring | null · requiredbooleanstring · requiredstring · requiredinteger · requiredstring | null · requiredstring[] · requiredstring | nullstring | nullarray | nullstring | nullstring | nullstring | nullstring
Favicon
relThe link rel value (contains "icon").
Example: icon
hrefAbsolute URL of the favicon.
Example: https://www.example.com/favicon-32.png
sizesThe declared sizes attribute, if any.
Example: 32x32
typeThe declared MIME type, if any.
Example: image/png
defaultPresent and true only for the synthesized /favicon.ico fallback.
Example: true
ExtractResult
urlThe original input URL.
Example: https://www.example.com/blog/launch
final_urlThe URL after following redirects.
Example: https://www.example.com/blog/launch
statusHTTP status of the final response.
Example: 200
content_typeobject · required
All Open Graph tags as a key/value map.
Example: {"og:title":"We just launched","og:type":"article","og:image":"https://www.example.com/img/launch-hero.png"}
object · required
All Twitter Card tags as a key/value map.
Example: {"twitter:card":"summary_large_image","twitter:image":"https://www.example.com/img/launch-hero.png"}
Favicon[] · required
imagesOpen Graph image URLs, resolved to absolute.
Example: ["https://www.example.com/img/launch-hero.png"]
titledescriptionkeywordscanonicallangcharsetnotePresent only for non-HTML responses.
Example: Response is not HTML; metadata extraction skipped.