extract_metadata
Extract structured metadata from URLs including titles, descriptions, Open Graph tags, and Twitter cards for link previews and SEO analysis.
Instructions
Pull metadata from any URL: title, description, Open Graph tags, Twitter cards, canonical URL. Returns structured JSON with all available meta information. Useful for link previews, SEO analysis, and content categorisation. Use extract_url for page body content or extract_article for full articles. Read-only — makes no changes to any external system. Requires HAUNT_API_KEY environment variable. Free tier: 100 requests/month. Returns an error if rate limit or API key is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL to extract metadata from. |