extract_metadata
Extract page metadata such as title, meta description, Open Graph, and Twitter Card tags from a public URL. Returns a JSON object with tags grouped by type.
Instructions
Extract page metadata from a public or authorised URL: title, meta description, Open Graph tags (og:title, og:description, og:image, og:url), Twitter Card tags, canonical URL, and any other meta information present. Returns a JSON object with all discovered meta tags grouped by type. Use this instead of extract_url when you only need metadata, it is faster and returns a consistent schema. Read-only, makes no changes to any external system. Requires HAUNT_API_KEY environment variable. Free tier: 1,000 credits/month. Returns an error if rate limit, credit quota, or API key is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract metadata from. Must be a valid HTTP or HTTPS URL. Permitted public pages are supported, returns whatever meta tags are present in the HTML head. |