Extract title, description, OG tags, Twitter Cards, favicons, and 50+ metadata fields from any URL. One request, structured JSON.
$ curl "https://url-metadata.nimbus-api.com/v1/metadata?url=https://github.com" \ -H "X-Api-Key: sk_live_..." { "data": { "url": "https://github.com/", "status": 200, "title": "GitHub · Build and ship software", "description": "The world's most widely adopted AI-powered developer platform.", "favicon": "https://github.com/fluidicon.png", "og": { "title": "GitHub · Build and ship software", "image": "https://github.githubassets.com/images/...", "type": "object" }, "twitter": { "card": "summary_large_image", "site": "@github" }, "icons": [{ "href": "...", "type": "image/png" }] } }
One endpoint returns all metadata. No scraping, no browser, no headless Chrome.
Title, description, image, type, site name, URL, and locale. The standard for link previews on Facebook, LinkedIn, Slack, and Discord.
Card type, title, description, image, site handle, and creator. Everything needed for Twitter/X link previews.
All link icons including favicon, apple-touch-icon, and SVG icons with sizes and MIME types. Resolved to absolute URLs.
Private IPs, localhost, and internal networks are blocked. Safe to use with user-submitted URLs in production.
Ships with a Model Context Protocol server so AI agents (Claude, Cursor, Windsurf) can inspect URLs natively.
Automatically follows HTTP redirects and returns the final URL. 10-second timeout, reads only the first 100KB for speed.
No credit card required. All features on every plan.
Ships with an MCP server so AI agents can inspect URLs natively. Add it to Claude, Cursor, or any MCP-compatible client — zero glue code needed.
{ "mcpServers": { "url-metadata": { "url": "https://url-metadata.nimbus-api.com/mcp", "headers": { "X-Api-Key": "sk_live_..." } } } }